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

Function lapic_create

freebsd/x86/include/apicvar.h:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257extern struct apic_ops apic_ops;
258
259static inline void
260lapic_create(u_int apic_id, int boot_cpu)
261{
262
263 apic_ops.create(apic_id, boot_cpu);
264}
265
266static inline void
267lapic_init(vm_paddr_t addr)

Callers 5

xenpv_setup_localFunction · 0.85
madt_add_cpuFunction · 0.85
mptable_setup_localFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected