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

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PseudoSourceValue.cpp 74 PSVGlobalsTy &PG = *PSVGlobals;
75 sys::ScopedLock locked(PG.Lock);
76 const PseudoSourceValue *&V = PG.FSValues[FI];
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 51 static final String PG = "PG";
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-aarch64.h 26 #define PG(x) ((x) & ~ (bfd_vma) 0xfff)
elfxx-aarch64.c 391 value = PG (place);
392 value = PG (value + addend) - PG (place);
403 value = PG (value + addend) - PG (place);
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
Flat32ToFlat64.asm 35 bts eax, 31 ; set PG
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
EnablePaging64.S 48 btsl $31, %eax # set PG
EnablePaging64.asm 50 bts eax, 31 ; set PG
Thunk16.S 194 andl $0x7ffffffe, %eax # clear PE, PG bits
Thunk16.asm 245 and eax, 7ffffffeh ; clear PE, PG bits
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
EnablePaging64.asm 48 bts eax, 31 ; set PG
Thunk16.S 175 andl $0x7ffffffe, %eax # clear PE, PG bits
Thunk16.asm 236 and eax, 7ffffffeh ; clear PE, PG bits
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/
Thunk16.asm 124 and esi, 07ffffffeh ; clear PE & PG bits
137 mov cr0, rsi ; disable PE & PG
Thunk16.S 128 and $0x7ffffffe,%esi #clear PE & PG bits
140 mov %rsi,%cr0 #disable PE & PG
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DisablePaging64.S 66 btr $0x1f,%eax # clear CR0.PG
DisablePaging64.asm 65 btr eax, 31 ; Clear CR0.PG
Thunk16.S 295 andl $0x7ffffffe,%eax # clear PE, PG bits
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/
MpFuncs.asm 99 db 0Fh, 0BAh, 0E8h, 1Fh ; bts eax, 31 ; Set PG=1.
MpFuncs.S 113 .byte 0xF,0xBA,0xE8,0x1F # bts eax, 31 ; Set PG=1.
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
MpFuncs.S 116 .byte 0xF,0xBA,0xE8,0x1F # bts eax, 31 ; Set PG=1.
MpFuncs.asm 117 db 0Fh, 0BAh, 0E8h, 1Fh ; bts eax, 31 ; Set PG=1.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Thunk16.asm 264 and eax, 7ffffffeh ; clear PE, PG bits
Thunk16.S 287 andl $0x7ffffffe,%eax # clear PE, PG bits
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.S 508 # Enable paging to activate long mode (set CR0.PG=1)
515 # bts eax, 31 ; Set PG=1.
    [all...]
st32_64.S 523 # Enable paging to activate long mode (set CR0.PG=1)
530 # bts eax, 31 ; Set PG=1.
    [all...]

Completed in 414 milliseconds

1 2