Home
last modified time | relevance | path

Searched refs:IO_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.h99 #define IO_REGION_ID NON_LINEAR_REGION_ID(H_KERN_IO_START) macro
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1756 case IO_REGION_ID: in hash_page_mm()
1946 (get_region_id(ea) == IO_REGION_ID)) in hash_page()
1972 if ((region_id == VMALLOC_REGION_ID) || (region_id == IO_REGION_ID)) in DEFINE_INTERRUPT_HANDLER()
H A Dslb.c691 } else if (id == IO_REGION_ID) { in slb_allocate_kernel()