Home
last modified time | relevance | path

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

/linux/rust/kernel/io/
H A Dresource.rs20 PhysAddr,
103 start: PhysAddr, in request_region() argument
137 pub fn start(&self) -> PhysAddr { in start() argument
/linux/rust/kernel/
H A Dio.rs22 pub type PhysAddr = bindings::phys_addr_t; typedef