Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ irq_init
Function
irq_init
tinyemu/iomem.c:259–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
/* IRQ support */
258
259
void irq_init(IRQSignal *irq, SetIRQFunc *set_irq, void *opaque, int irq_num)
260
{
261
irq->set_irq = set_irq;
262
irq->opaque = opaque;
263
irq->irq_num = irq_num;
264
}
Callers
5
pci_register_device
Function · 0.85
i440fx_init
Function · 0.85
pic2_init
Function · 0.85
kvm_init
Function · 0.85
riscv_machine_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected