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