/linux/drivers/firmware/efi/libstub/ |
H A D | x86-5lvl.c | 69 u64 *cr3 = (u64 *)__native_read_cr3(); in efi_5level_switch() local
|
/linux/arch/x86/mm/ |
H A D | tlb.c | 158 unsigned long cr3 = __sme_pa(pgd) | lam; in build_cr3() local 698 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush() local 1089 unsigned long cr3 = in __get_current_cr3_fast() local
|
/linux/include/xen/interface/hvm/ |
H A D | hvm_vcpu.h | 24 uint32_t cr3; member 87 uint64_t cr3; member
|
/linux/arch/x86/include/asm/ |
H A D | suspend_32.h | 15 unsigned long cr0, cr2, cr3, cr4; member
|
H A D | suspend_64.h | 41 unsigned long cr0, cr2, cr3, cr4; member
|
H A D | svm.h | 324 u64 cr3; member 381 u64 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 | 71 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 | 60 unsigned long cr3; member
|
/linux/scripts/gdb/linux/ |
H A D | pgtable.py | 66 def __init__(self, cr3, page_levels): argument
|
/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 | 269 static inline bool kvm_vcpu_is_legal_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in kvm_vcpu_is_legal_cr3()
|
H A D | mmu.h | 112 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid()
|
H A D | tss.h | 13 u32 cr3; member
|
H A D | smm.c | 415 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode()
|
/linux/arch/x86/include/asm/xen/ |
H A D | interface_32.h | 101 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) argument
|
H A D | interface_64.h | 134 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) argument
|
/linux/drivers/media/platform/nxp/ |
H A D | imx7-media-csi.c | 362 u32 cr3; in imx7_csi_dma_reflash() local 380 u32 cr3 = imx7_csi_reg_read(csi, CSI_CSICR3); in imx7_csi_dmareq_rff_enable() local 392 u32 cr3 = imx7_csi_reg_read(csi, CSI_CSICR3); in imx7_csi_dmareq_rff_disable() local 532 u32 cr3 = BIT_FRMCNT_RST; in imx7_csi_configure() local
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmcs.h | 35 unsigned long cr3; /* May not match real cr3 */ member
|
/linux/arch/x86/xen/ |
H A D | mmu_pv.c | 1317 static void __xen_write_cr3(bool kernel, unsigned long cr3) in __xen_write_cr3() 1344 static void xen_write_cr3(unsigned long cr3) in xen_write_cr3() 1386 static void __init xen_write_cr3_init(unsigned long cr3) in xen_write_cr3_init()
|
/linux/drivers/tty/serial/ |
H A D | stm32-usart.h | 14 u16 cr3; member
|
H A D | fsl_lpuart.c | 1763 unsigned char cr3; in lpuart_rx_dma_startup() local 1978 unsigned char cr1, old_cr1, old_cr2, cr3, cr4, bdh, modem; in lpuart_set_termios() local
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | svm.h | 212 u64 cr3; member
|
/linux/include/uapi/linux/ |
H A D | acrn.h | 290 __le64 cr3; member
|