Home
last modified time | relevance | path

Searched refs:BTE_LEN_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/kernel/
Dbte.c101 ASSERT(len < ((BTE_LEN_MASK + 1) << L1_CACHE_SHIFT)); in bte_copy()
139 transfer_size = ((len >> L1_CACHE_SHIFT) & BTE_LEN_MASK); in bte_copy()
/linux-2.4.37.9/include/asm-ia64/sn/
Dbte.h73 #define BTE_LEN_MASK ((1 << BTE_LEN_BITS) - 1) macro