Searched refs:write_cr2 (Results 1 – 8 of 8) sorted by relevance
158 static __always_inline void write_cr2(unsigned long x) in write_cr2() function
143 static inline void write_cr2(unsigned long x) in write_cr2() function145 PVOP_VCALL1(mmu.write_cr2, x); in write_cr2()
174 void (*write_cr2)(unsigned long); member
285 .mmu.write_cr2 = native_write_cr2,
519 write_cr2(this_cpu_read(nmi_cr2)); in DEFINE_IDTENTRY_RAW()
1329 write_cr2(ctxt->fi.cr2); in vc_forward_exception()
213 write_cr2(ctxt->cr2); in __restore_processor_state()
2083 .write_cr2 = xen_write_cr2,