Searched refs:nvt (Results 1 – 6 of 6) sorted by relevance
/qemu/hw/intc/ |
H A D | xive.c | 472 XiveNVT nvt; in xive_tctx_need_resend() local 479 if (xive_router_get_nvt(xrtr, nvt_blk, nvt_idx, &nvt)) { in xive_tctx_need_resend() 485 ipb = xive_get_field32(NVT_W4_IPB, nvt.w4); in xive_tctx_need_resend() 489 nvt.w4 = xive_set_field32(NVT_W4_IPB, nvt.w4, 0); in xive_tctx_need_resend() 490 xive_router_write_nvt(xrtr, nvt_blk, nvt_idx, &nvt, 4); in xive_tctx_need_resend() 1608 XiveNVT *nvt) in xive_router_get_nvt() argument 1612 return xrc->get_nvt(xrtr, nvt_blk, nvt_idx, nvt); in xive_router_get_nvt() 1616 XiveNVT *nvt, uint8_t word_number) in xive_router_write_nvt() argument 1620 return xrc->write_nvt(xrtr, nvt_blk, nvt_idx, nvt, word_number); in xive_router_write_nvt() 1878 XiveNVT nvt; in xive_router_end_notify() local [all …]
|
H A D | pnv_xive.c | 367 XiveNVT *nvt) in pnv_xive_get_nvt() argument 369 return pnv_xive_vst_read(PNV_XIVE(xrtr), VST_TSEL_VPDT, blk, idx, nvt); in pnv_xive_get_nvt() 373 XiveNVT *nvt, uint8_t word_number) in pnv_xive_write_nvt() argument 375 return pnv_xive_vst_write(PNV_XIVE(xrtr), VST_TSEL_VPDT, blk, idx, nvt, in pnv_xive_write_nvt() 1832 static void xive_nvt_pic_print_info(XiveNVT *nvt, uint32_t nvt_idx, in xive_nvt_pic_print_info() argument 1835 uint8_t eq_blk = xive_get_field32(NVT_W1_EQ_BLOCK, nvt->w1); in xive_nvt_pic_print_info() 1836 uint32_t eq_idx = xive_get_field32(NVT_W1_EQ_INDEX, nvt->w1); in xive_nvt_pic_print_info() 1838 if (!xive_nvt_is_valid(nvt)) { in xive_nvt_pic_print_info() 1844 xive_get_field32(NVT_W4_IPB, nvt->w4)); in xive_nvt_pic_print_info() 1856 XiveNVT nvt; in pnv_xive_pic_print_info() local [all …]
|
H A D | spapr_xive.c | 140 uint32_t nvt = xive_get_field32(END_W6_NVT_INDEX, end->w6); in spapr_xive_end_pic_print_info() local 144 spapr_xive_nvt_to_target(0, nvt), in spapr_xive_end_pic_print_info() 401 uint8_t nvt_blk, uint32_t nvt_idx, XiveNVT *nvt) in spapr_xive_get_nvt() argument 415 nvt->w0 = cpu_to_be32(NVT_W0_VALID); in spapr_xive_get_nvt() 420 uint32_t nvt_idx, XiveNVT *nvt, in spapr_xive_write_nvt() argument
|
/qemu/include/hw/ppc/ |
H A D | xive.h | 398 XiveNVT *nvt); 400 XiveNVT *nvt, uint8_t word_number); 412 XiveNVT *nvt); 414 XiveNVT *nvt, uint8_t word_number);
|
H A D | xive_regs.h | 319 #define xive_nvt_is_valid(nvt) (be32_to_cpu((nvt)->w0) & NVT_W0_VALID) argument
|
/qemu/docs/specs/ |
H A D | ppc-xive.rst | 45 | |SC end | | | | nvt | | | | 55 | nvt | +----+----+ | +----+----+ 68 nvt: Notification Virtual Target
|