Home
last modified time | relevance | path

Searched refs:VMALLOC_REGION_ID (Results 1 – 4 of 4) 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()
/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 Dhash_utils.c1730 case VMALLOC_REGION_ID: in hash_page_mm()
1926 if ((get_region_id(ea) == VMALLOC_REGION_ID) || in hash_page()
1953 if ((region_id == VMALLOC_REGION_ID) || (region_id == IO_REGION_ID)) in DEFINE_INTERRUPT_HANDLER()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c813 if (get_region_id(l) == VMALLOC_REGION_ID) { in this_cpu_inc_rm()