Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_crash.c76 u64 gsbase; member
159 native_wrmsrq(MSR_GS_BASE, ctxt->gsbase); in hv_crash_c_entry()
216 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/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/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/include/asm/
H A Delf.h161 t->fsbase = t->gsbase = 0; in elf_common_init()
/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.c1396 vt->msr_host_kernel_gs_base = current->thread.gsbase; in vmx_prepare_switch_to_guest()