Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dspecial_insns.h169 static inline void write_cr8(unsigned long x) in write_cr8() function
Dparavirt.h109 static inline void write_cr8(unsigned long x) in write_cr8() function
111 PVOP_VCALL1(pv_cpu_ops.write_cr8, x); in write_cr8()
Dparavirt_types.h123 void (*write_cr8)(unsigned long); member
/arch/x86/power/
Dcpu.c207 write_cr8(ctxt->cr8); in __restore_processor_state()
/arch/x86/kernel/
Dparavirt.c359 .write_cr8 = native_write_cr8,
/arch/x86/xen/
Denlighten.c1234 .write_cr8 = xen_write_cr8,