Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dparavirt_patch_64.c19 DEF_NATIVE(pv_cpu_ops, usergs_sysret32, "swapgs; sysretl");
55 PATCH_SITE(pv_cpu_ops, usergs_sysret32); in native_patch()
Dasm-offsets_64.c15 OFFSET(PV_CPU_usergs_sysret32, pv_cpu_ops, usergs_sysret32); in main()
Dparavirt.c160 type == PARAVIRT_PATCH(pv_cpu_ops.usergs_sysret32) || in paravirt_patch_default()
371 .usergs_sysret32 = native_usergs_sysret32,
/linux-2.6.39/arch/x86/include/asm/
Dparavirt_types.h179 void (*usergs_sysret32)(void); member
/linux-2.6.39/arch/x86/xen/
Denlighten.c972 .usergs_sysret32 = xen_sysret32,