get_region_id     813 arch/powerpc/include/asm/book3s/64/mmu-hash.h 	unsigned long region_id = get_region_id(ea);
get_region_id     822 arch/powerpc/kvm/book3s_hv_rm_xics.c 	if (get_region_id(l) == VMALLOC_REGION_ID) {
get_region_id    1261 arch/powerpc/mm/book3s64/hash_utils.c 	switch (get_region_id(ea)) {
get_region_id    1452 arch/powerpc/mm/book3s64/hash_utils.c 	if ((get_region_id(ea) == VMALLOC_REGION_ID) ||
get_region_id    1453 arch/powerpc/mm/book3s64/hash_utils.c 	    (get_region_id(ea) == IO_REGION_ID))
get_region_id    1469 arch/powerpc/mm/book3s64/hash_utils.c 	unsigned int region_id = get_region_id(ea);
get_region_id    1532 arch/powerpc/mm/book3s64/hash_utils.c 	BUG_ON(get_region_id(ea) != USER_REGION_ID);
get_region_id     766 arch/powerpc/mm/book3s64/slb.c 	unsigned long id = get_region_id(ea);
get_region_id      95 arch/powerpc/mm/copro_fault.c 	switch (get_region_id(ea)) {
get_region_id     184 arch/powerpc/platforms/cell/spu_base.c 	    (get_region_id(ea) != USER_REGION_ID)) {
get_region_id     214 arch/powerpc/platforms/cell/spu_base.c 	if (get_region_id(ea) == LINEAR_MAP_REGION_ID)
get_region_id     167 drivers/misc/cxl/fault.c 		if (!mm && (get_region_id(dar) != USER_REGION_ID))
get_region_id     166 drivers/misc/ocxl/link.c 		if (get_region_id(fault->dar) != USER_REGION_ID)