Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dioport.h310 extern int iomem_map_sanity_check(resource_size_t addr, unsigned long size);
/Linux-v5.15/arch/x86/mm/
Dioremap.c294 if (iomem_map_sanity_check(unaligned_phys_addr, unaligned_size)) in __ioremap_caller()
/Linux-v5.15/arch/x86/mm/pat/
Dmemtype.c776 WARN_ON_ONCE(iomem_map_sanity_check(start, size)); in memtype_reserve_io()
/Linux-v5.15/kernel/
Dresource.c1663 int iomem_map_sanity_check(resource_size_t addr, unsigned long size) in iomem_map_sanity_check() function