MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_name

Function vm_name

freebsd/amd64/vmm/vmm.c:613–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613const char *
614vm_name(struct vm *vm)
615{
616 return (vm->name);
617}
618
619int
620vm_map_mmio(struct vm *vm, vm_paddr_t gpa, size_t len, vm_paddr_t hpa)

Callers 11

vcpu_unlock_oneFunction · 0.85
vmmdev_lookupFunction · 0.85
alloc_memsegFunction · 0.85
vm_iommu_modifyFunction · 0.85
svm_vmcx_snapshotFunction · 0.85
vmx_getregFunction · 0.85
vmx_setregFunction · 0.85
vmx_getdescFunction · 0.85
vmx_setdescFunction · 0.85
vmx_vmcx_snapshotFunction · 0.85
vmx_restore_tscFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected