Home
last modified time | relevance | path

Searched refs:request (Results 1 – 3 of 3) sorted by relevance

/hypervisor/dm/
A Dvpic.c137 if (((i8259->request & bit) != 0U) && ((i8259->mask & bit) == 0U)) { in vpic_get_highest_irrpin()
161 pin, i8259->mask, i8259->request, i8259->service); in vpic_notify_intr()
172 i8259->mask, i8259->request, i8259->service); in vpic_notify_intr()
185 pin, i8259->mask, i8259->request, i8259->service); in vpic_notify_intr()
232 i8259->mask, i8259->request, i8259->service); in vpic_notify_intr()
245 i8259->request = 0U; in vpic_icw1()
522 i8259->request |= (uint8_t)(1U << (pin & 0x7U)); in vpic_set_pinstate()
527 i8259->request &= ~(uint8_t)(1U << (pin & 0x7U)); in vpic_set_pinstate()
652 i8259->request &= ~(uint8_t)(1U << pin); in vpic_pin_accepted()
725 *eax = i8259->request; in vpic_read()
/hypervisor/include/dm/
A Dvpic.h120 uint8_t request; /* Interrupt Request Register (IIR) */ member
/hypervisor/lib/crypto/mbedtls/
A DChangeLog117 Contributed by Aorimn in pull request #414.
188 Suggested and contributed by jkivilin in pull request #394.
192 Nicholas Wilson in pull request #348.
1334 * Add support for bit strings in X.509 names (request by Fredrik Axelsson).

Completed in 9 milliseconds