Home
last modified time | relevance | path

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

/qemu/include/hw/intc/
H A Darm_gicv3_its_common.h81 TableDesc vpet; member
/qemu/hw/intc/
H A Darm_gicv3_its.c327 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()