Searched refs:service (Results 1 – 3 of 3) sorted by relevance
| /hypervisor/dm/ |
| A D | vpic.c | 75 if ((i8259->service & bit) != 0U) { in vpic_get_highest_isrpin() 105 serviced = i8259->service; 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() 455 i8259->service &= ~(uint8_t)(1U << isr_bit); in vpic_ocw2() 660 i8259->service |= (uint8_t)(1U << pin); in vpic_pin_accepted() 722 *eax = i8259->service; in vpic_read()
|
| /hypervisor/include/dm/ |
| A D | vpic.h | 121 uint8_t service; /* Interrupt Service (ISR) */ member
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | ChangeLog | 2764 * Fixed a critical denial-of-service with X.509 cert. verification:
|
Completed in 9 milliseconds