Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dxive2.h76 int xive2_router_get_nvgc(Xive2Router *xrtr, bool crowd,
/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c2564 while (!xive2_router_get_nvgc(xrtr, false, blk, i, &nvgc)) { in pnv_xive2_pic_print_info()
2573 while (!xive2_router_get_nvgc(xrtr, true, blk, i, &nvgc)) { in pnv_xive2_pic_print_info()
H A Dxive2.c708 int xive2_router_get_nvgc(Xive2Router *xrtr, bool crowd, in xive2_router_get_nvgc() function