pub fn allocate_frames_at(
    paddr: PhysicalAddress,
    num_frames: usize
) -> Result<AllocatedFrames<Page4K>, &'static str>
Expand description

Allocates the given number of frames starting at (inclusive of) the frame containing the given PhysicalAddress.

See allocate_frames_deferred() for more details.