Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dspecial_insns.h163 static inline void write_cr2(unsigned long x) in write_cr2() function
Dparavirt.h60 static inline void write_cr2(unsigned long x) in write_cr2() function
62 PVOP_VCALL1(pv_mmu_ops.write_cr2, x); in write_cr2()
Dparavirt_types.h203 void (*write_cr2)(unsigned long); member
/Linux-v4.19/arch/x86/power/
Dcpu.c215 write_cr2(ctxt->cr2); in __restore_processor_state()
/Linux-v4.19/arch/x86/kernel/
Dnmi.c533 write_cr2(this_cpu_read(nmi_cr2)); in do_nmi()
Dparavirt.c405 .write_cr2 = native_write_cr2,
/Linux-v4.19/arch/x86/xen/
Dmmu_pv.c2395 .write_cr2 = xen_write_cr2,