MCPcopy Create free account
hub / github.com/Andy-Python-Programmer/aero / map_copied

Method map_copied

src/aero_kernel/src/userland/vm.rs:650–686  ·  view source on GitHub ↗

Copies the contents of the `page` page to a newly allocated frame and maps it to the `page` page with the provided `protection` protection flags.

(
        offset_table: &mut OffsetPageTable,
        page: Page<Size4KiB>,
        flags: VmFlag,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

allocate_frameMethod · 0.80
ignoreMethod · 0.80
map_toMethod · 0.80
start_addressMethod · 0.45
unmapMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected