Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dspecial_insns.h125 static inline void write_cr2(unsigned long x) in write_cr2() function
Dparavirt.h68 static inline void write_cr2(unsigned long x) in write_cr2() function
70 PVOP_VCALL1(pv_mmu_ops.write_cr2, x); in write_cr2()
Dparavirt_types.h232 void (*write_cr2)(unsigned long); member
/linux-3.4.99/arch/x86/power/
Dcpu.c177 write_cr2(ctxt->cr2); in __restore_processor_state()
/linux-3.4.99/arch/x86/kernel/
Dparavirt.c417 .write_cr2 = native_write_cr2,
/linux-3.4.99/arch/x86/xen/
Dmmu.c2015 .write_cr2 = xen_write_cr2,