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

Function lapic_init

freebsd/x86/include/apicvar.h:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266static inline void
267lapic_init(vm_paddr_t addr)
268{
269
270 apic_ops.init(addr);
271}
272
273static inline void
274lapic_xapic_mode(void)

Callers 3

xenpv_setup_localFunction · 0.85
madt_setup_localFunction · 0.85
mptable_setup_localFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected