Home
last modified time | relevance | path

Searched refs:StackBuf (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/core/
Ddiskboot.inc31 global StackBuf, PartInfo, Hidden, OrigESDI, DriveNumber
33 StackBuf equ STACK_TOP-44-92 ; Start the stack here (grow down - 4K)
34 PartInfo equ StackBuf
40 Hidden equ StackBuf-24 ; Partition offset (qword)
41 OrigFDCTabPtr equ StackBuf-16 ; Original FDC table
42 OrigDSSI equ StackBuf-12 ; DS:SI -> partinfo
43 OrigESDI equ StackBuf-8 ; ES:DI -> $PnP structure
44 DriveNumber equ StackBuf-4 ; Drive number
121 mov sp,StackBuf-2 ; Just below BSS (-2 for alignment)
Dpxelinux.asm72 global StackBuf
73 StackBuf equ STACK_TOP-44 ; Base of stack if we use our own define
74 StackHome equ StackBuf
Disolinux.asm158 global StackBuf
159 StackBuf equ STACK_TOP-44 ; 44 bytes needed for define
163 OrigESDI equ StackBuf-4 ; The high dword on the stack
234 mov sp,StackBuf ; Set up stack
/external/syslinux/diag/geodsp/
Dgeodsp1s.asm49 StackBuf equ STACK_TOP-44-92 ; Start the stack here (grow down - 4K) define
50 DriveNumber equ StackBuf-4 ; Drive number
84 mov sp,StackBuf-2 ; Just below BSS (-2 for alignment)
/external/syslinux/core/include/
Dcore.h44 extern __weak char StackBuf[];
/external/syslinux/com32/elflink/ldlinux/
Dchainboot.c127 regs.esp.l = (uint16_t)(unsigned long)StackBuf + 44; in chainboot_file()