Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Darm_gicv3_its.c364 uint64_t num_eventids; in lookup_ite() local
383 num_eventids = 1ULL << (dte->size + 1); in lookup_ite()
384 if (eventid >= num_eventids) { in lookup_ite()
387 PRId64 "\n", who, eventid, num_eventids); in lookup_ite()
584 uint64_t num_eventids; in process_mapti() local
611 num_eventids = 1ULL << (dte.size + 1); in process_mapti()
626 if (eventid >= num_eventids) { in process_mapti()
629 __func__, eventid, num_eventids); in process_mapti()
653 uint32_t num_eventids; in process_vmapti() local
691 num_eventids = 1ULL << (dte.size + 1); in process_vmapti()
[all …]