Home
last modified time | relevance | path

Searched refs:vmm_get_regset (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libvmm/
H A Dlibvmm.h107 int vmm_get_regset(vmm_t *, int, size_t, const int *, uint64_t *);
H A Dmapfile-vers48 vmm_get_regset;
H A Dlibvmm.c561 vmm_get_regset(vmm_t *vmm, int vcpuid, size_t nregs, const int *regnums, in vmm_get_regset() function
735 if (vmm_get_regset(vmm, vcpuid, ARRAY_SIZE(vmm_mmu_regnum), in vmm_vcpu_mode()
823 if (vmm_get_regset(vmm, vcpuid, ARRAY_SIZE(vmm_mmu_regnum), in vmm_vtop()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_bhyve.c267 if (vmm_get_regset(bd->bd_vmm, cpu, KREG_NGREG, regnums, in bhyve_get_gregset()
534 if (vmm_get_regset(bd->bd_vmm, cpu, ARRAY_SIZE(regnums), regnums, in bhyve_sysregs_dcmd()
683 if (vmm_get_regset(bd->bd_vmm, cpu, ARRAY_SIZE(regnums), regnums, in bhyve_dbgregs_dcmd()