Home
last modified time | relevance | path

Searched refs:EFLAGS (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DLegacyBiosThunk.c149 ThunkRegSet.E.EFLAGS.Bits.Reserved_0 = 1; in LegacyBiosInt86()
150 ThunkRegSet.E.EFLAGS.Bits.Reserved_1 = 0; in LegacyBiosInt86()
151 ThunkRegSet.E.EFLAGS.Bits.Reserved_2 = 0; in LegacyBiosInt86()
152 ThunkRegSet.E.EFLAGS.Bits.Reserved_3 = 0; in LegacyBiosInt86()
153 ThunkRegSet.E.EFLAGS.Bits.IOPL = 3; in LegacyBiosInt86()
154 ThunkRegSet.E.EFLAGS.Bits.NT = 0; in LegacyBiosInt86()
155 ThunkRegSet.E.EFLAGS.Bits.IF = 1; in LegacyBiosInt86()
156 ThunkRegSet.E.EFLAGS.Bits.TF = 0; in LegacyBiosInt86()
157 ThunkRegSet.E.EFLAGS.Bits.CF = 0; in LegacyBiosInt86()
213 CopyMem (&(Regs->E.EFLAGS), &(ThunkRegSet.E.EFLAGS), sizeof (UINT32)); in LegacyBiosInt86()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DDisablePaging32.S41 pop %edi # save EFLAGS to edi
48 popfl # restore EFLAGS from edi
DDisablePaging32.nasm42 pop edi ; save EFLAGS to edi
49 popfd ; restore EFLAGS from edi
DDisablePaging32.asm43 pop edi ; save EFLAGS to edi
50 popfd ; restore EFLAGS from edi
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DDisablePaging32.asm43 pop edi ; save EFLAGS to edi
50 popfd ; restore EFLAGS from edi
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmiException.nasm117 .EFLAGS: resd 1
159 DD 0 ; EFLAGS
200 DD 00000002 ; EFLAGS
469 bts dword [esp + 16], 8 ; EFLAGS
549 push dword [ecx + IA32_TSS.EFLAGS]
635 pop dword [ecx + IA32_TSS.EFLAGS]
685 mov ebx, dword [ecx + IA32_TSS.EFLAGS]
DSmiException.asm121 EFLAGS DD ? define
163 DD 0 ; EFLAGS
204 DD 00000002 ; EFLAGS
472 bts dword ptr [esp + 16], 8 ; EFLAGS
DSmiException.S145 .long 0 # EFLAGS
186 .long 00000002 # EFLAGS
457 btsl $8, 16(%esp) # EFLAGS
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DThunk.c200 CopyMem (&(ThunkRegSet.E.EFLAGS.UintN), &(Regs->X.Flags), sizeof (Regs->X.Flags)); in InternalLegacyBiosFarCall()
344 CopyMem (&(Regs->X.Flags), &(ThunkRegSet.E.EFLAGS.UintN), sizeof (Regs->X.Flags)); in InternalLegacyBiosFarCall()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
DSmmBase.h163 UINT32 EFLAGS; member
210 UINT32 EFLAGS; // FFE8 member
339 UINT32 EFLAGS; member
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
DExceptionHandlerAsm.asm401 push [esp + 8] ; save EFLAGS
405 push [esp - 8] ; save EFLAGS in new location
406 popfd ; restore EFLAGS
DExceptionHandlerAsm.nasm399 push dword [esp + 8] ; save EFLAGS
403 push dword [esp - 8] ; save EFLAGS in new location
404 popfd ; restore EFLAGS
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
DThunk16Lib.h161 IA32_EFLAGS32 EFLAGS; member
DX86Thunk.c235 UINTN EFLAGS; member
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DSmmCis.h179 UINT32 EFLAGS; member
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
DExceptionHandlerAsm.nasm358 push qword [rax + 0x18] ; save EFLAGS in new location
360 popfq ; restore EFLAGS
DExceptionHandlerAsm.S378 pushq 0x18(%rax) # save EFLAGS in new location
380 popfq # restore EFLAGS
DExceptionHandlerAsm.asm357 push [rax + 18h] ; save EFLAGS in new location
359 popfq ; restore EFLAGS
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DAsmFuncs.S373 mov 0x8(%eax),%ecx # EFLAGS
DAsmFuncs.asm462 mov ecx, [eax + 8] ; EFLAGS
DAsmFuncs.nasm455 mov ecx, [eax + 8] ; EFLAGS
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/Ia32/
DMpFuncs.nasm285 ;Store EFLAGS, GDTR and IDTR register to stack
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
DAsmFuncs.nasm370 pop dword [ebp + 4 * 5] ; set EFLAGS in stack
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/X64/
DMpFuncs.nasm332 ;Store EFLAGS, GDTR and IDTR regiter to stack
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
DSmmBaseHelper.c148 {EFI_SMM_SAVE_STATE_REGISTER_RFLAGS , CPU_SAVE_STATE_GET_OFFSET(EFLAGS)},

12