Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-64k.h19 #define H_MAX_PHYSMEM_BITS 51 macro
21 #define H_MAX_PHYSMEM_BITS 46 macro
H A Dhash-4k.h28 #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.h300 #if H_MAX_PHYSMEM_BITS > R_MAX_PHYSMEM_BITS
301 #define MAX_PHYSMEM_BITS H_MAX_PHYSMEM_BITS
/linux/arch/powerpc/mm/book3s64/
H A Dslb.c746 if ((ea & EA_MASK) > (1UL << H_MAX_PHYSMEM_BITS)) in slb_allocate_kernel()
/linux/arch/powerpc/kernel/
H A Dprom.c875 memblock_cap_memory_range(0, 1UL << (H_MAX_PHYSMEM_BITS)); in early_init_devtree()