Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dpageattr.c89 int region = get_region_id(addr); in change_memory_attr()
Dcopro_fault.c90 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.h818 unsigned long region_id = get_region_id(ea); in get_kernel_context()
/arch/powerpc/mm/book3s64/
Dhash_utils.c1315 switch (get_region_id(ea)) { in hash_page_mm()
1514 if ((get_region_id(ea) == VMALLOC_REGION_ID) || in hash_page()
1515 (get_region_id(ea) == IO_REGION_ID)) in hash_page()
1540 region_id = get_region_id(ea); in DEFINE_INTERRUPT_HANDLER()
1617 BUG_ON(get_region_id(ea) != USER_REGION_ID); in hash_preload()
Dslb.c821 unsigned long id = get_region_id(ea); in DEFINE_INTERRUPT_HANDLER_RAW()
/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.c808 if (get_region_id(l) == VMALLOC_REGION_ID) { in this_cpu_inc_rm()