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
592 #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))
300 #if H_MAX_PHYSMEM_BITS > R_MAX_PHYSMEM_BITS301 #define MAX_PHYSMEM_BITS H_MAX_PHYSMEM_BITS
746 if ((ea & EA_MASK) > (1UL << H_MAX_PHYSMEM_BITS)) in slb_allocate_kernel()
875 memblock_cap_memory_range(0, 1UL << (H_MAX_PHYSMEM_BITS)); in early_init_devtree()