Home
last modified time | relevance | path

Searched refs:REGION_ID (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc64.h77 #define REGION_ID(ea) (((unsigned long)(ea)) >> REGION_SHIFT) macro
79 #define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START))
80 #define KERNEL_REGION_ID (REGION_ID(PAGE_OFFSET))
/linux-4.4.14/arch/powerpc/mm/
Dcopro_fault.c106 switch (REGION_ID(ea)) { in copro_calculate_slb()
Dhash_utils_64.c1012 switch (REGION_ID(ea)) { in hash_page_mm()
1196 if (REGION_ID(ea) == VMALLOC_REGION_ID) in hash_page()
1216 BUG_ON(REGION_ID(ea) != USER_REGION_ID); in hash_preload()
/linux-4.4.14/arch/powerpc/platforms/cell/
Dspu_base.c197 (REGION_ID(ea) != USER_REGION_ID)) { in __spu_trap_data_map()
225 if (REGION_ID(ea) == KERNEL_REGION_ID) in __spu_kernel_slb()