Searched refs:SysMemBackend (Results 1 – 1 of 1) sorted by relevance
1326 pub struct SysMemBackend; struct1328 impl IoBackend for SysMemBackend { implementation1354 impl IoCapable<$ty> for SysMemBackend {1385 impl IoCopyable for SysMemBackend { implementation1479 type Backend = SysMemBackend;1537 IoSysMap::Sys(r) => SysMemBackend::as_ptr(r), in as_ptr()1550 IoSysMap::Sys(r) => IoSysMap::Sys(unsafe { SysMemBackend::project_view(r, ptr) }), in project_view()1558 SysMemBackend: IoCapable<T>,1564 IoSysMap::Sys(r) => SysMemBackend::io_read(r), in io_read()1572 IoSysMap::Sys(r) => SysMemBackend::io_write(r, value), in io_write()[all …]