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

1 2 3

  /device/google/contexthub/firmware/os/platform/stm32/
usart.c 34 volatile uint16_t CR3;
115 block->CR3 = (block->CR3 &~ 0x0300) | flowCtrlVals[flow_control];
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Ia32/
CpuFlushTlb.asm 35 mov eax, cr3
36 mov cr3, eax ; moving to CR3 flushes TLB
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
PageTables64.asm 3 ; Sets the CR3 register for 64-bit paging
27 mov cr3, eax
  /device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/
PageTables64.asm 3 ; Sets the CR3 register for 64-bit paging
89 ; Set CR3 now that the paging structures are available
92 mov cr3, eax
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 101 #define CR3 0003000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 102 #define CR3 0003000
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 95 #define CR3 0003000
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 115 #define CR3 0003000
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 34 case R3 : case X3 : case F3 : case V3 : case CR3: case CR0UN: return 3;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 94 #define CR3 0003000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 96 # define CR3 0003000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 96 # define CR3 0003000
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-opc.h 62 #define CR3 IA64_OPND_CR3
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
AsmDispatchExecute.S 68 # save CR3
70 movq %cr3, %rax
153 # restore CR3
156 movq %rax, %cr3
AsmDispatchExecute.asm 66 ; save CR3
68 mov rax, cr3
151 ; restore CR3
154 mov cr3, rax
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
Thunk64To32.S 74 # save CR3
76 movq %cr3, %rax
160 # restore CR3
163 movq %rax, %cr3
Thunk64To32.asm 72 ; save CR3
74 mov rax, cr3
158 ; restore CR3
161 mov cr3, rax
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rex.x 119 const CR3 = 0x00003000; /* concept 100 */
  /bionic/tests/headers/posix/
termios_h.c 86 MACRO(CR3);
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 39 Reg = PPC::CR3;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h 164 UINT32 CR3;
212 UINT32 CR3; // FFF0
292 UINT64 Cr3; // FFF0
340 UINT32 CR3;
  /external/python/cpython2/Modules/
termios.c 453 #ifdef CR3
454 {"CR3", CR3},
  /external/python/cpython3/Modules/
termios.c 483 #ifdef CR3
484 {"CR3", CR3},
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
list6.go 137 "CR3",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
list6.go 137 "CR3",

Completed in 707 milliseconds

1 2 3