Searched refs:MmioBackend (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/kernel/ |
| H A D | io.rs | 1157 type Backend = MmioBackend; 1167 pub struct MmioBackend; struct 1169 impl IoBackend for MmioBackend { implementation 1213 impl_mmio_io_capable!(MmioBackend, u8, readb, writeb); 1214 impl_mmio_io_capable!(MmioBackend, u16, readw, writew); 1215 impl_mmio_io_capable!(MmioBackend, u32, readl, writel); 1218 impl_mmio_io_capable!(MmioBackend, u64, readq, writeq); 1220 impl IoCopyable for MmioBackend { implementation 1266 MmioBackend::as_ptr(view.0) in as_ptr() 1275 RelaxedMmio(unsafe { MmioBackend::project_view(view.0, ptr) }) in project_view() [all …]
|