Home
last modified time | relevance | path

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

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