Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/sn/kernel/
Dsn_ivt.S55 movl r19=(((1<<IA64_MAX_PHYS_BITS)-1) & ~0xfff) // suitable mask
/linux-2.4.37.9/include/asm-ia64/
Dpgtable.h23 #define IA64_MAX_PHYS_BITS 50 /* max. number of physical address bits (architected) */ macro
58 #define _PAGE_PPN_MASK (((__IA64_UL(1) << IA64_MAX_PHYS_BITS) - 1) & ~0xfffUL)
/linux-2.4.37.9/arch/ia64/kernel/
Divt.S301 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
339 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)