MCPcopy 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
435static inline int
436lapic_ipi_alloc(inthand_t *ipifunc)
437{
438
439 return (apic_ops.ipi_alloc(ipifunc));
440}
441
442static inline void
443lapic_ipi_free(int vector)

Callers 2

vmm_initFunction · 0.85
vmx_modinitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected