Home
last modified time | relevance | path

Searched refs:VST_END (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c61 [VST_END] = { "ENDT", sizeof(Xive2End), 16 },
358 return pnv_xive2_vst_read(PNV_XIVE2(xrtr), VST_END, blk, idx, end); in pnv_xive2_get_end()
364 return pnv_xive2_vst_write(PNV_XIVE2(xrtr), VST_END, blk, idx, end, in pnv_xive2_write_end()
453 return pnv_xive2_vst_write(xive, VST_END, blk, idx, endc_watch, in pnv_xive2_end_update()
471 if (pnv_xive2_vst_read(xive, VST_END, blk, idx, endc_watch)) { in pnv_xive2_end_cache_load()
805 case VST_END: in pnv_xive2_vst_set_exclusive()
H A Dpnv_xive2_regs.h529 #define VST_END 2 macro