Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
H A Dpageattr.c95 int region = get_region_id(addr); in change_memory_attr()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash.h116 static inline int get_region_id(unsigned long ea) in get_region_id() function
H A Dmmu-hash.h824 unsigned long region_id = get_region_id(ea); in get_kernel_context()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1737 switch (get_region_id(ea)) { in hash_page_mm()
1945 if ((get_region_id(ea) == VMALLOC_REGION_ID) || in hash_page()
1946 (get_region_id(ea) == IO_REGION_ID)) in hash_page()
1971 region_id = get_region_id(ea); in DEFINE_INTERRUPT_HANDLER()
2041 BUG_ON(get_region_id(ea) != USER_REGION_ID); in hash_preload()
H A Dslb.c745 unsigned long id = get_region_id(ea); in DEFINE_INTERRUPT_HANDLER_RAW()
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c182 (get_region_id(ea) != USER_REGION_ID)) { in __spu_trap_data_map()
212 if (get_region_id(ea) == LINEAR_MAP_REGION_ID) in __spu_kernel_slb()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c813 if (get_region_id(l) == VMALLOC_REGION_ID) { in this_cpu_inc_rm()
/linux/drivers/misc/ocxl/
H A Dlink.c175 if (get_region_id(fault->dar) != USER_REGION_ID) in xsl_fault_handler_bh()