/kernel/linux/linux-5.10/include/xen/interface/hvm/ |
D | hvm_vcpu.h | 41 uint32_t cr3; member 104 uint64_t cr3; member
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | suspend_32.h | 22 unsigned long cr0, cr2, cr3, cr4; member
|
D | suspend_64.h | 37 unsigned long cr0, cr2, cr3, cr4; member
|
D | svm.h | 227 u64 cr3; member
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | process_32.c | 62 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
|
D | process_64.c | 68 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
|
/kernel/linux/linux-5.10/arch/x86/power/ |
D | hibernate.c | 60 unsigned long cr3; member
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
D | ppc_asm.h | 16 #define cr3 3 macro
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
D | nested.c | 74 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-5.10/drivers/tty/serial/ |
D | stm32-usart.c | 63 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
|
D | stm32-usart.h | 14 u8 cr3; member
|
D | fsl_lpuart.c | 1604 unsigned char cr3; in lpuart_rx_dma_startup() local 1792 unsigned char cr1, old_cr1, old_cr2, cr3, cr4, bdh, modem; in lpuart_set_termios() local
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
D | mmu.h | 77 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid()
|
D | tss.h | 13 u32 cr3; member
|
D | emulate.c | 2461 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode() 2511 u32 val, cr0, cr3, cr4; in rsm_load_state_32() local 2571 u64 val, cr0, cr3, cr4; in rsm_load_state_64() local
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | tlb.c | 622 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-5.10/arch/x86/include/asm/xen/ |
D | interface_32.h | 101 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
|
D | interface_64.h | 134 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) argument
|
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
D | imx7-media-csi.c | 300 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-5.10/arch/x86/kvm/vmx/ |
D | vmcs.h | 33 unsigned long cr3; /* May not match real cr3 */ member
|
D | nested.c | 1124 static int nested_vmx_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, bool nested_ept, in nested_vmx_load_cr3() 3050 unsigned long cr3, cr4; in nested_vmx_check_vmentry_hw() local
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
D | mmu_pv.c | 1296 static void __xen_write_cr3(bool kernel, unsigned long cr3) in __xen_write_cr3() 1323 static void xen_write_cr3(unsigned long cr3) in xen_write_cr3() 1365 static void __init xen_write_cr3_init(unsigned long cr3) in xen_write_cr3_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 207 uint64_t cr3; in get_cr3() local
|
D | svm.h | 181 u64 cr3; member
|
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 206 uint64_t cr3; member
|