Searched refs:vmm_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libvmm/ |
H A D | libvmm.h | 23 typedef struct vmm vmm_t; typedef 87 vmm_t *vmm_open_vm(const char *); 88 void vmm_close_vm(vmm_t *); 90 int vmm_map(vmm_t *, boolean_t); 91 void vmm_unmap(vmm_t *); 93 ssize_t vmm_pread(vmm_t *, void *, size_t, uintptr_t); 94 ssize_t vmm_pwrite(vmm_t *, const void *, size_t, uintptr_t); 95 ssize_t vmm_vread(vmm_t *, int, int, void *, size_t, uintptr_t); 96 ssize_t vmm_vwrite(vmm_t *, int, int, const void *, size_t, uintptr_t); 98 size_t vmm_ncpu(vmm_t *); [all …]
|
H A D | libvmm.c | 76 vmm_update_ncpu(vmm_t *vmm) in vmm_update_ncpu() 88 vmm_t * 91 vmm_t *vmm = NULL; in vmm_open_vm() 95 vmm = malloc(sizeof (vmm_t)); in vmm_open_vm() 99 bzero(vmm, sizeof (vmm_t)); in vmm_open_vm() 152 vmm_close_vm(vmm_t *vmm) in vmm_close_vm() 171 vmm_get_memseg(vmm_t *vmm, uintptr_t gpa) in vmm_get_memseg() 204 vmm_map(vmm_t *vmm, boolean_t writable) in vmm_map() 279 vmm_unmap(vmm_t *vmm) in vmm_unmap() 300 vmm_pread(vmm_t *vmm, void *buf, size_t len, uintptr_t addr) in vmm_pread() [all …]
|
/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | mdb_bhyve.c | 83 vmm_t *bd_vmm; 1468 vmm_t *vmm = NULL; in mdb_bhyve_tgt_create()
|