Searched refs:vmm_get_regset (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libvmm/ |
H A D | libvmm.h | 107 int vmm_get_regset(vmm_t *, int, size_t, const int *, uint64_t *);
|
H A D | mapfile-vers | 48 vmm_get_regset;
|
H A D | libvmm.c | 561 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 D | mdb_bhyve.c | 267 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()
|