/arch/x86/include/asm/ |
D | suspend_32.h | 22 unsigned long cr0, cr2, cr3, cr4; member
|
D | suspend_64.h | 41 unsigned long cr0, cr2, cr3, cr4; member
|
D | mmu_context.h | 350 unsigned long cr3 = build_cr3(this_cpu_read(cpu_tlbstate.loaded_mm)->pgd, in __get_current_cr3_fast() local
|
D | svm.h | 180 u64 cr3; member
|
D | kvm_host.h | 365 gpa_t cr3; member 547 unsigned long cr3; member 1226 unsigned long cr3; member
|
/arch/x86/kernel/ |
D | process_32.c | 63 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
|
D | process_64.c | 69 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
|
/arch/powerpc/boot/ |
D | ppc_asm.h | 16 #define cr3 3 macro
|
/arch/x86/power/ |
D | hibernate.c | 63 unsigned long cr3; member
|
/arch/x86/kvm/ |
D | mmu.h | 84 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid()
|
D | tss.h | 13 u32 cr3; member
|
D | emulate.c | 2479 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode() 2529 u32 val, cr0, cr3, cr4; in rsm_load_state_32() local 2584 u64 val, cr0, cr3, cr4; in rsm_load_state_64() local
|
D | x86.c | 699 int load_pdptrs(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, unsigned long cr3) in load_pdptrs() 1016 int kvm_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in kvm_set_cr3()
|
D | svm.c | 2992 u64 cr3 = svm->nested.nested_cr3; in nested_svm_get_tdp_pdptr() local
|
/arch/x86/include/asm/xen/ |
D | interface_32.h | 101 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
|
D | interface_64.h | 134 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) argument
|
/arch/x86/kvm/vmx/ |
D | vmcs.h | 33 unsigned long cr3; /* May not match real cr3 */ member
|
D | nested.c | 991 static int nested_vmx_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, bool nested_ept, in nested_vmx_load_cr3() 2838 unsigned long cr3, cr4; in nested_vmx_check_vmentry_hw() local
|
D | vmx.c | 3074 void vmx_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in vmx_set_cr3() 3962 unsigned long cr0, cr3, cr4; in vmx_set_constant_host_state() local 6593 unsigned long cr3, cr4; in vmx_vcpu_run() local
|
/arch/x86/mm/ |
D | tlb.c | 493 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush() local
|
/arch/x86/xen/ |
D | mmu_pv.c | 1394 static void __xen_write_cr3(bool kernel, unsigned long cr3) in __xen_write_cr3() 1421 static void xen_write_cr3(unsigned long cr3) in xen_write_cr3() 1467 static void __init xen_write_cr3_init(unsigned long cr3) in xen_write_cr3_init() 2177 static void __init xen_write_cr3_init(unsigned long cr3) in xen_write_cr3_init()
|
/arch/x86/include/uapi/asm/ |
D | kvm.h | 154 __u64 cr0, cr2, cr3, cr4, cr8; member
|