Searched refs:H_MAX_PHYSMEM_BITS (Results 1 – 6 of 6) sorted by relevance
19 #define H_MAX_PHYSMEM_BITS 51 macro21 #define H_MAX_PHYSMEM_BITS 46 macro
28 #define H_MAX_PHYSMEM_BITS 46 macro
580 #if (H_MAX_PHYSMEM_BITS > MAX_EA_BITS_PER_CONTEXT)581 #define MAX_KERNEL_CTX_CNT (1UL << (H_MAX_PHYSMEM_BITS - MAX_EA_BITS_PER_CONTEXT))
297 #if H_MAX_PHYSMEM_BITS > R_MAX_PHYSMEM_BITS298 #define MAX_PHYSMEM_BITS H_MAX_PHYSMEM_BITS
781 memblock_cap_memory_range(0, 1UL << (H_MAX_PHYSMEM_BITS)); in early_init_devtree()
769 if ((ea & EA_MASK) > (1UL << H_MAX_PHYSMEM_BITS)) in slb_allocate_kernel()