| /linux-4.1.27/arch/x86/power/ | 
| D | hibernate_64.c | 112 	unsigned long cr3;  member
  | 
| /linux-4.1.27/arch/x86/include/asm/ | 
| D | suspend_32.h | 15 	unsigned long cr0, cr2, cr3, cr4;  member
  | 
| D | suspend_64.h | 24 	unsigned long cr0, cr2, cr3, cr4, cr8;  member
  | 
| D | svm.h | 155 	u64 cr3;  member
  | 
| D | kvm_host.h | 359 	unsigned long cr3;  member 844 	unsigned long cr3;  member
  | 
| /linux-4.1.27/arch/m32r/include/asm/ | 
| D | assembler.h | 177 	mvtc	r14, cr3	; spu  variable
  | 
| /linux-4.1.27/arch/powerpc/boot/ | 
| D | ppc_asm.h | 20 #define	cr3	3  macro
  | 
| /linux-4.1.27/arch/x86/kernel/ | 
| D | process_32.c | 71 	unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L;  in __show_regs()  local
  | 
| D | process_64.c | 61 	unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs;  in __show_regs()  local
  | 
| /linux-4.1.27/arch/x86/include/asm/xen/ | 
| D | interface_32.h | 100 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20))  argument
  | 
| D | interface_64.h | 133 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12)  argument
  | 
| /linux-4.1.27/arch/x86/kvm/ | 
| D | tss.h | 12 	u32 cr3;  member
  | 
| D | x86.c | 510 int load_pdptrs(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, unsigned long cr3)  in load_pdptrs() 754 int kvm_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3)  in kvm_set_cr3()
  | 
| D | svm.c | 1954 	u64 cr3 = svm->nested.nested_cr3;  in nested_svm_get_tdp_pdptr()  local
  | 
| D | vmx.c | 3620 static void vmx_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3)  in vmx_set_cr3()
  | 
| /linux-4.1.27/arch/x86/xen/ | 
| D | mmu.c | 1318 static void __xen_write_cr3(bool kernel, unsigned long cr3)  in __xen_write_cr3() 1345 static void xen_write_cr3(unsigned long cr3)  in xen_write_cr3() 1391 static void __init xen_write_cr3_init(unsigned long cr3)  in xen_write_cr3_init() 1905 static void __init xen_write_cr3_init(unsigned long cr3)  in xen_write_cr3_init()
  | 
| /linux-4.1.27/arch/x86/lguest/ | 
| D | boot.c | 552 static void lguest_write_cr3(unsigned long cr3)  in lguest_write_cr3()
  | 
| /linux-4.1.27/arch/x86/include/uapi/asm/ | 
| D | kvm.h | 148 	__u64 cr0, cr2, cr3, cr4, cr8;  member
  | 
| /linux-4.1.27/drivers/iommu/ | 
| D | amd_iommu.c | 3687 		      unsigned long cr3)  in __set_gcr3() 3720 			      unsigned long cr3)  in amd_iommu_domain_set_gcr3()
  | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | ppc_asm.h | 554 #define	cr3	3  macro
  |