Home
last modified time | relevance | path

Searched refs:hmap (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm.c228 if (!mach->hmap[j].present) in nvmm_kill_machines()
230 os_vmobj_rel(mach->hmap[j].vmobj); in nvmm_kill_machines()
271 memset(&mach->hmap, 0, sizeof(mach->hmap)); in nvmm_machine_create()
321 if (!mach->hmap[i].present) in nvmm_machine_destroy()
323 os_vmobj_rel(mach->hmap[i].vmobj); in nvmm_machine_destroy()
634 hmapping = &mach->hmap[i]; in nvmm_hmapping_getvmobj()
675 hmapping = &mach->hmap[i]; in nvmm_hmapping_validate()
702 hmapping = &mach->hmap[i]; in nvmm_hmapping_alloc()
719 hmapping = &mach->hmap[i]; in nvmm_hmapping_free()
926 if (!mach->hmap[i].present) in nvmm_ctl_mach_info()
[all …]
H A Dnvmm_internal.h96 struct nvmm_hmapping hmap[NVMM_MAX_HMAPPINGS]; member