Home
last modified time | relevance | path

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

/arch/tile/include/asm/
Dsmp.h115 return HV_LOTAR_X(lotar) + (HV_LOTAR_Y(lotar) * smp_width); in hv_lotar_to_cpu()
/arch/tile/include/hv/
Dhypervisor.h2367 #define HV_LOTAR_Y(lotar) ((lotar) & ((1 << HV_LOTAR_WIDTH) - 1)) macro
2503 unsigned int y = HV_LOTAR_Y(val); in hv_pte_set_lotar()
/arch/tile/mm/
Dpgtable.c342 int y = HV_LOTAR_Y(lotar); in get_remote_cache_cpu()