HomeSort by relevance Sort by last modified time
    Searched refs:PAE (Results 1 - 25 of 31) sorted by null

1 2

  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
Flat32ToFlat64.asm 26 bts eax, 5 ; enable PAE
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
EnablePaging64.S 44 movl %eax, %cr4 # enable PAE
EnablePaging64.asm 42 mov cr4, eax ; enable PAE
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
EnablePaging64.S 42 movl %eax, %cr4 # enable PAE
EnablePaging64.asm 44 mov cr4, eax ; enable PAE
Thunk16.S 197 andl $0xffffffcf, %ebp # clear PAE, PSE bits
Thunk16.asm 248 and ebp, NOT 30h ; clear PAE, PSE bits
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DisablePaging64.asm 55 and al, NOT (1 SHL 5) ; clear PAE
EnablePaging64.asm 43 mov cr4, rax ; enable PAE
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
Thunk16.asm 127 and al, NOT 30h ; clear PAE & PSE
141 mov cr4, eax ; disable PAE & PSE
Thunk16.S 96 and $0xcf,%al #; clear PAE & PSE
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DisablePaging64.S 75 and $0xdf,%al # clear PAE
DisablePaging64.asm 74 and al, NOT (1 SHL 5) ; clear PAE
Thunk16.S 298 andl $0xffffffcf,%ebp # clear PAE, PSE bits
Thunk16.asm 285 and ebp, NOT 30h ; clear PAE, PSE bits
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmiEntry.S 116 testl $BIT6, %edx # Check for PAE capabilities
255 testl $BIT6, %edx # Check for PAE capabilities
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/
Thunk16.asm 142 and al, NOT 30h ; clear PAE & PSE
Thunk16.S 145 and $0xcf,%al #clear PAE & PSE
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiEntry.asm 122 test edx, BIT6 ; Check for PAE capabilities
SmiEntry.S 116 testl $BIT6, %edx # Check for PAE capabilities
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Cpuid.h 390 /// instead of 4 Mbyte pages if PAE bit is 1.
392 UINT32 PAE:1;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.S 459 # setting CR4.PAE=1 (this is _required_ before activating
    [all...]
st32_64.S 474 # setting CR4.PAE=1 (this is _required_ before activating
    [all...]
start64.S 466 # setting CR4.PAE=1 (this is _required_ before activating
    [all...]

Completed in 729 milliseconds

1 2