Home
last modified time | relevance | path

Searched refs:gsbase (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/hyperv/
H A Dhv_crash.c76 u64 gsbase; member
175 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()
/linux/Documentation/arch/x86/
H A Dentry_64.rst100 must use idtentry with paranoid=1 to handle gsbase correctly. This
103 - Interrupt entry will use the slower gsbase check.
/linux/Documentation/arch/x86/x86_64/
H A Dfsgs.rst59 arch_prctl(ARCH_GET_GS, &gsbase);
64 arch_prctl(ARCH_SET_GS, gsbase);
/linux/arch/x86/kernel/
H A Dtls.c179 p->thread.gsbase = info.base_addr; in do_set_thread_area()
H A Dptrace.c905 child->thread.gsbase = in putreg32()
/linux/arch/x86/kvm/vmx/
H A Dtdx.c802 vt->msr_host_kernel_gs_base = current->thread.gsbase; in tdx_prepare_switch_to_guest()
H A Dvmx.c1402 vt->msr_host_kernel_gs_base = current->thread.gsbase; in vmx_prepare_switch_to_guest()