Searched refs:PAE (Results 1 – 25 of 41) sorted by relevance
12
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/ |
D | Flat32ToFlat64.asm | 26 bts eax, 5 ; enable PAE
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | EnablePaging64.S | 44 movl %eax, %cr4 # enable PAE
|
D | EnablePaging64.asm | 42 mov cr4, eax ; enable PAE
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/ |
D | Thunk16.asm | 127 and al, NOT 30h ; clear PAE & PSE 141 mov cr4, eax ; disable PAE & PSE
|
D | Thunk16.S | 96 and $0xcf,%al #; clear PAE & PSE
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
D | DisablePaging64.asm | 55 and al, NOT (1 SHL 5) ; clear PAE
|
D | EnablePaging64.asm | 43 mov cr4, rax ; enable PAE
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | EnablePaging64.S | 42 movl %eax, %cr4 # enable PAE
|
D | EnablePaging64.asm | 44 mov cr4, eax ; enable PAE
|
D | EnablePaging64.nasm | 43 mov cr4, eax ; enable PAE
|
D | Thunk16.S | 197 andl $0xffffffcf, %ebp # clear PAE, PSE bits
|
D | Thunk16.nasm | 246 and ebp, ~30h ; clear PAE, PSE bits
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
D | DisablePaging64.S | 75 and $0xdf,%al # clear PAE
|
D | DisablePaging64.asm | 74 and al, NOT (1 SHL 5) ; clear PAE
|
D | DisablePaging64.nasm | 76 and al, ~ (1 << 5) ; clear PAE
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/X64/ |
D | JumpToKernel.nasm | 61 ; Disable PAE
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/ |
D | SmiEntry.nasm | 110 test edx, BIT6 ; Check for PAE capabilities 249 test edx, BIT6 ; Check for PAE capabilities
|
D | SmiEntry.S | 116 testl $BIT6, %edx # Check for PAE capabilities 255 testl $BIT6, %edx # Check for PAE capabilities
|
D | SmiEntry.asm | 123 test edx, BIT6 ; Check for PAE capabilities 262 test edx, BIT6 ; Check for PAE capabilities
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/ |
D | Thunk16.S | 145 and $0xcf,%al #clear PAE & PSE
|
D | Thunk16.asm | 142 and al, NOT 30h ; clear PAE & PSE
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
D | SmiEntry.S | 116 testl $BIT6, %edx # Check for PAE capabilities
|
D | SmiEntry.asm | 122 test edx, BIT6 ; Check for PAE capabilities
|
D | SmiEntry.nasm | 109 test edx, BIT6 ; Check for PAE capabilities
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/ |
D | Cpuid.h | 392 UINT32 PAE:1; member
|
12