Home
last modified time | relevance | path

Searched refs:VMM_DESC_CS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_bhyve.c476 segments[bd->bd_defseg - VMM_DESC_CS]); in bhyve_status_dcmd()
546 vmm_get_desc(bd->bd_vmm, cpu, VMM_DESC_CS, in bhyve_sysregs_dcmd()
733 return (VMM_DESC_CS); in bhyve_seg2reg()
851 segments[bd->bd_defseg - VMM_DESC_CS]); in bhyve_defseg_dcmd()
1034 cnt = vmm_vread(bd->bd_vmm, bd->bd_curcpu, VMM_DESC_CS, buf, in bhyve_aread()
1073 cnt = vmm_vwrite(bd->bd_vmm, bd->bd_curcpu, VMM_DESC_CS, buf, in bhyve_awrite()
1192 seg = VMM_DESC_CS; in bhyve_vtop()
/illumos-gate/usr/src/lib/libvmm/
H A Dlibvmm.h64 VMM_DESC_CS, enumerator
H A Dlibvmm.c747 if (vmm_get_desc(vmm, vcpuid, VMM_DESC_CS, &cs) != 0) in vmm_vcpu_isa()