Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dpnv_xive.c50 [VST_TSEL_EQDT] = { "ENDT", sizeof(XiveEND), 16 },
316 return pnv_xive_vst_read(PNV_XIVE(xrtr), VST_TSEL_EQDT, blk, idx, end); in pnv_xive_get_end()
329 return pnv_xive_vst_write(PNV_XIVE(xrtr), VST_TSEL_EQDT, blk, idx, end, in pnv_xive_write_end()
346 return pnv_xive_vst_write(xive, VST_TSEL_EQDT, blk, idx, eqc_watch, in pnv_xive_end_update()
359 if (pnv_xive_vst_read(xive, VST_TSEL_EQDT, blk, idx, eqc_watch)) { in pnv_xive_end_cache_load()
808 case VST_TSEL_EQDT: in pnv_xive_vst_set_exclusive()
1403 uint64_t end_vsd = xive->vsds[VST_TSEL_EQDT][end_blk]; in pnv_xive_end_notify()
H A Dpnv_xive_regs.h213 #define VST_TSEL_EQDT 2 macro