Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/mm/
Dpageattr.c92 if (WARN_ON_ONCE(region != VMALLOC_REGION_ID && region != IO_REGION_ID)) in change_memory_attr()
Dcopro_fault.c98 case VMALLOC_REGION_ID: in copro_calculate_slb()
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dhash.h97 #define VMALLOC_REGION_ID NON_LINEAR_REGION_ID(H_VMALLOC_START) macro
/linux-6.6.21/arch/powerpc/mm/book3s64/
Dhash_utils.c1481 case VMALLOC_REGION_ID: in hash_page_mm()
1668 if ((get_region_id(ea) == VMALLOC_REGION_ID) || in hash_page()
1695 if ((region_id == VMALLOC_REGION_ID) || (region_id == IO_REGION_ID)) in DEFINE_INTERRUPT_HANDLER()
Dslb.c759 } else if (id == VMALLOC_REGION_ID) { in slb_allocate_kernel()
/linux-6.6.21/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c813 if (get_region_id(l) == VMALLOC_REGION_ID) { in this_cpu_inc_rm()