Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/include/asm/
Dpgtable.h21 #define IA64_MAX_PHYS_BITS 50 /* max. number of physical address bits (architected) */ macro
56 #define _PAGE_PPN_MASK (((__IA64_UL(1) << IA64_MAX_PHYS_BITS) - 1) & ~0xfffUL)
/linux-4.1.27/arch/ia64/sn/kernel/
Dsetup.c59 #define MAX_PHYS_MEMORY (1UL << IA64_MAX_PHYS_BITS) /* Max physical address supported */
/linux-4.1.27/arch/ia64/kernel/
Divt.S342 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
380 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)