Home
last modified time | relevance | path

Searched refs:IA64_MAX_PHYS_BITS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpgtable.h22 #define IA64_MAX_PHYS_BITS 50 /* max. number of physical address bits (architected) */ macro
57 #define _PAGE_PPN_MASK (((__IA64_UL(1) << IA64_MAX_PHYS_BITS) - 1) & ~0xfffUL)
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpgtable.h22 #define IA64_MAX_PHYS_BITS 50 /* max. number of physical address bits (architected) */ macro
57 #define _PAGE_PPN_MASK (((__IA64_UL(1) << IA64_MAX_PHYS_BITS) - 1) & ~0xfffUL)
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Divt.S345 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
383 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Divt.S344 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
382 movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)

Completed in 6 milliseconds