Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ lapic_ipi_alloc
Function
lapic_ipi_alloc
freebsd/x86/include/apicvar.h:435–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
433
}
434
435
static inline int
436
lapic_ipi_alloc(inthand_t *ipifunc)
437
{
438
439
return (apic_ops.ipi_alloc(ipifunc));
440
}
441
442
static inline void
443
lapic_ipi_free(int vector)
Callers
2
vmm_init
Function · 0.85
vmx_modinit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected