Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dspecial_insns.h158 static inline void write_cr2(unsigned long x) in write_cr2() function
Dparavirt.h122 static inline void write_cr2(unsigned long x) in write_cr2() function
124 PVOP_VCALL1(mmu.write_cr2, x); in write_cr2()
Dparavirt_types.h219 void (*write_cr2)(unsigned long); member
/Linux-v5.4/arch/x86/power/
Dcpu.c211 write_cr2(ctxt->cr2); in __restore_processor_state()
/Linux-v5.4/arch/x86/kernel/
Dnmi.c556 write_cr2(this_cpu_read(nmi_cr2)); in do_nmi()
Dparavirt.c370 .mmu.write_cr2 = native_write_cr2,
/Linux-v5.4/arch/x86/xen/
Dmmu_pv.c2391 .write_cr2 = xen_write_cr2,
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c6576 write_cr2(vcpu->arch.cr2); in vmx_vcpu_run()