Searched refs:wrgsbase (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dfsgsbase.h47 static __always_inline void wrgsbase(unsigned long gsbase) function
49 asm volatile("wrgsbase %0" :: "r" (gsbase) : "memory");
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase.c107 static inline void wrgsbase(unsigned long gsbase) function
109 asm volatile("wrgsbase %0" :: "r" (gsbase) : "memory");
315 wrgsbase(base);
/linux-master/arch/x86/entry/
H A Dentry_64.S987 wrgsbase %rbx
1422 wrgsbase %rbx
H A Dcalling.h380 wrgsbase \scratch_reg
/linux-master/arch/x86/kernel/
H A Dprocess_64.c220 wrgsbase(gsbase);

Completed in 138 milliseconds