Searched refs:gsbase (Results 1 – 13 of 13) sorted by relevance
168 unsigned long gsbase; in __rdgsbase_inactive() local196 gsbase = rdgsbase(); in __rdgsbase_inactive()200 rdmsrq(MSR_KERNEL_GS_BASE, gsbase); in __rdgsbase_inactive()204 return gsbase; in __rdgsbase_inactive()215 static noinstr void __wrgsbase_inactive(unsigned long gsbase) in __wrgsbase_inactive() argument222 wrgsbase(gsbase); in __wrgsbase_inactive()226 wrmsrq(MSR_KERNEL_GS_BASE, gsbase); in __wrgsbase_inactive()272 prev_p->thread.gsbase = 0; in save_base_legacy()287 task->thread.gsbase = __rdgsbase_inactive(); in save_fsgs()403 __wrgsbase_inactive(next->gsbase); in x86_fsgsbase_load()[all …]
179 p->thread.gsbase = info.base_addr; in do_set_thread_area()
198 p->thread.gsbase = current->thread.gsbase; in copy_thread()
905 child->thread.gsbase = in putreg32()
20 extern void x86_gsbase_write_task(struct task_struct *task, unsigned long gsbase);35 unsigned long gsbase; in rdgsbase() local37 asm volatile("rdgsbase %0" : "=r" (gsbase) :: "memory"); in rdgsbase()39 return gsbase; in rdgsbase()47 static __always_inline void wrgsbase(unsigned long gsbase) in wrgsbase() argument49 asm volatile("wrgsbase %0" :: "r" (gsbase) : "memory"); in wrgsbase()77 extern void x86_gsbase_write_cpu_inactive(unsigned long gsbase);
161 t->fsbase = t->gsbase = 0; in elf_common_init()
466 unsigned long gsbase; member
71 unsigned long gsbase; in rdgsbase() local73 asm volatile("rdgsbase %0" : "=r" (gsbase) :: "memory"); in rdgsbase()75 return gsbase; in rdgsbase()87 static inline void wrgsbase(unsigned long gsbase) in wrgsbase() argument89 asm volatile("wrgsbase %0" :: "r" (gsbase) : "memory"); in wrgsbase()
76 u64 gsbase; member175 hv_wrmsr(MSR_GS_BASE, hv_crash_ctxt.gsbase); in hv_crash_c_entry()220 ctxt->gsbase = __rdmsr(MSR_GS_BASE); in hv_hvcrash_ctxt_save()
100 must use idtentry with paranoid=1 to handle gsbase correctly. This103 - Interrupt entry will use the slower gsbase check.
59 arch_prctl(ARCH_GET_GS, &gsbase);64 arch_prctl(ARCH_SET_GS, gsbase);
802 vt->msr_host_kernel_gs_base = current->thread.gsbase; in tdx_prepare_switch_to_guest()
1402 vt->msr_host_kernel_gs_base = current->thread.gsbase; in vmx_prepare_switch_to_guest()