Searched refs:init_at (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/nova-core/ |
| H A D | gsp.rs | 153 libos.init_at(0, LibosMemoryRegionInitArgument::new("LOGINIT", &loginit.0))?; in new() 154 libos.init_at(1, LibosMemoryRegionInitArgument::new("LOGINTR", &logintr.0))?; in new() 155 libos.init_at(2, LibosMemoryRegionInitArgument::new("LOGRM", &logrm.0))?; in new() 156 libos.init_at(3, LibosMemoryRegionInitArgument::new("RMARGS", rmargs))?; in new()
|
| /linux/rust/kernel/ |
| H A D | dma.rs | 437 pub fn init_at<E>(&mut self, i: usize, init: impl Init<T, E>) -> Result in init_at() method
|