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

Function lapic_ipi_free

freebsd/x86/include/apicvar.h:442–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442static inline void
443lapic_ipi_free(int vector)
444{
445
446 return (apic_ops.ipi_free(vector));
447}
448
449static inline int
450lapic_set_lvt_mask(u_int apic_id, u_int lvt, u_char masked)

Callers 2

vmm_handlerFunction · 0.85
vmx_modcleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected