Home
last modified time | relevance | path

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

12

/linux-6.1.9/include/xen/interface/hvm/
Dhvm_vcpu.h24 uint32_t cr3; member
87 uint64_t cr3; member
/linux-6.1.9/arch/x86/include/asm/
Dsuspend_32.h20 unsigned long cr0, cr2, cr3, cr4; member
Dsuspend_64.h41 unsigned long cr0, cr2, cr3, cr4; member
Dsvm.h303 u64 cr3; member
360 u64 cr3; member
/linux-6.1.9/arch/x86/kernel/
Dprocess_32.c62 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-6.1.9/arch/x86/power/
Dhibernate.c60 unsigned long cr3; member
/linux-6.1.9/arch/powerpc/boot/
Dppc_asm.h16 #define cr3 3 macro
/linux-6.1.9/drivers/tty/serial/
Dstm32-usart.c181 static void stm32_usart_config_reg_rs485(u32 *cr1, u32 *cr3, u32 delay_ADE, in stm32_usart_config_reg_rs485()
224 u32 usartdiv, baud, cr1, cr3; in stm32_usart_config_rs485() local
1107 u32 cr1, cr2, cr3, isr; in stm32_usart_set_termios() local
1779 u32 cr3; in stm32_usart_serial_remove() local
Dstm32-usart.h14 u8 cr3; member
Dfsl_lpuart.c1621 unsigned char cr3; in lpuart_rx_dma_startup() local
1811 unsigned char cr1, old_cr1, old_cr2, cr3, cr4, bdh, modem; in lpuart_set_termios() local
/linux-6.1.9/arch/x86/mm/
Dtlb.c689 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush() local
1074 unsigned long cr3 = build_cr3(this_cpu_read(cpu_tlbstate.loaded_mm)->pgd, in __get_current_cr3_fast() local
/linux-6.1.9/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-6.1.9/arch/x86/kvm/
Dmmu.h131 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid()
Dtss.h13 u32 cr3; member
/linux-6.1.9/arch/x86/kvm/svm/
Dnested.c61 u64 cr3 = svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_pdptr() local
497 static int nested_svm_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, in nested_svm_load_cr3()
Dsvm.c1748 static void sev_post_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in sev_post_set_cr3()
4046 unsigned long cr3; in svm_load_mmu_pgd() local
/linux-6.1.9/drivers/staging/media/imx/
Dimx7-media-csi.c350 u32 cr3; in imx7_csi_dma_reflash() local
368 u32 cr3 = imx7_csi_reg_read(csi, CSI_CSICR3); in imx7_csi_dmareq_rff_enable() local
380 u32 cr3 = imx7_csi_reg_read(csi, CSI_CSICR3); in imx7_csi_dmareq_rff_disable() local
518 u32 cr3 = BIT_FRMCNT_RST; in imx7_csi_configure() local
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmcs.h35 unsigned long cr3; /* May not match real cr3 */ member
Dnested.c1070 static int nested_vmx_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, in nested_vmx_load_cr3()
3061 unsigned long cr3, cr4; in nested_vmx_check_vmentry_hw() local
/linux-6.1.9/arch/x86/xen/
Dmmu_pv.c1309 static void __xen_write_cr3(bool kernel, unsigned long cr3) in __xen_write_cr3()
1336 static void xen_write_cr3(unsigned long cr3) in xen_write_cr3()
1378 static void __init xen_write_cr3_init(unsigned long cr3) in xen_write_cr3_init()
/linux-6.1.9/tools/arch/x86/include/uapi/asm/
Dkvm.h156 __u64 cr0, cr2, cr3, cr4, cr8; member
167 __u64 cr0, cr2, cr3, cr4, cr8; member
/linux-6.1.9/arch/x86/include/uapi/asm/
Dkvm.h156 __u64 cr0, cr2, cr3, cr4, cr8; member
167 __u64 cr0, cr2, cr3, cr4, cr8; member
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dsvm.h188 u64 cr3; member

12