Searched refs:SAVED_EAX (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_bios.S22 #define SAVED_EAX 0x10014 define
86 movl %ebx, (SAVED_EAX - 0x10000)
95 movl SAVED_EAX, %eax
/haiku/src/system/boot/platform/bios_ia32/
H A Dbios_asm.S23 #define SAVED_EAX 0x10008 define
179 // memory location, SAVED_EAX)
183 movl %eax, SAVED_EAX
197 movl (SAVED_EAX - 0x10000), %eax
209 movl %eax, (SAVED_EAX - 0x10000)
227 movl SAVED_EAX, %ecx // special handling for %eax and flags
276 movl %eax, (SAVED_EAX - 0x10000)
285 movl SAVED_EAX, %eax

Completed in 33 milliseconds