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

/seL4-l4v-10.1.1/seL4/include/plat/pc99/plat/machine/
H A Dioapic.h23 exception_t ioapic_decode_map_pin_to_vector(word_t ioapic, word_t pin, word_t level, word_t polarity, word_t vector);
25 * any checks, use ioapic_decode_map_pin_to_vector first */
/seL4-l4v-10.1.1/seL4/src/plat/pc99/machine/
H A Dioapic.c109 exception_t ioapic_decode_map_pin_to_vector(word_t ioapic, word_t pin, word_t level, function
/seL4-l4v-10.1.1/seL4/src/arch/x86/object/
H A Dinterrupt.c147 status = ioapic_decode_map_pin_to_vector(ioapic, pin, level, polarity, vector);

Completed in 94 milliseconds