Home
last modified time | relevance | path

Searched refs:VMALLOC_REGION_ID (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/powerpc/mm/
Dcopro_fault.c118 case VMALLOC_REGION_ID: in copro_calculate_slb()
Dhash_utils_64.c1246 case VMALLOC_REGION_ID: in hash_page_mm()
1417 if (REGION_ID(ea) == VMALLOC_REGION_ID) in hash_page()
1434 if (REGION_ID(ea) == VMALLOC_REGION_ID) in __hash_page()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dhash.h62 #define VMALLOC_REGION_ID (REGION_ID(H_VMALLOC_START)) macro
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgtable.h74 #define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START)) macro
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c811 if (REGION_ID(l) == VMALLOC_REGION_ID) { in this_cpu_inc_rm()