Searched refs:read_cr2 (Results 1 – 8 of 8) sorted by relevance
560 this_cpu_write(nmi_cr2, read_cr2()); in DEFINE_IDTENTRY_RAW() 601 if (unlikely(this_cpu_read(nmi_cr2) != read_cr2())) in DEFINE_IDTENTRY_RAW() 723 this_cpu_write(nmi_cr2, read_cr2()); in DEFINE_FREDENTRY_NMI() 732 if (unlikely(this_cpu_read(nmi_cr2) != read_cr2())) in DEFINE_FREDENTRY_NMI()
603 unsigned long address = read_cr2(); in DEFINE_IDTENTRY_DF()
155 static __always_inline unsigned long read_cr2(void) in read_cr2() function
126 ctxt->cr2 = read_cr2(); in __save_processor_state()
427 regs->orig_ax, read_cr2()); in early_fixup_exception()
1497 address = cpu_feature_enabled(X86_FEATURE_FRED) ? fred_event_data(regs) : read_cr2(); in DEFINE_IDTENTRY_RAW_ERRORCODE()
1196 pv_ops.mmu.read_cr2 = __PV_IS_CALLEE_SAVE(xen_read_cr2_direct); in xen_setup_vcpu_info_placement()
2186 pv_ops.mmu.read_cr2 = __PV_IS_CALLEE_SAVE(xen_read_cr2); in xen_leave_lazy_mmu()