Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
613
const char *
614
vm_name(struct vm *vm)
615
{
616
return (vm->name);
617
}
618
619
int
620
vm_map_mmio(struct vm *vm, vm_paddr_t gpa, size_t len, vm_paddr_t hpa)
Callers
11
vcpu_unlock_one
Function · 0.85
vmmdev_lookup
Function · 0.85
alloc_memseg
Function · 0.85
vm_iommu_modify
Function · 0.85
svm_vmcx_snapshot
Function · 0.85
vmx_getreg
Function · 0.85
vmx_setreg
Function · 0.85
vmx_getdesc
Function · 0.85
vmx_setdesc
Function · 0.85
vmx_vmcx_snapshot
Function · 0.85
vmx_restore_tsc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected