Searched refs:MSR_GSBASE (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | svm_genassym.c | 52 ASSYM(MSR_GSBASE, MSR_GSBASE);
|
| H A D | svm_support.S | 142 mov $MSR_GSBASE, %rcx
|
| H A D | svm.c | 589 svm_msr_rw_ok(svm_sc->msr_bitmap, MSR_GSBASE); in svm_init()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | exception.S | 352 movl $MSR_GSBASE,%ecx 674 movl $MSR_GSBASE,%ecx 708 3: movl $MSR_GSBASE,%ecx 817 movl $MSR_GSBASE,%ecx 957 1: movl $MSR_GSBASE,%ecx 1025 movl $MSR_GSBASE,%ecx 1076 1: movl $MSR_GSBASE,%ecx 1211 movl $MSR_GSBASE,%ecx
|
| H A D | cpu_switch.S | 350 movl $MSR_GSBASE,%ecx 414 movl $MSR_GSBASE,%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 | 341 wrmsr(MSR_GSBASE, (u_int64_t)pc); in init_secondary()
|
| H A D | machdep.c | 897 db_printf("GSBASE\t0x%016lx\n", rdmsr(MSR_GSBASE)); in DB_SHOW_COMMAND() 1704 wrmsr(MSR_GSBASE, (u_int64_t)pc); in hammer_time()
|
| H A D | pmap.c | 1882 wrmsr(MSR_GSBASE, (uint64_t)&__pcpu[0]); in pmap_bootstrap() 1896 wrmsr(MSR_GSBASE, (uint64_t)&__pcpu[0]); in pmap_bootstrap() 2112 wrmsr(MSR_GSBASE, (uint64_t)&__pcpu[0]); in pmap_bootstrap_la57()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | cpufunc.h | 630 #ifndef MSR_GSBASE 631 #define MSR_GSBASE 0xc0000101 macro 642 : : "rm" (sel), "c" (MSR_GSBASE) : "eax", "edx"); in load_gs()
|
| /f-stack/freebsd/x86/include/ |
| H A D | specialreg.h | 1107 #define MSR_GSBASE 0xc0000101 /* base address of the %gs "segment" */ macro
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx.c | 1080 if (guest_msr_rw(vmx, MSR_GSBASE) || in vmx_init()
|