Home
last modified time | relevance | path

Searched refs:read_cr2 (Results 1 – 13 of 13) sorted by relevance

/linux-5.19.10/arch/x86/kernel/ !
Dnmi.c497 this_cpu_write(nmi_cr2, read_cr2()); in DEFINE_IDTENTRY_RAW()
521 if (unlikely(this_cpu_read(nmi_cr2) != read_cr2())) in DEFINE_IDTENTRY_RAW()
Dprocess_32.c81 cr2 = read_cr2(); in __show_regs()
Dparavirt.c326 .mmu.read_cr2 = __PV_IS_CALLEE_SAVE(pv_native_read_cr2),
Dprocess_64.c113 cr2 = read_cr2(); in __show_regs()
Dtraps.c434 unsigned long address = read_cr2(); in DEFINE_IDTENTRY_DF()
/linux-5.19.10/arch/x86/include/asm/ !
Dspecial_insns.h153 static __always_inline unsigned long read_cr2(void) in read_cr2() function
Dparavirt.h142 static __always_inline unsigned long read_cr2(void) in read_cr2() function
144 return PVOP_ALT_CALLEE0(unsigned long, mmu.read_cr2, in read_cr2()
Dparavirt_types.h174 struct paravirt_callee_save read_cr2; member
/linux-5.19.10/arch/x86/mm/ !
Dextable.c279 regs->orig_ax, read_cr2()); in early_fixup_exception()
Dfault.c1498 unsigned long address = read_cr2(); in DEFINE_IDTENTRY_RAW_ERRORCODE()
/linux-5.19.10/arch/x86/power/ !
Dcpu.c123 ctxt->cr2 = read_cr2(); in __save_processor_state()
/linux-5.19.10/arch/x86/xen/ !
Denlighten_pv.c1008 pv_ops.mmu.read_cr2 = __PV_IS_CALLEE_SAVE(xen_read_cr2_direct); in xen_setup_vcpu_info_placement()
Dmmu_pv.c2107 .read_cr2 = __PV_IS_CALLEE_SAVE(xen_read_cr2),