Type Alias aster_frame::mm::Daddr
source · pub type Daddr = usize;
Expand description
The devide address.
If a device performs DMA to read or write system memory, the addresses used by the device are device addresses. Daddr can distinguish the address space used by cpu side and the address space used by device side.