Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx_msr.c259 host_msrs[IDX_MSR_STAR] = rdmsr(MSR_STAR); in vmx_msr_init()
330 guest_msr_rw(vmx, MSR_STAR); in vmx_msr_guest_init()
359 wrmsr(MSR_STAR, guest_msrs[IDX_MSR_STAR]); in vmx_msr_guest_enter()
382 guest_msrs[IDX_MSR_STAR] = rdmsr(MSR_STAR); in vmx_msr_guest_exit()
389 wrmsr(MSR_STAR, host_msrs[IDX_MSR_STAR]); in vmx_msr_guest_exit()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm_msr.c70 host_msrs[IDX_MSR_STAR] = rdmsr(MSR_STAR); in svm_msr_init()
104 wrmsr(MSR_STAR, host_msrs[IDX_MSR_STAR]); in svm_msr_guest_exit()
H A Dsvm.c593 svm_msr_rw_ok(svm_sc->msr_bitmap, MSR_STAR); in svm_init()
/f-stack/freebsd/amd64/amd64/
H A Dcpu_switch.S362 movl $MSR_STAR,%ecx
429 movl $MSR_STAR,%ecx
H A Dmachdep.c1549 wrmsr(MSR_STAR, msr); in amd64_conf_fast_syscall()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h1102 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target/cs/ss */ macro