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

/linux-master/arch/x86/include/asm/
H A Dspecial_insns.h147 static __always_inline void write_cr2(unsigned long x) function
H A Dparavirt.h152 static __always_inline void write_cr2(unsigned long x) function
154 PVOP_VCALL1(mmu.write_cr2, x);
H A Dparavirt_types.h147 void (*write_cr2)(unsigned long); member in struct:pv_mmu_ops
/linux-master/arch/x86/kernel/
H A Dnmi.c559 write_cr2(this_cpu_read(nmi_cr2));
693 write_cr2(this_cpu_read(nmi_cr2));
H A Dparavirt.c202 .mmu.write_cr2 = pv_native_write_cr2,
H A Dsev.c1837 write_cr2(ctxt->fi.cr2);
/linux-master/arch/x86/power/
H A Dcpu.c214 write_cr2(ctxt->cr2);
/linux-master/arch/x86/xen/
H A Dmmu_pv.c2134 .write_cr2 = xen_write_cr2,

Completed in 127 milliseconds