Lines Matching refs:__iomem
6 __rust_helper void __iomem *rust_helper_ioremap(phys_addr_t offset, size_t size)
11 __rust_helper void __iomem *rust_helper_ioremap_np(phys_addr_t offset,
17 __rust_helper void rust_helper_iounmap(void __iomem *addr)
22 __rust_helper u8 rust_helper_readb(const void __iomem *addr)
27 __rust_helper u16 rust_helper_readw(const void __iomem *addr)
32 __rust_helper u32 rust_helper_readl(const void __iomem *addr)
38 __rust_helper u64 rust_helper_readq(const void __iomem *addr)
44 __rust_helper void rust_helper_writeb(u8 value, void __iomem *addr)
49 __rust_helper void rust_helper_writew(u16 value, void __iomem *addr)
54 __rust_helper void rust_helper_writel(u32 value, void __iomem *addr)
60 __rust_helper void rust_helper_writeq(u64 value, void __iomem *addr)
66 __rust_helper u8 rust_helper_readb_relaxed(const void __iomem *addr)
71 __rust_helper u16 rust_helper_readw_relaxed(const void __iomem *addr)
76 __rust_helper u32 rust_helper_readl_relaxed(const void __iomem *addr)
82 __rust_helper u64 rust_helper_readq_relaxed(const void __iomem *addr)
88 __rust_helper void rust_helper_writeb_relaxed(u8 value, void __iomem *addr)
93 __rust_helper void rust_helper_writew_relaxed(u16 value, void __iomem *addr)
98 __rust_helper void rust_helper_writel_relaxed(u32 value, void __iomem *addr)
104 __rust_helper void rust_helper_writeq_relaxed(u64 value, void __iomem *addr)