Symbol: nvmm_owner
sys/dev/nvmm/nvmm.c
1021
nvmm_ctl(struct nvmm_owner *owner, struct nvmm_ioc_ctl *args)
sys/dev/nvmm/nvmm.c
1132
struct nvmm_owner *owner;
sys/dev/nvmm/nvmm.c
1159
struct nvmm_owner *owner = fp->f_data;
sys/dev/nvmm/nvmm.c
1179
struct nvmm_owner *owner = fp->f_data;
sys/dev/nvmm/nvmm.c
1214
struct nvmm_owner *owner = fp->f_data;
sys/dev/nvmm/nvmm.c
163
nvmm_machine_get(struct nvmm_owner *owner, nvmm_machid_t machid,
sys/dev/nvmm/nvmm.c
260
nvmm_kill_machines(struct nvmm_owner *owner)
sys/dev/nvmm/nvmm.c
305
nvmm_capability(struct nvmm_owner *owner, struct nvmm_ioc_capability *args)
sys/dev/nvmm/nvmm.c
319
nvmm_machine_create(struct nvmm_owner *owner,
sys/dev/nvmm/nvmm.c
352
nvmm_machine_destroy(struct nvmm_owner *owner,
sys/dev/nvmm/nvmm.c
394
nvmm_machine_configure(struct nvmm_owner *owner,
sys/dev/nvmm/nvmm.c
431
nvmm_vcpu_create(struct nvmm_owner *owner, struct nvmm_ioc_vcpu_create *args)
sys/dev/nvmm/nvmm.c
481
nvmm_vcpu_destroy(struct nvmm_owner *owner, struct nvmm_ioc_vcpu_destroy *args)
sys/dev/nvmm/nvmm.c
506
nvmm_vcpu_configure(struct nvmm_owner *owner,
sys/dev/nvmm/nvmm.c
551
nvmm_vcpu_setstate(struct nvmm_owner *owner,
sys/dev/nvmm/nvmm.c
575
nvmm_vcpu_getstate(struct nvmm_owner *owner,
sys/dev/nvmm/nvmm.c
599
nvmm_vcpu_inject(struct nvmm_owner *owner, struct nvmm_ioc_vcpu_inject *args)
sys/dev/nvmm/nvmm.c
656
nvmm_vcpu_run(struct nvmm_owner *owner, struct nvmm_ioc_vcpu_run *args)
sys/dev/nvmm/nvmm.c
796
nvmm_hva_map(struct nvmm_owner *owner, struct nvmm_ioc_hva_map *args)
sys/dev/nvmm/nvmm.c
80
static struct nvmm_owner root_owner;
sys/dev/nvmm/nvmm.c
840
nvmm_hva_unmap(struct nvmm_owner *owner, struct nvmm_ioc_hva_unmap *args)
sys/dev/nvmm/nvmm.c
858
nvmm_gpa_map(struct nvmm_owner *owner, struct nvmm_ioc_gpa_map *args)
sys/dev/nvmm/nvmm.c
936
nvmm_gpa_unmap(struct nvmm_owner *owner, struct nvmm_ioc_gpa_unmap *args)
sys/dev/nvmm/nvmm.c
982
nvmm_ctl_mach_info(struct nvmm_owner *owner, struct nvmm_ioc_ctl *args)
sys/dev/nvmm/nvmm_internal.h
82
struct nvmm_owner *owner;