Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dtls.c167 wrmsr(MSR_FSBASE, gd->gd_user_fs); in set_user_TLS()
H A Dgenassym.c261 ASSYM(MSR_FSBASE, MSR_FSBASE);
H A Dswtch.s522 movl $MSR_FSBASE,%ecx
H A Dmp_machdep.c275 wrmsr(MSR_FSBASE, 0); /* User value */ in init_secondary()
H A Dmachdep.c1538 wrmsr(MSR_FSBASE, 0); /* Set MSR values for return to userland */ in exec_setregs()
2711 wrmsr(MSR_FSBASE, 0); /* User value */ in hammer_time()
/dragonfly/sys/cpu/x86_64/include/
H A Dcpufunc.h737 #ifndef MSR_FSBASE
738 #define MSR_FSBASE 0xc0000100 macro
745 : : "rm" (sel), "c" (MSR_FSBASE) : "eax", "edx"); in load_fs()
H A Dspecialreg.h851 #define MSR_FSBASE 0xc0000100 /* base address of the %fs "segment" */ macro
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dswtch.s429 movl $MSR_FSBASE,%ecx
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_svm.c1438 cpudata->hstate.fsbase = rdmsr(MSR_FSBASE); in svm_vcpu_guest_misc_enter()
1454 wrmsr(MSR_FSBASE, cpudata->hstate.fsbase); in svm_vcpu_guest_misc_leave()
2255 svm_vcpu_msr_allow(cpudata->msrbm, MSR_FSBASE, true, true); in svm_vcpu_init()
H A Dnvmm_x86_vmx.c2121 vmx_vmwrite(VMCS_HOST_FS_BASE, rdmsr(MSR_FSBASE)); in vmx_vcpu_guest_misc_enter()
2959 vmx_vcpu_msr_allow(cpudata->msrbm, MSR_FSBASE, true, true); in vmx_vcpu_init()