Home
last modified time | relevance | path

Searched defs:PhysAddr (Results 1 – 3 of 3) 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/iommu/
H A Dpgtable.rs169 paddr: PhysAddr, in map_pages()
/linux/rust/kernel/
H A Dio.rs22 pub type PhysAddr = bindings::phys_addr_t; typedef