Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Dgsp.rs91 .as_slice_mut(size_of::<u64>(), NUM_PAGES * size_of::<u64>())? in new()
/linux/rust/kernel/
H A Ddma.rs550 pub unsafe fn as_slice_mut(&mut self, offset: usize, count: usize) -> Result<&mut [T]> { in as_slice_mut() method
/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs236 let gsp_mem = &mut unsafe { self.0.as_slice_mut(0, 1) }.unwrap()[0];