Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dcontrol_regs.h35 static inline unsigned long read_cr2(void) in read_cr2() function
/openbmc/linux/arch/x86/include/asm/
H A Dspecial_insns.h142 static __always_inline unsigned long read_cr2(void) in read_cr2() function
H A 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()
H A Dparavirt_types.h154 struct paravirt_callee_save read_cr2; member
/openbmc/linux/arch/x86/kernel/
H A Dnmi.c516 this_cpu_write(nmi_cr2, read_cr2()); in DEFINE_IDTENTRY_RAW()
557 if (unlikely(this_cpu_read(nmi_cr2) != read_cr2())) in DEFINE_IDTENTRY_RAW()
H A Dprocess_32.c81 cr2 = read_cr2(); in __show_regs()
H A Dparavirt.c242 .mmu.read_cr2 = __PV_IS_CALLEE_SAVE(pv_native_read_cr2),
H A Dprocess_64.c114 cr2 = read_cr2(); in __show_regs()
H A Dtraps.c405 unsigned long address = read_cr2(); in DEFINE_IDTENTRY_DF()
/openbmc/linux/arch/x86/mm/
H A Dextable.c362 regs->orig_ax, read_cr2()); in early_fixup_exception()
H A Dfault.c1479 unsigned long address = read_cr2(); in DEFINE_IDTENTRY_RAW_ERRORCODE()
/openbmc/linux/arch/x86/power/
H A Dcpu.c124 ctxt->cr2 = read_cr2(); in __save_processor_state()
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c114 cr2 = read_cr2(); in dump_regs()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1132 pv_ops.mmu.read_cr2 = __PV_IS_CALLEE_SAVE(xen_read_cr2_direct); in xen_setup_vcpu_info_placement()
H A Dmmu_pv.c2182 .read_cr2 = __PV_IS_CALLEE_SAVE(xen_read_cr2),