NON_LINEAR_REGION_ID   93 arch/powerpc/include/asm/book3s/64/hash.h #define VMALLOC_REGION_ID	NON_LINEAR_REGION_ID(H_VMALLOC_START)
NON_LINEAR_REGION_ID   94 arch/powerpc/include/asm/book3s/64/hash.h #define IO_REGION_ID		NON_LINEAR_REGION_ID(H_KERN_IO_START)
NON_LINEAR_REGION_ID   95 arch/powerpc/include/asm/book3s/64/hash.h #define VMEMMAP_REGION_ID	NON_LINEAR_REGION_ID(H_VMEMMAP_START)
NON_LINEAR_REGION_ID  129 arch/powerpc/include/asm/book3s/64/hash.h 	BUILD_BUG_ON(NON_LINEAR_REGION_ID(H_VMALLOC_START) != 2);
NON_LINEAR_REGION_ID  131 arch/powerpc/include/asm/book3s/64/hash.h 	region_id = NON_LINEAR_REGION_ID(ea);