Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_hpet
Function
vm_hpet
freebsd/amd64/vmm/vmm.c:2267–2272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2265
}
2266
2267
struct vhpet *
2268
vm_hpet(struct vm *vm)
2269
{
2270
2271
return (vm->vhpet);
2272
}
2273
2274
bool
2275
vmm_is_pptdev(int bus, int slot, int func)
Callers
4
vm_snapshot_req
Function · 0.85
vm_restore_time
Function · 0.85
vhpet_mmio_write
Function · 0.85
vhpet_mmio_read
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected