Searched refs:pnv_xive2_vst_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | pnv_xive2.c | 273 static int pnv_xive2_vst_read(PnvXive2 *xive, uint32_t type, uint8_t blk, in pnv_xive2_vst_read() function 358 return pnv_xive2_vst_read(PNV_XIVE2(xrtr), VST_END, blk, idx, end); in pnv_xive2_get_end() 471 if (pnv_xive2_vst_read(xive, VST_END, blk, idx, endc_watch)) { in pnv_xive2_end_cache_load() 483 return pnv_xive2_vst_read(PNV_XIVE2(xrtr), VST_NVP, blk, idx, nvp); in pnv_xive2_get_nvp() 555 if (pnv_xive2_vst_read(xive, table_type, blk, idx, nxc_watch)) { in pnv_xive2_nxc_cache_load() 575 return pnv_xive2_vst_read(xive, VST_EAS, blk, idx, eas); in pnv_xive2_get_eas()
|