Type Alias ostd::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.