Home
last modified time | relevance | path

Searched defs:cr3 (Results 1 – 22 of 22) sorted by relevance

/arch/x86/include/asm/
Dsuspend_32.h22 unsigned long cr0, cr2, cr3, cr4; member
Dsuspend_64.h41 unsigned long cr0, cr2, cr3, cr4; member
Dmmu_context.h350 unsigned long cr3 = build_cr3(this_cpu_read(cpu_tlbstate.loaded_mm)->pgd, in __get_current_cr3_fast() local
Dsvm.h180 u64 cr3; member
Dkvm_host.h365 gpa_t cr3; member
547 unsigned long cr3; member
1226 unsigned long cr3; member
/arch/x86/kernel/
Dprocess_32.c63 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
Dprocess_64.c69 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
/arch/powerpc/boot/
Dppc_asm.h16 #define cr3 3 macro
/arch/x86/power/
Dhibernate.c63 unsigned long cr3; member
/arch/x86/kvm/
Dmmu.h84 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid()
Dtss.h13 u32 cr3; member
Demulate.c2479 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
Dx86.c699 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()
Dsvm.c2992 u64 cr3 = svm->nested.nested_cr3; in nested_svm_get_tdp_pdptr() local
/arch/x86/include/asm/xen/
Dinterface_32.h101 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
Dinterface_64.h134 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) argument
/arch/x86/kvm/vmx/
Dvmcs.h33 unsigned long cr3; /* May not match real cr3 */ member
Dnested.c991 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
Dvmx.c3074 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/
Dtlb.c493 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush() local
/arch/x86/xen/
Dmmu_pv.c1394 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/
Dkvm.h154 __u64 cr0, cr2, cr3, cr4, cr8; member