Searched refs:pnv_xive_vst_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | pnv_xive.c | 251 static int pnv_xive_vst_read(PnvXive *xive, uint32_t type, uint8_t blk, in pnv_xive_vst_read() function 315 return pnv_xive_vst_read(PNV_XIVE(xrtr), VST_TSEL_EQDT, blk, idx, end); in pnv_xive_get_end() 358 if (pnv_xive_vst_read(xive, VST_TSEL_EQDT, blk, idx, eqc_watch)) { in pnv_xive_end_cache_load() 370 return pnv_xive_vst_read(PNV_XIVE(xrtr), VST_TSEL_VPDT, blk, idx, nvt); in pnv_xive_get_nvt() 406 if (pnv_xive_vst_read(xive, VST_TSEL_VPDT, blk, idx, vpc_watch)) { in pnv_xive_nvt_cache_load() 428 return pnv_xive_vst_read(xive, VST_TSEL_IVT, blk, idx, eas); in pnv_xive_get_eas()
|