Skip to main content

allocate_dma_frame

Function allocate_dma_frame 

Source
pub fn allocate_dma_frame() -> Option<PhysFrame>
Expand description

Allocate a zeroed 4KB frame suitable for DMA operations.

Disables IRQs internally to satisfy the allocator contract.