Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dirqflags.h126 #define SWAPGS swapgs
136 #define SWAPGS_UNSAFE_STACK swapgs
142 swapgs; \
145 swapgs; \
Dparavirt_types.h175 void (*swapgs)(void); member
Dparavirt.h925 swapgs)
/Linux-v4.19/arch/x86/kernel/
Dparavirt_patch_64.c16 DEF_NATIVE(pv_cpu_ops, swapgs, "swapgs");
58 PATCH_SITE(pv_cpu_ops, swapgs); in native_patch()
Dasm-offsets_64.c25 OFFSET(PV_CPU_swapgs, pv_cpu_ops, swapgs); in main()
Dparavirt.c380 .swapgs = native_swapgs,
/Linux-v4.19/arch/x86/entry/
Dentry_64_compat.S201 swapgs
307 swapgs
Dentry_64.S51 swapgs
168 swapgs
214 swapgs
1402 swapgs
/Linux-v4.19/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-v4.19/arch/x86/xen/
Denlighten_pv.c1069 .swapgs = paravirt_nop,