Home
last modified time | relevance | path

Searched refs:PSE (Results 1 – 11 of 11) sorted by relevance

/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/Thunk16/X64/
DThunk16.S145 and $0xcf,%al #clear PAE & PSE
DThunk16.asm142 and al, NOT 30h ; clear PAE & PSE
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
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/
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/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueBaseLib.h5023 UINT32 PSE:1; // Page Size Extensions member
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DBaseLib.h5342 UINT32 PSE:1; ///< Page Size Extensions. member