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

/arch/tile/kernel/
H A Dsysfs.c165 long lotar = HV_XY_TO_LOTAR(cpu_x(cpu), cpu_y(cpu));
181 long lotar = HV_XY_TO_LOTAR(cpu_x(cpu), cpu_y(cpu));
258 long lotar = HV_XY_TO_LOTAR(cpu_x(cpu), cpu_y(cpu));
/arch/tile/include/hv/
H A Dhypervisor.h551 * HV_XY_TO_LOTAR of the target tile's coordinates. The second is
2299 #define HV_XY_TO_LOTAR(x, y) ((HV_LOTAR)(((x) << HV_LOTAR_WIDTH) | (y))) macro
2431 return HV_XY_TO_LOTAR( (lotar >> (HV_PTE_LOTAR_BITS / 2)),
/arch/tile/mm/
H A Dpgtable.c382 return hv_pte_set_lotar(prot, HV_XY_TO_LOTAR(x, y));

Completed in 41 milliseconds