Searched refs:lotar (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dsmp.h107 /* Which cpus may be used as the lotar in a page table entry. */
121 static inline int hv_lotar_to_cpu(HV_LOTAR lotar) argument
123 return HV_LOTAR_X(lotar) + (HV_LOTAR_Y(lotar) * smp_width);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/asm/
H A Dsmp.h107 /* Which cpus may be used as the lotar in a page table entry. */
121 static inline int hv_lotar_to_cpu(HV_LOTAR lotar) argument
123 return HV_LOTAR_X(lotar) + (HV_LOTAR_Y(lotar) * smp_width);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/hv/
H A Dhypervisor.h2095 /** Extracts the X component of a lotar. */
2096 #define HV_LOTAR_X(lotar) ((lotar) >> HV_LOTAR_WIDTH)
2098 /** Extracts the Y component of a lotar. */
2099 #define HV_LOTAR_Y(lotar) ((lotar) & ((1 << HV_LOTAR_WIDTH) - 1))
2237 unsigned int lotar = ((__hv32) pte.val) >> HV_PTE_INDEX_LOTAR; local
2239 return HV_XY_TO_LOTAR( (lotar >> (HV_PTE_LOTAR_BITS / 2)),
2240 (lotar & ((1 << (HV_PTE_LOTAR_BITS / 2)) - 1)) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/hv/
H A Dhypervisor.h2095 /** Extracts the X component of a lotar. */
2096 #define HV_LOTAR_X(lotar) ((lotar) >> HV_LOTAR_WIDTH)
2098 /** Extracts the Y component of a lotar. */
2099 #define HV_LOTAR_Y(lotar) ((lotar) & ((1 << HV_LOTAR_WIDTH) - 1))
2237 unsigned int lotar = ((__hv32) pte.val) >> HV_PTE_INDEX_LOTAR; local
2239 return HV_XY_TO_LOTAR( (lotar >> (HV_PTE_LOTAR_BITS / 2)),
2240 (lotar & ((1 << (HV_PTE_LOTAR_BITS / 2)) - 1)) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/mm/
H A Dpgtable.c338 HV_LOTAR lotar = hv_pte_get_lotar(prot); local
339 int x = HV_LOTAR_X(lotar);
340 int y = HV_LOTAR_Y(lotar);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/mm/
H A Dpgtable.c338 HV_LOTAR lotar = hv_pte_get_lotar(prot); local
339 int x = HV_LOTAR_X(lotar);
340 int y = HV_LOTAR_Y(lotar);

Completed in 76 milliseconds