Searched refs:MSR_GSBASE (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm_genassym.c | 49 ASSYM(MSR_GSBASE, MSR_GSBASE);
|
H A D | svm_support.S | 140 mov $MSR_GSBASE, %rcx
|
H A D | svm.c | 592 svm_msr_rw_ok(svm_sc->msr_bitmap, MSR_GSBASE); in svm_init()
|
/freebsd/sys/amd64/amd64/ |
H A D | exception.S | 347 movl $MSR_GSBASE,%ecx 666 movl $MSR_GSBASE,%ecx 698 3: movl $MSR_GSBASE,%ecx 807 movl $MSR_GSBASE,%ecx 947 1: movl $MSR_GSBASE,%ecx 1015 movl $MSR_GSBASE,%ecx 1066 1: movl $MSR_GSBASE,%ecx 1193 movl $MSR_GSBASE,%ecx
|
H A D | mpboot.S | 272 movl $MSR_GSBASE, %ecx
|
H A D | cpu_switch.S | 348 movl $MSR_GSBASE,%ecx 412 movl $MSR_GSBASE,%ecx
|
H A D | machdep.c | 569 db_printf("GSBASE\t0x%016lx\n", rdmsr(MSR_GSBASE)); in DB_SHOW_COMMAND_FLAGS() 1394 wrmsr(MSR_GSBASE, (u_int64_t)pc); in hammer_time()
|
H A D | mp_machdep.c | 263 wrmsr(MSR_GSBASE, (uint64_t)pc); in init_secondary()
|
H A D | trap.c | 1013 rdmsr(MSR_FSBASE), rdmsr(MSR_GSBASE), rdmsr(MSR_KGSBASE)); in dblfault_handler()
|
H A D | pmap.c | 2040 wrmsr(MSR_GSBASE, (uint64_t)&__pcpu[0]); in pmap_bootstrap() 2054 wrmsr(MSR_GSBASE, (uint64_t)&__pcpu[0]); in pmap_bootstrap() 2260 wrmsr(MSR_GSBASE, (uint64_t)&__pcpu[0]); in pmap_bootstrap_la57()
|
/freebsd/sys/amd64/include/ |
H A D | cpufunc.h | 631 #ifndef MSR_GSBASE 632 #define MSR_GSBASE 0xc0000101 macro 643 : : "rm" (sel), "c" (MSR_GSBASE) : "eax", "edx"); in load_gs()
|
/freebsd/sys/x86/include/ |
H A D | specialreg.h | 1214 #define MSR_GSBASE 0xc0000101 /* base address of the %gs "segment" */ macro
|
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 1827 case REG_GSBASE: return (rdmsr(MSR_GSBASE)); in fasttrap_getreg()
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 1110 if (guest_msr_rw(vmx, MSR_GSBASE) || in vmx_init()
|