Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dirqflags.h118 #define SWAPGS swapgs
128 #define SWAPGS_UNSAFE_STACK swapgs
134 swapgs; \
137 swapgs; \
140 swapgs; \
Dparavirt_types.h193 void (*swapgs)(void); member
Dparavirt.h1016 swapgs)
/linux-3.4.99/arch/x86/kernel/
Dparavirt_patch_64.c20 DEF_NATIVE(pv_cpu_ops, swapgs, "swapgs");
57 PATCH_SITE(pv_cpu_ops, swapgs); in native_patch()
Dasm-offsets_64.c24 OFFSET(PV_CPU_swapgs, pv_cpu_ops, swapgs); in main()
Dparavirt.c391 .swapgs = native_swapgs,
Dentry_64.S177 swapgs
/linux-3.4.99/Documentation/x86/
Dentry_64.txt44 Dealing with the swapgs instruction is especially tricky. Swapgs
45 toggles whether gs is the kernel gs or the user gs. The swapgs
/linux-3.4.99/arch/x86/ia32/
Dia32entry.S86 swapgs
91 swapgs
/linux-3.4.99/arch/x86/xen/
Denlighten.c1188 .swapgs = paravirt_nop,