Searched refs:vpc_watch (Results 1 – 1 of 1) sorted by relevance
387 uint64_t vpc_watch[8]; in pnv_xive_nvt_update() local389 for (i = 0; i < ARRAY_SIZE(vpc_watch); i++) { in pnv_xive_nvt_update()390 vpc_watch[i] = cpu_to_be64(xive->regs[(PC_VPC_CWATCH_DAT0 >> 3) + i]); in pnv_xive_nvt_update()393 return pnv_xive_vst_write(xive, VST_TSEL_VPDT, blk, idx, vpc_watch, in pnv_xive_nvt_update()403 uint64_t vpc_watch[8] = { 0 }; in pnv_xive_nvt_cache_load() local406 if (pnv_xive_vst_read(xive, VST_TSEL_VPDT, blk, idx, vpc_watch)) { in pnv_xive_nvt_cache_load()410 for (i = 0; i < ARRAY_SIZE(vpc_watch); i++) { in pnv_xive_nvt_cache_load()411 xive->regs[(PC_VPC_CWATCH_DAT0 >> 3) + i] = be64_to_cpu(vpc_watch[i]); in pnv_xive_nvt_cache_load()