Home
last modified time | relevance | path

Searched refs:elc (Results 1 – 2 of 2) sorted by relevance

/hypervisor/dm/
A Dvpic.c463 if ((i8259->elc & (1U << (isr_bit & 0x7U))) != 0U) { in vpic_ocw2()
517 lvl_trigger = ((vpic->i8259[pin >> 3U].elc & (1U << (pin & 0x7U))) != 0U); in vpic_set_pinstate()
599 if ((vpic->i8259[irqline >> 3U].elc & (1U << (irqline & 0x7U))) != 0U) { in vpic_get_irqline_trigger_mode()
650 if ((i8259->elc & (1U << pin)) == 0U) { in vpic_pin_accepted()
903 *eax = vpic->i8259[0].elc; in vpic_elc_handler()
905 *eax = vpic->i8259[1].elc; in vpic_elc_handler()
919 vpic->i8259[0].elc = (uint8_t)(*eax & 0xf8U); in vpic_elc_handler()
921 vpic->i8259[1].elc = (uint8_t)(*eax & 0xdeU); in vpic_elc_handler()
/hypervisor/include/dm/
A Dvpic.h129 uint8_t elc; member

Completed in 5 milliseconds