Searched refs:ioredtbl_high (Results 1 - 1 of 1) sorted by relevance

/seL4-refos-master/kernel/src/plat/pc99/machine/
H A Dioapic.c149 uint32_t ioredtbl_high = 0; local
154 ioredtbl_high = ioapic_read(ioapic, IOAPIC_WINDOW) & MASK(IOREDTBL_HIGH_RESERVED_BITS);
156 ioredtbl_high |= (ioapic_target_cpu << IOREDTBL_HIGH_RESERVED_BITS);
157 ioapic_write(ioapic, IOAPIC_WINDOW, ioredtbl_high);

Completed in 19 milliseconds