/qemu/include/hw/ppc/ |
H A D | xive.h | 441 bool crowd, bool cam_ignore, uint8_t priority, 447 bool crowd, bool cam_ignore, uint8_t priority); 453 bool cam_ignore, uint32_t logic_serv); 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);
|
H A D | xive2.h | 91 bool crowd, bool cam_ignore,
|
/qemu/hw/intc/ |
H A D | xive2.c | 1172 static uint32_t xive2_get_vp_index_mask(uint32_t nvt_index, bool cam_ignore) in xive2_get_vp_index_mask() argument 1176 if (cam_ignore) { in xive2_get_vp_index_mask() 1195 bool crowd, bool cam_ignore, in xive2_presenter_tctx_match() argument 1214 index_mask = xive2_get_vp_index_mask(nvt_idx, cam_ignore); in xive2_presenter_tctx_match() 1221 !(cam_ignore && tctx->regs[TM_QW3_HV_PHYS + TM_LGS] == 0) && in xive2_presenter_tctx_match() 1230 !(cam_ignore && tctx->regs[TM_QW2_HV_POOL + TM_LGS] == 0) && in xive2_presenter_tctx_match() 1239 !(cam_ignore && tctx->regs[TM_QW1_OS + TM_LGS] == 0) && in xive2_presenter_tctx_match()
|
H A D | xive.c | 1733 bool cam_ignore, uint32_t logic_serv) in xive_presenter_tctx_match() argument 1747 if (cam_ignore == true) { in xive_presenter_tctx_match() 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 | pnv_xive2.c | 627 bool crowd, bool cam_ignore, uint8_t priority, in pnv_xive2_match_nvt() argument 654 nvt_idx, cam_ignore, in pnv_xive2_match_nvt() 658 nvt_idx, crowd, cam_ignore, in pnv_xive2_match_nvt() 667 if (!cam_ignore && match->tctx) { in pnv_xive2_match_nvt() 680 if (cam_ignore && in pnv_xive2_match_nvt()
|
H A D | spapr_xive.c | 433 bool crowd, bool cam_ignore, in spapr_xive_match_nvt() argument 457 cam_ignore, logic_serv); in spapr_xive_match_nvt()
|
H A D | pnv_xive.c | 475 bool crowd, bool cam_ignore, uint8_t priority, in pnv_xive_match_nvt() argument 502 nvt_idx, cam_ignore, in pnv_xive_match_nvt()
|
/qemu/hw/ppc/ |
H A D | pnv.c | 2613 bool crowd, bool cam_ignore, uint8_t priority, in pnv_match_nvt() argument 2628 cam_ignore, priority, logic_serv, match); in pnv_match_nvt() 2642 bool crowd, bool cam_ignore, uint8_t priority, in pnv10_xive_match_nvt() argument 2657 cam_ignore, priority, logic_serv, match); 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()
|