Home
last modified time | relevance | path

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

/Linux-v6.1/arch/sh/mm/
Dioremap.h6 int iounmap_fixed(void __iomem *);
18 static inline int iounmap_fixed(void __iomem *addr) in iounmap_fixed() function
Dioremap_fixed.c100 int iounmap_fixed(void __iomem *addr) in iounmap_fixed() function
Dioremap.c175 if (iounmap_fixed(addr) == 0) in iounmap()