Home
last modified time | relevance | path

Searched defs: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()
/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
/linux-3.4.99/arch/tile/mm/
Dpgtable.c428 HV_LOTAR lotar = hv_pte_get_lotar(prot); in get_remote_cache_cpu() local