Home
last modified time | relevance | path

Searched refs:PAE (Results 1 – 25 of 41) sorted by relevance

12

/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
DFlat32ToFlat64.asm26 bts eax, 5 ; enable PAE
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DEnablePaging64.S44 movl %eax, %cr4 # enable PAE
DEnablePaging64.asm42 mov cr4, eax ; enable PAE
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
DThunk16.asm127 and al, NOT 30h ; clear PAE & PSE
141 mov cr4, eax ; disable PAE & PSE
DThunk16.S96 and $0xcf,%al #; clear PAE & PSE
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DDisablePaging64.asm55 and al, NOT (1 SHL 5) ; clear PAE
DEnablePaging64.asm43 mov cr4, rax ; enable PAE
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DEnablePaging64.S42 movl %eax, %cr4 # enable PAE
DEnablePaging64.asm44 mov cr4, eax ; enable PAE
DEnablePaging64.nasm43 mov cr4, eax ; enable PAE
DThunk16.S197 andl $0xffffffcf, %ebp # clear PAE, PSE bits
DThunk16.nasm246 and ebp, ~30h ; clear PAE, PSE bits
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DDisablePaging64.S75 and $0xdf,%al # clear PAE
DDisablePaging64.asm74 and al, NOT (1 SHL 5) ; clear PAE
DDisablePaging64.nasm76 and al, ~ (1 << 5) ; clear PAE
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/X64/
DJumpToKernel.nasm61 ; Disable PAE
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
DSmiEntry.nasm110 test edx, BIT6 ; Check for PAE capabilities
249 test edx, BIT6 ; Check for PAE capabilities
DSmiEntry.S116 testl $BIT6, %edx # Check for PAE capabilities
255 testl $BIT6, %edx # Check for PAE capabilities
DSmiEntry.asm123 test edx, BIT6 ; Check for PAE capabilities
262 test edx, BIT6 ; Check for PAE capabilities
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/
DThunk16.S145 and $0xcf,%al #clear PAE & PSE
DThunk16.asm142 and al, NOT 30h ; clear PAE & PSE
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmiEntry.S116 testl $BIT6, %edx # Check for PAE capabilities
DSmiEntry.asm122 test edx, BIT6 ; Check for PAE capabilities
DSmiEntry.nasm109 test edx, BIT6 ; Check for PAE capabilities
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DCpuid.h392 UINT32 PAE:1; member

12