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

/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dhash-4k.h28 #define H_MAX_PHYSMEM_BITS 46 macro
H A Dhash-64k.h19 #define H_MAX_PHYSMEM_BITS 51 macro
21 #define H_MAX_PHYSMEM_BITS 46 macro
H A Dmmu-hash.h592 #if (H_MAX_PHYSMEM_BITS > MAX_EA_BITS_PER_CONTEXT)
593 #define MAX_KERNEL_CTX_CNT (1UL << (H_MAX_PHYSMEM_BITS - MAX_EA_BITS_PER_CONTEXT))
H A Dpgtable.h270 #if H_MAX_PHYSMEM_BITS > R_MAX_PHYSMEM_BITS
271 #define MAX_PHYSMEM_BITS H_MAX_PHYSMEM_BITS
/linux-master/arch/powerpc/mm/book3s64/
H A Dslb.c745 /* We only support upto H_MAX_PHYSMEM_BITS */
746 if ((ea & EA_MASK) > (1UL << H_MAX_PHYSMEM_BITS))
/linux-master/arch/powerpc/kernel/
H A Dprom.c868 memblock_cap_memory_range(0, 1UL << (H_MAX_PHYSMEM_BITS));

Completed in 423 milliseconds