Searched refs:nxc_watch (Results 1 – 1 of 1) sorted by relevance
518 uint64_t nxc_watch[4]; in pnv_xive2_nxc_update() local520 assert(watch_engine < ARRAY_SIZE(nxc_watch)); in pnv_xive2_nxc_update()530 for (i = 0; i < ARRAY_SIZE(nxc_watch); i++) { in pnv_xive2_nxc_update()531 nxc_watch[i] = cpu_to_be64(xive->pc_regs[data_reg + i]); in pnv_xive2_nxc_update()534 return pnv_xive2_vst_write(xive, table_type, blk, idx, nxc_watch, in pnv_xive2_nxc_update()542 uint64_t nxc_watch[4] = { 0 }; in pnv_xive2_nxc_cache_load() local545 assert(watch_engine < ARRAY_SIZE(nxc_watch)); in pnv_xive2_nxc_cache_load()555 if (pnv_xive2_vst_read(xive, table_type, blk, idx, nxc_watch)) { in pnv_xive2_nxc_cache_load()560 for (i = 0; i < ARRAY_SIZE(nxc_watch); i++) { in pnv_xive2_nxc_cache_load()561 xive->pc_regs[data_reg + i] = be64_to_cpu(nxc_watch[i]); in pnv_xive2_nxc_cache_load()