MCPcopy 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
2267struct vhpet *
2268vm_hpet(struct vm *vm)
2269{
2270
2271 return (vm->vhpet);
2272}
2273
2274bool
2275vmm_is_pptdev(int bus, int slot, int func)

Callers 4

vm_snapshot_reqFunction · 0.85
vm_restore_timeFunction · 0.85
vhpet_mmio_writeFunction · 0.85
vhpet_mmio_readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected