Home
last modified time | relevance | path

Searched refs:IO_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.c105 case IO_REGION_ID: in copro_calculate_slb()
/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.c1491 case IO_REGION_ID: in hash_page_mm()
1679 (get_region_id(ea) == IO_REGION_ID)) in hash_page()
1705 if ((region_id == VMALLOC_REGION_ID) || (region_id == IO_REGION_ID)) in DEFINE_INTERRUPT_HANDLER()
H A Dslb.c766 } else if (id == IO_REGION_ID) { in slb_allocate_kernel()