H A D | vioapic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 64 int acnt; /* sum of pin asserts (+1) and deasserts (-1) */ 68 #define VIOAPIC_LOCK(vioapic) mtx_lock_spin(&((vioapic)->mtx)) 69 #define VIOAPIC_UNLOCK(vioapic) mtx_unlock_spin(&((vioapic)->mtx)) 70 #define VIOAPIC_LOCKED(vioapic) mtx_owned(&((vioapic)->mtx)) 75 VM_CTR1((vioapic)->v 101 uint32_t low, high, dest; vioapic_send_intr() local 102 bool level, phys; vioapic_send_intr() local 240 uint32_t low, high, dest; vioapic_update_tmr() local 242 bool level, phys; vioapic_update_tmr() local [all...] |