Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/amd64/vmm/intel/
Dvmx_msr.c263 host_msrs[IDX_MSR_STAR] = rdmsr(MSR_STAR); in vmx_msr_init()
334 guest_msr_rw(vmx, MSR_STAR); in vmx_msr_guest_init()
362 wrmsr(MSR_STAR, guest_msrs[IDX_MSR_STAR]); in vmx_msr_guest_enter()
375 guest_msrs[IDX_MSR_STAR] = rdmsr(MSR_STAR); in vmx_msr_guest_exit()
382 wrmsr(MSR_STAR, host_msrs[IDX_MSR_STAR]); in vmx_msr_guest_exit()
/freebsd-10-stable/sys/amd64/vmm/amd/
Dsvm_msr.c66 host_msrs[IDX_MSR_STAR] = rdmsr(MSR_STAR); in svm_msr_init()
100 wrmsr(MSR_STAR, host_msrs[IDX_MSR_STAR]); in svm_msr_guest_exit()
Dsvm.c551 svm_msr_rw_ok(svm_sc->msr_bitmap, MSR_STAR); in svm_vminit()
/freebsd-10-stable/sys/amd64/amd64/
Dcpu_switch.S383 movl $MSR_STAR,%ecx
447 movl $MSR_STAR,%ecx
Dmp_machdep.c720 wrmsr(MSR_STAR, msr); in init_secondary()
Dmachdep.c1991 wrmsr(MSR_STAR, msr); in hammer_time()
/freebsd-10-stable/sys/x86/include/
Dspecialreg.h795 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target/cs/ss */ macro
/freebsd-10-stable/usr.sbin/bhyvectl/
Dbhyvectl.c362 case MSR_STAR: in msr_name()