Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h278 #define NVT_W4_IPB PPC_BITMASK32(16, 23) macro
/openbmc/qemu/hw/intc/
H A Dxive.c424 ipb = xive_get_field32(NVT_W4_IPB, nvt.w4); in xive_tctx_need_resend()
428 nvt.w4 = xive_set_field32(NVT_W4_IPB, nvt.w4, 0); in xive_tctx_need_resend()
1792 ipb = xive_get_field32(NVT_W4_IPB, nvt.w4) | in xive_router_end_notify()
1794 nvt.w4 = xive_set_field32(NVT_W4_IPB, nvt.w4, ipb); in xive_router_end_notify()
H A Dpnv_xive.c1845 xive_get_field32(NVT_W4_IPB, nvt->w4)); in xive_nvt_pic_print_info()