Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dspecial_insns.h147 static __always_inline void write_cr2(unsigned long x) in write_cr2() function
H A Dparavirt.h157 static __always_inline void write_cr2(unsigned long x) in write_cr2() function
159 PVOP_VCALL1(mmu.write_cr2, x); in write_cr2()
H A Dparavirt_types.h142 void (*write_cr2)(unsigned long); member
/linux-6.15/arch/x86/kernel/
H A Dnmi.c601 write_cr2(this_cpu_read(nmi_cr2)); in DEFINE_IDTENTRY_RAW()
735 write_cr2(this_cpu_read(nmi_cr2)); in DEFINE_FREDENTRY_NMI()
H A Dparavirt.c181 .mmu.write_cr2 = pv_native_write_cr2,
/linux-6.15/arch/x86/power/
H A Dcpu.c215 write_cr2(ctxt->cr2); in __restore_processor_state()
/linux-6.15/arch/x86/xen/
H A Dmmu_pv.c2183 .write_cr2 = xen_write_cr2,
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c589 write_cr2(ctxt->fi.cr2); in vc_forward_exception()