Searched refs:endc_watch (Results 1 – 1 of 1) sorted by relevance
440 uint64_t endc_watch[4]; in pnv_xive2_end_update() local442 assert(watch_engine < ARRAY_SIZE(endc_watch)); in pnv_xive2_end_update()449 for (i = 0; i < ARRAY_SIZE(endc_watch); i++) { in pnv_xive2_end_update()450 endc_watch[i] = cpu_to_be64(xive->vc_regs[data_reg + i]); in pnv_xive2_end_update()453 return pnv_xive2_vst_write(xive, VST_END, blk, idx, endc_watch, in pnv_xive2_end_update()461 uint64_t endc_watch[4] = { 0 }; in pnv_xive2_end_cache_load() local464 assert(watch_engine < ARRAY_SIZE(endc_watch)); in pnv_xive2_end_cache_load()471 if (pnv_xive2_vst_read(xive, VST_END, blk, idx, endc_watch)) { in pnv_xive2_end_cache_load()475 for (i = 0; i < ARRAY_SIZE(endc_watch); i++) { in pnv_xive2_end_cache_load()476 xive->vc_regs[data_reg + i] = be64_to_cpu(endc_watch[i]); in pnv_xive2_end_cache_load()