Searched refs:swapgs (Results 1 – 10 of 10) sorted by relevance
118 #define SWAPGS swapgs128 #define SWAPGS_UNSAFE_STACK swapgs134 swapgs; \137 swapgs; \140 swapgs; \
193 void (*swapgs)(void); member
1016 swapgs)
20 DEF_NATIVE(pv_cpu_ops, swapgs, "swapgs");57 PATCH_SITE(pv_cpu_ops, swapgs); in native_patch()
24 OFFSET(PV_CPU_swapgs, pv_cpu_ops, swapgs); in main()
391 .swapgs = native_swapgs,
177 swapgs
44 Dealing with the swapgs instruction is especially tricky. Swapgs45 toggles whether gs is the kernel gs or the user gs. The swapgs
86 swapgs91 swapgs
1188 .swapgs = paravirt_nop,