/qemu/include/hw/ppc/ |
H A D | xive2.h | 54 int (*get_nvgc)(Xive2Router *xrtr, bool crowd, 57 int (*write_nvgc)(Xive2Router *xrtr, bool crowd, 74 int xive2_router_get_nvgc(Xive2Router *xrtr, bool crowd, 77 int xive2_router_write_nvgc(Xive2Router *xrtr, bool crowd, 91 bool crowd, bool cam_ignore, 99 bool crowd,
|
H A D | xive.h | 441 bool crowd, bool cam_ignore, uint8_t priority, 447 bool crowd, bool cam_ignore, uint8_t priority); 456 bool crowd, bool cam_ignore, uint8_t priority, 476 bool crowd, bool cam_ignore, uint8_t priority, 479 bool crowd, bool cam_ignore, uint8_t priority);
|
/qemu/hw/intc/ |
H A D | xive2.c | 92 bool crowd, in xive2_presenter_nvgc_backlog_op() argument 102 if (xive2_router_get_nvgc(xrtr, crowd, blk, idx, &nvgc)) { in xive2_presenter_nvgc_backlog_op() 104 crowd ? "NVC" : "NVG", blk, idx); in xive2_presenter_nvgc_backlog_op() 131 xive2_router_write_nvgc(xrtr, crowd, blk, idx, &nvgc); in xive2_presenter_nvgc_backlog_op() 133 trace_xive_nvgc_backlog_op(crowd, blk, idx, op, priority, old_count); in xive2_presenter_nvgc_backlog_op() 1130 int xive2_router_get_nvgc(Xive2Router *xrtr, bool crowd, in xive2_router_get_nvgc() argument 1136 return xrc->get_nvgc(xrtr, crowd, nvgc_blk, nvgc_idx, nvgc); in xive2_router_get_nvgc() 1139 int xive2_router_write_nvgc(Xive2Router *xrtr, bool crowd, in xive2_router_write_nvgc() argument 1145 return xrc->write_nvgc(xrtr, crowd, nvgc_blk, nvgc_idx, nvgc); in xive2_router_write_nvgc() 1154 static uint8_t xive2_get_vp_block_mask(uint32_t nvt_blk, bool crowd) in xive2_get_vp_block_mask() argument [all …]
|
H A D | pnv_xive2.c | 492 static int pnv_xive2_get_nvgc(Xive2Router *xrtr, bool crowd, in pnv_xive2_get_nvgc() argument 496 return pnv_xive2_vst_read(PNV_XIVE2(xrtr), crowd ? VST_NVC : VST_NVG, in pnv_xive2_get_nvgc() 500 static int pnv_xive2_write_nvgc(Xive2Router *xrtr, bool crowd, in pnv_xive2_write_nvgc() argument 504 return pnv_xive2_vst_write(PNV_XIVE2(xrtr), crowd ? VST_NVC : VST_NVG, in pnv_xive2_write_nvgc() 627 bool crowd, bool cam_ignore, uint8_t priority, in pnv_xive2_match_nvt() argument 658 nvt_idx, crowd, cam_ignore, in pnv_xive2_match_nvt() 710 bool crowd, bool ignore, uint8_t priority) in pnv_xive2_broadcast() argument 738 nvt_idx, crowd, ignore, 0); in pnv_xive2_broadcast()
|
H A D | xive.c | 1675 static uint8_t xive_get_group_level(bool crowd, bool ignore, in xive_get_group_level() argument 1682 g_assert(!crowd); in xive_get_group_level() 1694 if (crowd) { in xive_get_group_level() 1796 bool crowd, bool cam_ignore, uint8_t priority, in xive_presenter_notify() argument 1827 count = xfc->match_nvt(xfb, format, nvt_blk, nvt_idx, crowd, cam_ignore, in xive_presenter_notify() 1835 group_level = xive_get_group_level(crowd, cam_ignore, nvt_blk, nvt_idx); in xive_presenter_notify()
|
H A D | spapr_xive.c | 433 bool crowd, bool cam_ignore, in spapr_xive_match_nvt() argument
|
H A D | pnv_xive.c | 475 bool crowd, bool cam_ignore, uint8_t priority, in pnv_xive_match_nvt() argument
|
H A D | trace-events | 291 …nt8_t blk, uint32_t idx, uint8_t op, uint8_t priority, uint32_t rc) "NVGC crowd=%d 0x%x/0x%x opera…
|
/qemu/hw/ppc/ |
H A D | pnv.c | 2613 bool crowd, bool cam_ignore, uint8_t priority, in pnv_match_nvt() argument 2627 count = xpc->match_nvt(xptr, format, nvt_blk, nvt_idx, crowd, in pnv_match_nvt() 2642 bool crowd, bool cam_ignore, uint8_t priority, in pnv10_xive_match_nvt() argument 2656 count = xpc->match_nvt(xptr, format, nvt_blk, nvt_idx, crowd, in pnv10_xive_match_nvt() 2671 bool crowd, bool cam_ignore, in pnv10_xive_broadcast() argument 2682 xpc->broadcast(xptr, nvt_blk, nvt_idx, crowd, cam_ignore, priority); in pnv10_xive_broadcast()
|
H A D | spapr.c | 4473 bool crowd, bool cam_ignore, uint8_t priority, in spapr_match_nvt() argument 4481 count = xpc->match_nvt(xptr, format, nvt_blk, nvt_idx, crowd, cam_ignore, in spapr_match_nvt()
|