Searched refs:vpet (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/intc/ |
H A D | arm_gicv3_its_common.h | 81 TableDesc vpet; member
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_its.c | 327 uint64_t entry_addr = table_entry_addr(s, &s->vpet, vpeid, &res); in get_vte() 445 if (vpeid >= s->vpet.num_entries) { in lookup_vte() 712 if (vpeid >= s->vpet.num_entries) { in process_vmapti() 715 __func__, vpeid, s->vpet.num_entries); in process_vmapti() 954 entry_addr = table_entry_addr(s, &s->vpet, vpeid, &res); in update_vte() 1002 if (vpeid >= s->vpet.num_entries) { in process_vmapp() 1005 __func__, vpeid, s->vpet.num_entries); in process_vmapp() 1472 td = &s->vpet; in extract_table_params()
|