Searched refs:MSR_FSBASE (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/amd64/include/ |
| H A D | cpufunc.h | 619 #ifndef MSR_FSBASE 620 #define MSR_FSBASE 0xc0000100 macro 627 : : "rm" (sel), "c" (MSR_FSBASE) : "eax", "edx"); in load_fs()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | cpu_switch.S | 346 movl $MSR_FSBASE,%ecx 410 movl $MSR_FSBASE,%ecx
|
| H A D | trap.c | 968 rdmsr(MSR_FSBASE), rdmsr(MSR_GSBASE), rdmsr(MSR_KGSBASE)); in dblfault_handler()
|
| H A D | mp_machdep.c | 340 wrmsr(MSR_FSBASE, 0); /* User value */ in init_secondary()
|
| H A D | exception.S | 1200 movl $MSR_FSBASE,%ecx
|
| H A D | machdep.c | 1703 wrmsr(MSR_FSBASE, 0); /* User value */ in hammer_time()
|
| /f-stack/freebsd/x86/include/ |
| H A D | specialreg.h | 1106 #define MSR_FSBASE 0xc0000100 /* base address of the %fs "segment" */ macro
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysvec.c | 704 wrmsr(MSR_FSBASE, 0); in linux_exec_setregs()
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | svm.c | 590 svm_msr_rw_ok(svm_sc->msr_bitmap, MSR_FSBASE); in svm_init()
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx.c | 1081 guest_msr_rw(vmx, MSR_FSBASE) || in vmx_init()
|