/linux/include/xen/interface/hvm/ |
H A D | hvm_vcpu.h | 24 uint32_t cr3; member 87 uint64_t cr3; member
|
/linux/arch/x86/kernel/ |
H A D | process_32.c | 62 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
|
H A D | process_64.c | 72 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
|
/linux/arch/x86/power/ |
H A D | hibernate.c | 61 unsigned long cr3; member
|
/linux/arch/x86/mm/ |
H A D | tlb.c | 162 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/scripts/gdb/linux/ |
H A D | pgtable.py | 66 __init__(self, cr3, page_levels) global() argument [all...] |
/linux/arch/powerpc/boot/ |
H A D | ppc_asm.h | 16 #define cr3 3 macro
|
/linux/arch/x86/kvm/ |
H A D | smm.h | 64 u32 cr3; member 128 u64 cr3; member
|
H A D | cpuid.h | 270 static inline bool kvm_vcpu_is_legal_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in kvm_vcpu_is_legal_cr3()
|
H A D | tss.h | 13 u32 cr3; member
|
H A D | smm.c | 416 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode()
|
H A D | mmu.h | 126 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid()
|
H A D | x86.c | 1034 int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3) in load_pdptrs() 1417 int kvm_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in kvm_set_cr3()
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmcs.h | 35 unsigned long cr3; /* May not match real cr3 */ member
|
/linux/drivers/tty/serial/ |
H A D | stm32-usart.h | 14 u16 cr3; member
|
H A D | fsl_lpuart.c | 1773 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/include/uapi/linux/ |
H A D | acrn.h | 290 __le64 cr3; member
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 1877 static void sev_post_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in sev_post_set_cr3() 4542 unsigned long cr3; in svm_load_mmu_pgd() local
|
H A D | svm.h | 145 u64 cr3; member
|
/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 150 __u64 cr0, cr2, cr3, cr4, cr8; member 161 __u64 cr0, cr2, cr3, cr4, cr8; member
|
/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 784 unsigned long cr3; member 1939 unsigned long cr3; member
|