Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive.c339 uint64_t eqc_watch[4]; in pnv_xive_end_update() local
341 for (i = 0; i < ARRAY_SIZE(eqc_watch); i++) { in pnv_xive_end_update()
342 eqc_watch[i] = cpu_to_be64(xive->regs[(VC_EQC_CWATCH_DAT0 >> 3) + i]); in pnv_xive_end_update()
345 return pnv_xive_vst_write(xive, VST_TSEL_EQDT, blk, idx, eqc_watch, in pnv_xive_end_update()
355 uint64_t eqc_watch[4] = { 0 }; in pnv_xive_end_cache_load() local
358 if (pnv_xive_vst_read(xive, VST_TSEL_EQDT, blk, idx, eqc_watch)) { in pnv_xive_end_cache_load()
362 for (i = 0; i < ARRAY_SIZE(eqc_watch); i++) { in pnv_xive_end_cache_load()
363 xive->regs[(VC_EQC_CWATCH_DAT0 >> 3) + i] = be64_to_cpu(eqc_watch[i]); in pnv_xive_end_cache_load()