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

Function lapic_id

freebsd/x86/include/apicvar.h:315–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315static inline int
316lapic_id(void)
317{
318
319 return (apic_ops.id());
320}
321
322static inline int
323lapic_intr_pending(u_int vector)

Callers 5

init_secondary_tailFunction · 0.85
native_lapic_initFunction · 0.85
native_lapic_setupFunction · 0.85
lapic_update_pmcFunction · 0.85
local_apic.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected