Home
last modified time | relevance | path

Searched refs:get_region_id (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/mm/
Dcopro_fault.c95 switch (get_region_id(ea)) { in copro_calculate_slb()
/arch/powerpc/include/asm/book3s/64/
Dhash.h115 static inline int get_region_id(unsigned long ea) in get_region_id() function
Dmmu-hash.h813 unsigned long region_id = get_region_id(ea); in get_kernel_context()
/arch/powerpc/mm/book3s64/
Dhash_utils.c1261 switch (get_region_id(ea)) { in hash_page_mm()
1452 if ((get_region_id(ea) == VMALLOC_REGION_ID) || in hash_page()
1453 (get_region_id(ea) == IO_REGION_ID)) in hash_page()
1469 unsigned int region_id = get_region_id(ea); in __hash_page()
1532 BUG_ON(get_region_id(ea) != USER_REGION_ID); in hash_preload()
Dslb.c766 unsigned long id = get_region_id(ea); in do_slb_fault()
/arch/powerpc/platforms/cell/
Dspu_base.c184 (get_region_id(ea) != USER_REGION_ID)) { in __spu_trap_data_map()
214 if (get_region_id(ea) == LINEAR_MAP_REGION_ID) in __spu_kernel_slb()
/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c822 if (get_region_id(l) == VMALLOC_REGION_ID) { in this_cpu_inc_rm()