Home
last modified time | relevance | path

Searched refs:swapgs (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dirqflags.h118 #define SWAPGS swapgs
128 #define SWAPGS_UNSAFE_STACK swapgs
134 swapgs; \
137 swapgs; \
Dparavirt_types.h191 void (*swapgs)(void); member
Dparavirt.h954 swapgs)
/linux-4.1.27/arch/x86/kernel/
Dparavirt_patch_64.c19 DEF_NATIVE(pv_cpu_ops, swapgs, "swapgs");
55 PATCH_SITE(pv_cpu_ops, swapgs); in native_patch()
Dasm-offsets_64.c28 OFFSET(PV_CPU_swapgs, pv_cpu_ops, swapgs); in main()
Dparavirt.c392 .swapgs = native_swapgs,
Dentry_64.S62 swapgs
/linux-4.1.27/Documentation/x86/
Dentry_64.txt47 Dealing with the swapgs instruction is especially tricky. Swapgs
48 toggles whether gs is the kernel gs or the user gs. The swapgs
/linux-4.1.27/arch/x86/ia32/
Dia32entry.S77 swapgs
82 swapgs
/linux-4.1.27/arch/x86/xen/
Denlighten.c1258 .swapgs = paravirt_nop,