/arch/x86/include/asm/ |
D | suspend_32.h | 22 unsigned long cr0, cr2, cr3, cr4; member
|
D | suspend_64.h | 37 unsigned long cr0, cr2, cr3, cr4, cr8; member
|
D | mmu_context.h | 368 unsigned long cr3 = build_cr3(this_cpu_read(cpu_tlbstate.loaded_mm)->pgd, in __get_current_cr3_fast() local
|
D | svm.h | 173 u64 cr3; member
|
D | kvm_host.h | 495 unsigned long cr3; member 1099 unsigned long cr3; member
|
/arch/x86/kernel/ |
D | process_32.c | 66 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 | 20 #define cr3 3 macro
|
/arch/x86/power/ |
D | hibernate_64.c | 211 unsigned long cr3; member
|
/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/ |
D | tss.h | 13 u32 cr3; member
|
D | emulate.c | 2417 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode() 2466 u32 val, cr0, cr3, cr4; in rsm_load_state_32() local 2519 u64 val, cr0, cr3, cr4; in rsm_load_state_64() local
|
D | vmx.c | 4622 static void vmx_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in vmx_set_cr3() 5580 unsigned long cr0, cr3, cr4; in vmx_set_constant_host_state() local 9740 unsigned long debugctlmsr, cr3, cr4; in vmx_vcpu_run() local 10920 static int nested_vmx_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, bool nested_ept, in nested_vmx_load_cr3()
|
D | x86.c | 581 int load_pdptrs(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, unsigned long cr3) in load_pdptrs() 838 int kvm_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in kvm_set_cr3()
|
D | svm.c | 2472 u64 cr3 = svm->nested.nested_cr3; in nested_svm_get_tdp_pdptr() local
|
/arch/x86/xen/ |
D | mmu_pv.c | 1369 static void __xen_write_cr3(bool kernel, unsigned long cr3) in __xen_write_cr3() 1396 static void xen_write_cr3(unsigned long cr3) in xen_write_cr3() 1442 static void __init xen_write_cr3_init(unsigned long cr3) in xen_write_cr3_init() 2151 static void __init xen_write_cr3_init(unsigned long cr3) in xen_write_cr3_init()
|
/arch/x86/mm/ |
D | tlb.c | 459 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush() local
|
/arch/x86/include/uapi/asm/ |
D | kvm.h | 154 __u64 cr0, cr2, cr3, cr4, cr8; member
|