Searched refs:swapgs (Results 1 – 10 of 10) sorted by relevance
118 #define SWAPGS swapgs128 #define SWAPGS_UNSAFE_STACK swapgs134 swapgs; \137 swapgs; \
191 void (*swapgs)(void); member
954 swapgs)
19 DEF_NATIVE(pv_cpu_ops, swapgs, "swapgs");55 PATCH_SITE(pv_cpu_ops, swapgs); in native_patch()
28 OFFSET(PV_CPU_swapgs, pv_cpu_ops, swapgs); in main()
392 .swapgs = native_swapgs,
62 swapgs
47 Dealing with the swapgs instruction is especially tricky. Swapgs48 toggles whether gs is the kernel gs or the user gs. The swapgs
77 swapgs82 swapgs
1258 .swapgs = paravirt_nop,