Searched refs:HV_XY_TO_LOTAR (Results 1 – 3 of 3) sorted by relevance
165 long lotar = HV_XY_TO_LOTAR(cpu_x(cpu), cpu_y(cpu)); in hv_stats_show()181 long lotar = HV_XY_TO_LOTAR(cpu_x(cpu), cpu_y(cpu)); in hv_stats_store()255 long lotar = HV_XY_TO_LOTAR(cpu_x(cpu), cpu_y(cpu)); in create_sysfs_entries()
2361 #define HV_XY_TO_LOTAR(x, y) ((HV_LOTAR)(((x) << HV_LOTAR_WIDTH) | (y))) macro2493 return HV_XY_TO_LOTAR( (lotar >> (HV_PTE_LOTAR_BITS / 2)), in hv_pte_get_lotar()
380 return hv_pte_set_lotar(prot, HV_XY_TO_LOTAR(x, y)); in set_remote_cache_cpu()