/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
H A D | DisablePaging32.asm | 43 pop edi ; save EFLAGS to edi 50 popfd ; restore EFLAGS from edi
|
H A D | DisablePaging32.S | 41 pop %edi # save EFLAGS to edi 48 popfl # restore EFLAGS from edi
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/ |
H A D | Flat32ToFlat64.asm | 26 ; @uses EAX, EBX, EFLAGS 44 ; @uses EAX, EBX, EFLAGS
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
H A D | Thunk.c | 200 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 D | EMAllA.asm | 68 ; @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 D | IEMAllAImpl.asm | 270 ; @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 D | TRPMR0A.asm | 97 pushfd ; EFLAGS
|
H A D | CPUMR0A.asm | 92 ; @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 D | SmmCis.h | 179 UINT32 EFLAGS; member in struct:__anon10569
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | CPUMRCA.asm | 202 ; @param eflags [esp + 16] Callee's EFLAGS 216 push dword [ebp + 16] ; EFLAGS
|
H A D | TRPMRCHandlersA.asm | 199 ; c EFLAGS 228 ; 10 EFLAGS 743 ; c EFLAGS 1120 ; 8 EFLAGS
|
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ |
H A D | AsmFuncs.asm | 315 pop dword ptr [ebp + 4 * 5] ; set EFLAGS in stack
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PATMA.asm | 468 ; 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 D | AsmFuncs.S | 373 mov 0x8(%eax),%ecx # EFLAGS
|
H A D | AsmFuncs.asm | 462 mov ecx, [eax + 8] ; EFLAGS
|
/vbox/src/VBox/ValidationKit/utils/cpu/ |
H A D | cidet-appA.asm | 236 ; make a choice whether the SS:ESP is more important than EFLAGS.
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstMicroRCA.asm | 421 ; c EFLAGS
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | BaseLib.h | 4825 /// 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,
|