Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dcopro_fault.c100 case VMALLOC_REGION_ID: in copro_calculate_slb()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dhash.h93 #define VMALLOC_REGION_ID NON_LINEAR_REGION_ID(H_VMALLOC_START) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h70 #define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1327 case VMALLOC_REGION_ID: in hash_page_mm()
1513 if ((get_region_id(ea) == VMALLOC_REGION_ID) || in hash_page()
1532 if ((region_id == VMALLOC_REGION_ID) || (region_id == IO_REGION_ID)) in __hash_page()
H A Dslb.c782 } else if (id == VMALLOC_REGION_ID) { in slb_allocate_kernel()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c822 if (get_region_id(l) == VMALLOC_REGION_ID) { in this_cpu_inc_rm()