Home
last modified time | relevance | path

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

12

/linux/include/xen/interface/hvm/
H A Dhvm_vcpu.h24 uint32_t cr3; member
87 uint64_t cr3; member
/linux/arch/x86/kernel/
H A Dprocess_32.c62 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
H A Dprocess_64.c72 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
/linux/arch/x86/mm/
H A Dtlb.c162 unsigned long cr3 = __sme_pa(pgd) | lam; in build_cr3() local
1064 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush() local
1554 unsigned long cr3 = in __get_current_cr3_fast() local
/linux/arch/x86/power/
H A Dhibernate.c61 unsigned long cr3; member
/linux/scripts/gdb/linux/
H A Dpgtable.py66 __init__(self, cr3, page_levels) global() argument
[all...]
/linux/arch/powerpc/boot/
H A Dppc_asm.h16 #define cr3 3 macro
/linux/arch/x86/kvm/
H A Dsmm.h64 u32 cr3; member
128 u64 cr3; member
H A Dcpuid.h270 static inline bool kvm_vcpu_is_legal_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in kvm_vcpu_is_legal_cr3()
H A Dtss.h13 u32 cr3; member
H A Dsmm.c416 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode()
H A Dmmu.h126 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid()
/linux/arch/x86/kvm/svm/
H A Dnested.c62 u64 cr3 = svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_pdptr() local
578 static int nested_svm_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, in nested_svm_load_cr3()
H A Dsvm.c1721 static void sev_post_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in sev_post_set_cr3()
4386 unsigned long cr3; in svm_load_mmu_pgd() local
H A Dsvm.h143 u64 cr3; member
/linux/arch/x86/kvm/vmx/
H A Dvmcs.h35 unsigned long cr3; /* May not match real cr3 */ member
H A Dnested.c1154 static int nested_vmx_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, in nested_vmx_load_cr3()
3223 unsigned long cr3, cr4; in nested_vmx_check_vmentry_hw() local
H A Dvmx.c4212 unsigned long cr0, cr3, cr4; in vmx_set_constant_host_state() local
7254 unsigned long cr3, cr4; in vmx_vcpu_run() local
/linux/drivers/tty/serial/
H A Dstm32-usart.h14 u16 cr3; member
H A Dfsl_lpuart.c1773 u8 cr3; in lpuart_rx_dma_startup() local
1993 u8 cr1, old_cr1, old_cr2, cr3, cr4, bdh, modem; in lpuart_set_termios() local
/linux/arch/x86/include/asm/
H A Dsvm.h332 u64 cr3; member
389 u64 cr3; member
/linux/include/uapi/linux/
H A Dacrn.h290 __le64 cr3; member
/linux/arch/x86/include/uapi/asm/
H A Dkvm.h150 __u64 cr0, cr2, cr3, cr4, cr8; member
161 __u64 cr0, cr2, cr3, cr4, cr8; member
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h150 __u64 cr0, cr2, cr3, cr4, cr8; member
161 __u64 cr0, cr2, cr3, cr4, cr8; member
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h562 uint64_t cr3; in get_cr3() local

12