Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2595
struct vatpic *
2596
vm_atpic(struct vm *vm)
2597
{
2598
return (vm->vatpic);
2599
}
2600
2601
struct vatpit *
2602
vm_atpit(struct vm *vm)
Callers
8
vm_snapshot_req
Function · 0.85
vatpic_set_irqstate
Function · 0.85
vatpic_set_irq_trigger
Function · 0.85
vatpic_pending_intr
Function · 0.85
vatpic_intr_accepted
Function · 0.85
vatpic_master_handler
Function · 0.85
vatpic_slave_handler
Function · 0.85
vatpic_elc_handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected