Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/xen/interface/hvm/
Dhvm_vcpu.h41 uint32_t cr3; member
104 uint64_t cr3; member
/Linux-v5.4/arch/x86/include/asm/
Dsuspend_32.h22 unsigned long cr0, cr2, cr3, cr4; member
Dsuspend_64.h37 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.h178 u64 cr3; member
Dkvm_host.h365 gpa_t cr3; member
549 unsigned long cr3; member
1224 unsigned long cr3; member
/Linux-v5.4/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
/Linux-v5.4/arch/powerpc/boot/
Dppc_asm.h16 #define cr3 3 macro
/Linux-v5.4/arch/x86/power/
Dhibernate.c63 unsigned long cr3; member
/Linux-v5.4/drivers/tty/serial/
Dstm32-usart.c66 static void stm32_config_reg_rs485(u32 *cr1, u32 *cr3, u32 delay_ADE, in stm32_config_reg_rs485()
107 u32 usartdiv, baud, cr1, cr3; in stm32_config_rs485() local
691 u32 cr1, cr2, cr3; in stm32_set_termios() local
Dstm32-usart.h14 u8 cr3; member
/Linux-v5.4/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.c2418 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode()
2468 u32 val, cr0, cr3, cr4; in rsm_load_state_32() local
2523 u64 val, cr0, cr3, cr4; in rsm_load_state_64() local
/Linux-v5.4/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
/Linux-v5.4/drivers/staging/media/imx/
Dimx7-media-csi.c295 u32 cr3 = imx7_csi_reg_read(csi, CSI_CSICR18); in imx7_csi_dma_reflash() local
334 u32 cr3 = imx7_csi_reg_read(csi, CSI_CSICR3); in imx7_csi_dmareq_rff_enable() local
351 u32 cr3 = imx7_csi_reg_read(csi, CSI_CSICR3); in imx7_csi_dmareq_rff_disable() local
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmcs.h33 unsigned long cr3; /* May not match real cr3 */ member
Dnested.c990 static int nested_vmx_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, bool nested_ept, in nested_vmx_load_cr3()
2815 unsigned long cr3, cr4; in nested_vmx_check_vmentry_hw() local
Dvmx.c2995 void vmx_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in vmx_set_cr3()
3877 unsigned long cr0, cr3, cr4; in vmx_set_constant_host_state() local
6497 unsigned long cr3, cr4; in vmx_vcpu_run() local
/Linux-v5.4/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()
/Linux-v5.4/arch/x86/mm/
Dtlb.c487 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush() local
/Linux-v5.4/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h205 uint64_t cr3; member
/Linux-v5.4/drivers/iommu/
Damd_iommu.c3532 unsigned long cr3) in __set_gcr3()
3565 unsigned long cr3) in amd_iommu_domain_set_gcr3()

12