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

Function vm_atpic

freebsd/amd64/vmm/vmm.c:2595–2599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2593}
2594
2595struct vatpic *
2596vm_atpic(struct vm *vm)
2597{
2598 return (vm->vatpic);
2599}
2600
2601struct vatpit *
2602vm_atpit(struct vm *vm)

Callers 8

vm_snapshot_reqFunction · 0.85
vatpic_set_irqstateFunction · 0.85
vatpic_set_irq_triggerFunction · 0.85
vatpic_pending_intrFunction · 0.85
vatpic_intr_acceptedFunction · 0.85
vatpic_master_handlerFunction · 0.85
vatpic_slave_handlerFunction · 0.85
vatpic_elc_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected