Home
last modified time | relevance | path

Searched refs:usergs_sysret32 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Dparavirt_patch_64.c18 DEF_NATIVE(pv_cpu_ops, usergs_sysret32, "swapgs; sysretl");
53 PATCH_SITE(pv_cpu_ops, usergs_sysret32); in native_patch()
Dasm-offsets_64.c26 OFFSET(PV_CPU_usergs_sysret32, pv_cpu_ops, usergs_sysret32); in main()
Dparavirt.c166 type == PARAVIRT_PATCH(pv_cpu_ops.usergs_sysret32) || in paravirt_patch_default()
387 .usergs_sysret32 = native_usergs_sysret32,
/linux-4.1.27/arch/x86/include/asm/
Dparavirt_types.h185 void (*usergs_sysret32)(void); member
/linux-4.1.27/arch/x86/xen/
Denlighten.c1230 .usergs_sysret32 = xen_sysret32,