Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/virtio/
Dtransport_pci.rs327 let config_space_ptr = NonNull::new(config_space.as_ptr() as *mut u32).unwrap(); in config_space() localVariable
328 Ok(config_space_ptr.cast()) in config_space()