Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dsysfs.c165 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()
/arch/tile/include/hv/
Dhypervisor.h2361 #define HV_XY_TO_LOTAR(x, y) ((HV_LOTAR)(((x) << HV_LOTAR_WIDTH) | (y))) macro
2493 return HV_XY_TO_LOTAR( (lotar >> (HV_PTE_LOTAR_BITS / 2)), in hv_pte_get_lotar()
/arch/tile/mm/
Dpgtable.c380 return hv_pte_set_lotar(prot, HV_XY_TO_LOTAR(x, y)); in set_remote_cache_cpu()