/src/lib/libnvmm/ |
nvmm.h | 108 int nvmm_vcpu_configure(struct nvmm_machine *, struct nvmm_vcpu *, uint64_t,
|
libnvmm.c | 341 nvmm_vcpu_configure(struct nvmm_machine *mach, struct nvmm_vcpu *vcpu, function in typeref:typename:int
|
/src/tests/lib/libnvmm/ |
h_mem_assist.c | 364 nvmm_vcpu_configure(&mach, &vcpu, NVMM_VCPU_CONF_CALLBACKS, &callbacks); 452 nvmm_vcpu_configure(&mach, &vcpu, NVMM_VCPU_CONF_CALLBACKS, &callbacks);
|
h_io_assist.c | 381 nvmm_vcpu_configure(&mach, &vcpu, NVMM_VCPU_CONF_CALLBACKS, &callbacks);
|
/src/sys/dev/nvmm/ |
nvmm.c | 506 nvmm_vcpu_configure(struct nvmm_owner *owner, function in typeref:typename:int 1211 return nvmm_vcpu_configure(owner, data);
|