Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
H A Dpageattr.c97 if (WARN_ON_ONCE(region != VMALLOC_REGION_ID && region != IO_REGION_ID)) in change_memory_attr()
H A Dcopro_fault.c98 case VMALLOC_REGION_ID: in copro_calculate_slb()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash.h98 #define VMALLOC_REGION_ID NON_LINEAR_REGION_ID(H_VMALLOC_START) macro
/linux/arch/powerpc/mm/book3s64/
H A Dslb.c759 } else if (id == VMALLOC_REGION_ID) { in slb_allocate_kernel()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c813 if (get_region_id(l) == VMALLOC_REGION_ID) { in this_cpu_inc_rm()