Home
last modified time | relevance | path

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

/qemu/include/hw/ppc/
H A Dspapr_xive.h53 uint8_t hv_prio; member
/qemu/hw/intc/
H A Dspapr_xive.c635 DEFINE_PROP_UINT8("hv-prio", SpaprXive, hv_prio, 7),
740 cpu_to_be32(xive->hv_prio), /* start */ in spapr_xive_dt()
741 cpu_to_be32(0xff - xive->hv_prio), /* count */ in spapr_xive_dt()
896 return priority >= xive->hv_prio; in type_init()