Searched refs:swapgs (Results 1 – 10 of 10) sorted by relevance
126 #define SWAPGS swapgs136 #define SWAPGS_UNSAFE_STACK swapgs142 swapgs; \145 swapgs; \
175 void (*swapgs)(void); member
925 swapgs)
16 DEF_NATIVE(pv_cpu_ops, swapgs, "swapgs");58 PATCH_SITE(pv_cpu_ops, swapgs); in native_patch()
25 OFFSET(PV_CPU_swapgs, pv_cpu_ops, swapgs); in main()
380 .swapgs = native_swapgs,
201 swapgs307 swapgs
51 swapgs168 swapgs214 swapgs1402 swapgs
47 Dealing with the swapgs instruction is especially tricky. Swapgs48 toggles whether gs is the kernel gs or the user gs. The swapgs
1069 .swapgs = paravirt_nop,