Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c117 PnvXive2 *xive = &chip10->xive; in pnv_xive2_get_remote()
330 PnvXive2 *xive = PNV_XIVE2(xrtr); in pnv_xive2_get_pq()
344 PnvXive2 *xive = PNV_XIVE2(xrtr); in pnv_xive2_set_pq()
568 PnvXive2 *xive = PNV_XIVE2(xrtr); in pnv_xive2_get_eas()
580 PnvXive2 *xive = PNV_XIVE2(xrtr); in pnv_xive2_get_config()
614 PnvXive2 *xive = PNV_XIVE2(xptr); in pnv_xive2_match_nvt()
670 PnvXive2 *xive = PNV_XIVE2(xptr); in pnv_xive2_presenter_get_config()
693 PnvXive2 *xive = PNV_XIVE2(xptr); in pnv_xive2_tm_get_xive()
709 PnvXive2 *xive = PNV_XIVE2(xn); in pnv_xive2_notify()
2211 PnvXive2 *xive = PNV_XIVE2(dev); in pnv_xive2_reset()
[all …]
/openbmc/qemu/include/hw/ppc/
H A Dpnv_xive.h102 OBJECT_DECLARE_TYPE(PnvXive2, PnvXive2Class, PNV_XIVE2);
104 typedef struct PnvXive2 { struct
158 } PnvXive2; argument
166 void pnv_xive2_pic_print_info(PnvXive2 *xive, GString *buf);
H A Dpnv_chip.h119 PnvXive2 xive;