/linux/drivers/firmware/efi/libstub/ |
H A D | x86-5lvl.c | 69 u64 *cr3 = (u64 *)__native_read_cr3(); in efi_5level_switch() 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/kernel/ |
H A D | paravirt.c | 95 static noinstr void pv_native_write_cr3(unsigned long cr3) in pv_native_write_cr3() argument
|
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 | 72 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
|
/linux/arch/x86/include/asm/ |
H A D | suspend_32.h | 16 unsigned long cr0, cr2, cr3, cr4; member
|
H A D | suspend_64.h | 42 unsigned long cr0, cr2, cr3, cr4; member
|
H A D | svm.h | 332 u64 cr3; member 389 u64 cr3; member
|
/linux/arch/x86/power/ |
H A D | hibernate.c | 61 unsigned long cr3; member
|
/linux/arch/x86/mm/ |
H A D | tlb.c | 162 unsigned long cr3 = __sme_pa(pgd) | lam; in build_cr3() local 1064 unsigned long cr3 = __read_cr3(); in initialize_tlbstate_and_flush() local 1554 unsigned long cr3 = in __get_current_cr3_fast() local
|
/linux/scripts/gdb/linux/ |
H A D | pgtable.py | 64 def __init__(self, cr3, page_levels): argument [all...] |
/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 | 270 static inline bool kvm_vcpu_is_legal_cr3(struct kvm_vcpu *vcpu, unsigned long cr3) in kvm_vcpu_is_legal_cr3() argument
|
H A D | tss.h | 13 u32 cr3; member
|
H A D | mmu.h | 126 static inline unsigned long kvm_get_pcid(struct kvm_vcpu *vcpu, gpa_t cr3) in kvm_get_pcid() argument
|
/linux/drivers/tty/serial/ |
H A D | stm32-usart.c | 185 static void stm32_usart_config_reg_rs485(u32 *cr1, u32 *cr3, u32 delay_ADE, in stm32_usart_config_reg_rs485() argument 228 u32 usartdiv, baud, cr1, cr3; in stm32_usart_config_rs485() local 1162 u32 cr1, cr2, cr3, isr, brr, presc; stm32_usart_set_termios() local 1872 u32 cr3; stm32_usart_serial_remove() local [all...] |
H A D | stm32-usart.h | 14 u16 cr3; member
|
/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); imx7_csi_dmareq_rff_disable() local 532 u32 cr3 = BIT_FRMCNT_RST; imx7_csi_configure() local [all...] |
/linux/arch/x86/kvm/svm/ |
H A D | nested.c | 62 u64 cr3 = svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_pdptr() local 578 static int nested_svm_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, in nested_svm_load_cr3() argument [all...] |
/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 | 1367 __xen_write_cr3(bool kernel,unsigned long cr3) __xen_write_cr3() argument 1394 xen_write_cr3(unsigned long cr3) xen_write_cr3() argument 1436 xen_write_cr3_init(unsigned long cr3) xen_write_cr3_init() argument [all...] |
/linux/tools/testing/selftests/kvm/include/x86/ |
H A D | svm.h | 206 u64 cr3; member
|