Searched refs:read_cr2 (Results 1 – 13 of 13) sorted by relevance
517 this_cpu_write(nmi_cr2, read_cr2()); in DEFINE_IDTENTRY_RAW()558 if (unlikely(this_cpu_read(nmi_cr2) != read_cr2())) in DEFINE_IDTENTRY_RAW()683 this_cpu_write(nmi_cr2, read_cr2()); in DEFINE_FREDENTRY_NMI()692 if (unlikely(this_cpu_read(nmi_cr2) != read_cr2())) in DEFINE_FREDENTRY_NMI()
81 cr2 = read_cr2(); in __show_regs()
200 .mmu.read_cr2 = __PV_IS_CALLEE_SAVE(pv_native_read_cr2),
115 cr2 = read_cr2(); in __show_regs()
407 unsigned long address = read_cr2(); in DEFINE_IDTENTRY_DF()
142 static __always_inline unsigned long read_cr2(void) in read_cr2() function
146 static __always_inline unsigned long read_cr2(void) in read_cr2() function148 return PVOP_ALT_CALLEE0(unsigned long, mmu.read_cr2, in read_cr2()
146 struct paravirt_callee_save read_cr2; member
124 ctxt->cr2 = read_cr2(); in __save_processor_state()
431 regs->orig_ax, read_cr2()); in early_fixup_exception()
1498 address = cpu_feature_enabled(X86_FEATURE_FRED) ? fred_event_data(regs) : read_cr2(); in DEFINE_IDTENTRY_RAW_ERRORCODE()
1144 pv_ops.mmu.read_cr2 = __PV_IS_CALLEE_SAVE(xen_read_cr2_direct); in xen_setup_vcpu_info_placement()
2130 .read_cr2 = __PV_IS_CALLEE_SAVE(xen_read_cr2),