Home
last modified time | relevance | path

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

/linux-3.4.99/arch/tile/include/asm/
Dsmp.h114 static inline int hv_lotar_to_cpu(HV_LOTAR lotar) in hv_lotar_to_cpu() argument
116 return HV_LOTAR_X(lotar) + (HV_LOTAR_Y(lotar) * smp_width); in hv_lotar_to_cpu()
/linux-3.4.99/arch/tile/include/hv/
Dhypervisor.h2148 #define HV_LOTAR_X(lotar) ((lotar) >> HV_LOTAR_WIDTH) argument
2151 #define HV_LOTAR_Y(lotar) ((lotar) & ((1 << HV_LOTAR_WIDTH) - 1)) argument
2289 unsigned int lotar = ((__hv32) pte.val) >> HV_PTE_INDEX_LOTAR; in hv_pte_get_lotar() local
2291 return HV_XY_TO_LOTAR( (lotar >> (HV_PTE_LOTAR_BITS / 2)), in hv_pte_get_lotar()
2292 (lotar & ((1 << (HV_PTE_LOTAR_BITS / 2)) - 1)) ); in hv_pte_get_lotar()
/linux-3.4.99/arch/tile/mm/
Dpgtable.c428 HV_LOTAR lotar = hv_pte_get_lotar(prot); in get_remote_cache_cpu() local
429 int x = HV_LOTAR_X(lotar); in get_remote_cache_cpu()
430 int y = HV_LOTAR_Y(lotar); in get_remote_cache_cpu()