Searched refs:EFLAGS (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DDisablePaging32.asm43 pop edi ; save EFLAGS to edi
50 popfd ; restore EFLAGS from edi
H A DDisablePaging32.S41 pop %edi # save EFLAGS to edi
48 popfl # restore EFLAGS from edi
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/
H A DFlat32ToFlat64.asm26 ; @uses EAX, EBX, EFLAGS
44 ; @uses EAX, EBX, EFLAGS
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DThunk.c200 CopyMem (&(ThunkRegSet.E.EFLAGS.UintN), &(Regs->X.Flags), sizeof (Regs->X.Flags));
344 CopyMem (&(Regs->X.Flags), &(ThunkRegSet.E.EFLAGS.UintN), sizeof (Regs->X.Flags));
/vbox/src/VBox/VMM/VMMAll/
H A DEMAllA.asm68 ; @returns EFLAGS after the operation, only arithmetic flags are valid.
132 ; @returns EFLAGS after the operation, only arithmetic flags are valid.
301 ; @returns EFLAGS after the operation, only arithmetic flags are valid.
471 ; @returns EFLAGS after the operation, only arithmetic flags are valid.
639 ; @returns EFLAGS after the operation, only arithmetic flags are valid.
702 ; @returns EFLAGS after the operation, only arithmetic flags are valid.
765 ; @returns EFLAGS after the operation, only arithmetic flags are valid.
846 ; @returns EFLAGS after the operation, only arithmetic flags are valid.
932 ; @returns EFLAGS after the operation, only arithmetic flags are valid.
1013 ; @returns EFLAGS afte
[all...]
H A DIEMAllAImpl.asm270 ; @remarks Clobbers T0, stack. Changes EFLAGS.
291 ; @param 1 The register pointing to the EFLAGS.
2524 ; returning FSW and EFLAGS (eax).
2528 ; @returns EFLAGS in EAX.
/vbox/src/VBox/VMM/VMMR0/
H A DTRPMR0A.asm97 pushfd ; EFLAGS
H A DCPUMR0A.asm92 ; @uses xAX, EFLAGS
123 ; @uses EFLAGS, CR0
296 ; @uses xAX, xDX, EFLAGS, 20h of stack.
402 ; @uses xAX, xDX, EFLAGS
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DSmmCis.h179 UINT32 EFLAGS; member in struct:__anon10569
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCA.asm202 ; @param eflags [esp + 16] Callee's EFLAGS
216 push dword [ebp + 16] ; EFLAGS
H A DTRPMRCHandlersA.asm199 ; c EFLAGS
228 ; 10 EFLAGS
743 ; c EFLAGS
1120 ; 8 EFLAGS
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DAsmFuncs.asm315 pop dword ptr [ebp + 4 * 5] ; set EFLAGS in stack
/vbox/src/VBox/VMM/VMMR3/
H A DPATMA.asm468 ; esp + 8 - EFLAGS
502 ; correct EFLAGS on the stack to include the current IOPL
543 ; esp + 12 - EFLAGS
579 ; correct EFLAGS on the stack to include the current IOPL
620 ; esp + 8 - EFLAGS
654 ; correct EFLAGS on the stack to include the current IOPL
692 ; esp + 12 - EFLAGS
727 ; correct EFLAGS on the stack to include the current IOPL
1159 ; esp + 8 - EFLAGS
1397 ; esp + 8 - EFLAGS
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.S373 mov 0x8(%eax),%ecx # EFLAGS
H A DAsmFuncs.asm462 mov ecx, [eax + 8] ; EFLAGS
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm236 ; make a choice whether the SS:ESP is more important than EFLAGS.
/vbox/src/VBox/VMM/testcase/
H A DtstMicroRCA.asm421 ; c EFLAGS
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h4825 /// Byte packed structure for 16-bit Real Mode EFLAGS.
4849 /// Byte packed structure for EFLAGS/RFLAGS.
5074 IA32_EFLAGS32 EFLAGS; member in struct:__anon11945
5820 Reads the current value of the EFLAGS register.
5822 Reads and returns the current value of the EFLAGS register. This function is
5826 @return EFLAGS on IA-32 or RFLAGS on x64.
7137 to calling the 16-bit real mode entry point. This includes the EFLAGS field of RealModeState,
7148 If EFLAGS specifies interrupts enabled, or any of the 16-bit real mode code enables interrupts,
7152 If EFLAGS specifies interrupts enabled, or any of the 16-bit real mode code enables interrupts,

Completed in 1039 milliseconds