Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dspecial_insns.h155 static __always_inline unsigned long read_cr2(void) in read_cr2() function
/linux/arch/x86/kernel/
H A Dprocess_32.c81 cr2 = read_cr2(); in __show_regs()
H A Dtraps.c602 unsigned long address = read_cr2(); in DEFINE_IDTENTRY_DF()
/linux/arch/x86/mm/
H A Dextable.c427 regs->orig_ax, read_cr2()); in early_fixup_exception()
H A Dfault.c1488 address = cpu_feature_enabled(X86_FEATURE_FRED) ? fred_event_data(regs) : read_cr2(); in DEFINE_IDTENTRY_RAW_ERRORCODE()
/linux/arch/x86/power/
H A Dcpu.c126 ctxt->cr2 = read_cr2(); in __save_processor_state()
/linux/arch/x86/xen/
H A Denlighten_pv.c1206 pv_ops.mmu.read_cr2 = __PV_IS_CALLEE_SAVE(xen_read_cr2_direct); in xen_setup_vcpu_info_placement()
H A Dmmu_pv.c2194 pv_ops.mmu.read_cr2 = __PV_IS_CALLEE_SAVE(xen_read_cr2); in xen_init_mmu_ops()