Searched refs:write_cr2 (Results 1 – 8 of 8) sorted by relevance
170 static __always_inline void write_cr2(unsigned long x) in write_cr2() function
128 static inline void write_cr2(unsigned long x) in write_cr2() function130 PVOP_VCALL1(mmu.write_cr2, x); in write_cr2()
213 void (*write_cr2)(unsigned long); member
519 write_cr2(this_cpu_read(nmi_cr2)); in DEFINE_IDTENTRY_RAW()
333 .mmu.write_cr2 = native_write_cr2,
1295 write_cr2(ctxt->fi.cr2); in vc_forward_exception()
215 write_cr2(ctxt->cr2); in __restore_processor_state()
2081 .write_cr2 = xen_write_cr2,