Searched refs:StackBuf (Results 1 – 6 of 6) sorted by relevance
31 global StackBuf, PartInfo, Hidden, OrigESDI, DriveNumber33 StackBuf equ STACK_TOP-44-92 ; Start the stack here (grow down - 4K)34 PartInfo equ StackBuf40 Hidden equ StackBuf-24 ; Partition offset (qword)41 OrigFDCTabPtr equ StackBuf-16 ; Original FDC table42 OrigDSSI equ StackBuf-12 ; DS:SI -> partinfo43 OrigESDI equ StackBuf-8 ; ES:DI -> $PnP structure44 DriveNumber equ StackBuf-4 ; Drive number121 mov sp,StackBuf-2 ; Just below BSS (-2 for alignment)
72 global StackBuf73 StackBuf equ STACK_TOP-44 ; Base of stack if we use our own define74 StackHome equ StackBuf
158 global StackBuf159 StackBuf equ STACK_TOP-44 ; 44 bytes needed for define163 OrigESDI equ StackBuf-4 ; The high dword on the stack234 mov sp,StackBuf ; Set up stack
49 StackBuf equ STACK_TOP-44-92 ; Start the stack here (grow down - 4K) define50 DriveNumber equ StackBuf-4 ; Drive number84 mov sp,StackBuf-2 ; Just below BSS (-2 for alignment)
44 extern __weak char StackBuf[];
127 regs.esp.l = (uint16_t)(unsigned long)StackBuf + 44; in chainboot_file()