Home
last modified time | relevance | path

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

123

/kernel/linux/linux-4.19/include/xen/interface/hvm/
Dhvm_vcpu.h41 uint32_t cr3; member
104 uint64_t cr3; member
/kernel/linux/linux-5.10/include/xen/interface/hvm/
Dhvm_vcpu.h41 uint32_t cr3; member
104 uint64_t cr3; member
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dsuspend_32.h22 unsigned long cr0, cr2, cr3, cr4; member
Dsuspend_64.h37 unsigned long cr0, cr2, cr3, cr4, cr8; member
Dmmu_context.h349 unsigned long cr3 = build_cr3(this_cpu_read(cpu_tlbstate.loaded_mm)->pgd, in __get_current_cr3_fast() local
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dsuspend_32.h22 unsigned long cr0, cr2, cr3, cr4; member
Dsuspend_64.h37 unsigned long cr0, cr2, cr3, cr4; member
/kernel/linux/linux-5.10/arch/x86/kernel/
Dprocess_32.c62 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
/kernel/linux/linux-5.10/arch/x86/power/
Dhibernate.c60 unsigned long cr3; member
/kernel/linux/linux-4.19/arch/x86/kernel/
Dprocess_32.c66 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
/kernel/linux/linux-4.19/arch/powerpc/boot/
Dppc_asm.h20 #define cr3 3 macro
/kernel/linux/linux-5.10/arch/powerpc/boot/
Dppc_asm.h16 #define cr3 3 macro
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dnested.c74 u64 cr3 = svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_pdptr() local
372 static int nested_svm_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, in nested_svm_load_cr3()
/kernel/linux/linux-4.19/drivers/tty/serial/
Dstm32-usart.c65 static void stm32_config_reg_rs485(u32 *cr1, u32 *cr3, u32 delay_ADE, in stm32_config_reg_rs485()
106 u32 usartdiv, baud, cr1, cr3; in stm32_config_rs485() local
640 u32 cr1, cr2, cr3; in stm32_set_termios() local
/kernel/linux/linux-5.10/drivers/tty/serial/
Dstm32-usart.c63 static void stm32_usart_config_reg_rs485(u32 *cr1, u32 *cr3, u32 delay_ADE, in stm32_usart_config_reg_rs485()
104 u32 usartdiv, baud, cr1, cr3; in stm32_usart_config_rs485() local
741 u32 cr1, cr2, cr3, isr; in stm32_usart_set_termios() local
/kernel/linux/linux-5.10/arch/x86/kvm/
Dmmu.h77 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid()
Dtss.h13 u32 cr3; member
/kernel/linux/linux-4.19/arch/x86/kvm/
Dmmu.h89 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid()
Dtss.h13 u32 cr3; member
/kernel/linux/linux-5.10/arch/x86/mm/
Dtlb.c622 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush() local
973 unsigned long cr3 = build_cr3(this_cpu_read(cpu_tlbstate.loaded_mm)->pgd, in __get_current_cr3_fast() local
/kernel/linux/linux-4.19/arch/x86/power/
Dhibernate_64.c221 unsigned long cr3; member
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
Dinterface_32.h101 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
/kernel/linux/linux-4.19/arch/x86/include/asm/xen/
Dinterface_32.h101 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
/kernel/linux/linux-5.10/drivers/staging/media/imx/
Dimx7-media-csi.c300 u32 cr3; in imx7_csi_dma_reflash() local
339 u32 cr3 = imx7_csi_reg_read(csi, CSI_CSICR3); in imx7_csi_dmareq_rff_enable() local
356 u32 cr3 = imx7_csi_reg_read(csi, CSI_CSICR3); in imx7_csi_dmareq_rff_disable() local
/kernel/linux/linux-4.19/arch/x86/xen/
Dmmu_pv.c1396 static void __xen_write_cr3(bool kernel, unsigned long cr3) in __xen_write_cr3()
1423 static void xen_write_cr3(unsigned long cr3) in xen_write_cr3()
1469 static void __init xen_write_cr3_init(unsigned long cr3) in xen_write_cr3_init()
2179 static void __init xen_write_cr3_init(unsigned long cr3) in xen_write_cr3_init()

123