Home
last modified time | relevance | path

Searched refs:PAE (Results 1 – 25 of 31) 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/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/Ia32/
DEnablePaging64.S44 movl %eax, %cr4 # enable PAE
DEnablePaging64.asm42 mov cr4, eax ; enable PAE
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DEnablePaging64.asm43 mov cr4, rax ; enable PAE
DDisablePaging64.asm55 and al, NOT (1 SHL 5) ; clear PAE
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DEnablePaging64.S42 movl %eax, %cr4 # enable PAE
DEnablePaging64.asm44 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/OvmfPkg/Library/LoadLinuxLib/X64/
DJumpToKernel.nasm61 ; Disable PAE
/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
DThunk16.S298 andl $0xffffffcf,%ebp # clear PAE, PSE bits
DThunk16.asm285 and ebp, NOT 30h ; clear PAE, PSE bits
DThunk16.nasm292 and ebp, ~30h ; clear PAE, PSE bits
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmiEntry.S108 testl $BIT6, %edx # Check for PAE capabilities
DSmiEntry.asm114 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/DuetPkg/BootSector/
Dst32_64.S474 # setting CR4.PAE=1 (this is _required_ before activating
Dstart64.S466 # setting CR4.PAE=1 (this is _required_ before activating
Dst16_64.S459 # setting CR4.PAE=1 (this is _required_ before activating
Dst16_64.asm454 ; setting CR4.PAE=1 (this is _required_ before activating

12