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

Function vm_atpit

freebsd/amd64/vmm/vmm.c:2601–2605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2599}
2600
2601struct vatpit *
2602vm_atpit(struct vm *vm)
2603{
2604 return (vm->vatpit);
2605}
2606
2607struct vpmtmr *
2608vm_pmtmr(struct vm *vm)

Callers 3

vm_snapshot_reqFunction · 0.85
vatpit_handlerFunction · 0.85
vatpit_nmisc_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected