Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dspecial_insns.h199 static inline void write_cr8(unsigned long x) in write_cr8() function
Dparavirt.h86 static inline void write_cr8(unsigned long x) in write_cr8() function
88 PVOP_VCALL1(pv_cpu_ops.write_cr8, x); in write_cr8()
Dparavirt_types.h117 void (*write_cr8)(unsigned long); member
/Linux-v4.19/arch/x86/power/
Dcpu.c211 write_cr8(ctxt->cr8); in __restore_processor_state()
/Linux-v4.19/arch/x86/kernel/
Dparavirt.c350 .write_cr8 = native_write_cr8,
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c1028 .write_cr8 = xen_write_cr8,