Searched defs:addr (Results 1 – 4 of 4) sorted by relevance
16 void rust_helper_iounmap(void __iomem *addr) in rust_helper_iounmap()21 u8 rust_helper_readb(const void __iomem *addr) in rust_helper_readb()26 u16 rust_helper_readw(const void __iomem *addr) in rust_helper_readw()31 u32 rust_helper_readl(const void __iomem *addr) in rust_helper_readl()37 u64 rust_helper_readq(const void __iomem *addr) in rust_helper_readq()43 void rust_helper_writeb(u8 value, void __iomem *addr) in rust_helper_writeb()48 void rust_helper_writew(u16 value, void __iomem *addr) in rust_helper_writew()53 void rust_helper_writel(u32 value, void __iomem *addr) in rust_helper_writel()59 void rust_helper_writeq(u64 value, void __iomem *addr) in rust_helper_writeq()65 u8 rust_helper_readb_relaxed(const void __iomem *addr) in rust_helper_readb_relaxed()[all …]
16 void rust_helper_kunmap_local(const void *addr) in rust_helper_kunmap_local()
42 unsigned long addr) in rust_helper_vma_lookup()
24 addr: usize, field40 pub fn addr(&self) -> usize { in addr() method188 pub fn addr(&self) -> usize { in addr() method
Completed in 7 milliseconds