Home
last modified time | relevance | path

Searched refs:iomem_map_sanity_check (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/mm/
H A Dioremap.c311 if (iomem_map_sanity_check(unaligned_phys_addr, unaligned_size)) in __ioremap_caller()
/linux/arch/x86/mm/pat/
H A Dmemtype.c721 WARN_ON_ONCE(iomem_map_sanity_check(start, size)); in memtype_reserve_io()
/linux/kernel/
H A Dresource.c1833 int iomem_map_sanity_check(resource_size_t addr, unsigned long size) in iomem_map_sanity_check() function