Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/
Dpageattr.c92 if (WARN_ON_ONCE(region != VMALLOC_REGION_ID && region != IO_REGION_ID)) in change_memory_attr()
Dcopro_fault.c113 case IO_REGION_ID: in copro_calculate_slb()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dhash.h98 #define IO_REGION_ID NON_LINEAR_REGION_ID(H_KERN_IO_START) macro
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dhash_utils.c1421 case IO_REGION_ID: in hash_page_mm()
1602 (get_region_id(ea) == IO_REGION_ID)) in hash_page()
1628 if ((region_id == VMALLOC_REGION_ID) || (region_id == IO_REGION_ID)) in DEFINE_INTERRUPT_HANDLER()
Dslb.c765 } else if (id == IO_REGION_ID) { in slb_allocate_kernel()