Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dspecial_insns.h158 static __always_inline void write_cr2(unsigned long x) in write_cr2() function
Dparavirt.h143 static inline void write_cr2(unsigned long x) in write_cr2() function
145 PVOP_VCALL1(mmu.write_cr2, x); in write_cr2()
Dparavirt_types.h174 void (*write_cr2)(unsigned long); member
/arch/x86/kernel/
Dparavirt.c285 .mmu.write_cr2 = native_write_cr2,
Dnmi.c519 write_cr2(this_cpu_read(nmi_cr2)); in DEFINE_IDTENTRY_RAW()
Dsev.c1329 write_cr2(ctxt->fi.cr2); in vc_forward_exception()
/arch/x86/power/
Dcpu.c213 write_cr2(ctxt->cr2); in __restore_processor_state()
/arch/x86/xen/
Dmmu_pv.c2083 .write_cr2 = xen_write_cr2,