Home
last modified time | relevance | path

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

/linux-2.6.39/arch/tile/include/asm/
Dsmp.h123 return HV_LOTAR_X(lotar) + (HV_LOTAR_Y(lotar) * smp_width); in hv_lotar_to_cpu()
/linux-2.6.39/arch/tile/include/hv/
Dhypervisor.h2140 #define HV_LOTAR_X(lotar) ((lotar) >> HV_LOTAR_WIDTH) macro
2292 unsigned int x = HV_LOTAR_X(val); in hv_pte_set_lotar()
/linux-2.6.39/arch/tile/mm/
Dpgtable.c428 int x = HV_LOTAR_X(lotar); in get_remote_cache_cpu()