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

Method frame

src/aero_kernel/src/mem/paging/page_table.rs:132–140  ·  view source on GitHub ↗

Returns the physical frame mapped by this entry. Returns the following errors: - `FrameError::FrameNotPresent` if the entry doesn't have the `PRESENT` flag set. - `FrameError::HugeFrame` if the entry has the `HUGE_PAGE` flag set (for huge pages the `addr` function must be used)

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

unmapMethod · 0.80
next_tableMethod · 0.80
next_table_mutMethod · 0.80

Calls 2

flagsMethod · 0.45
addrMethod · 0.45

Tested by

no test coverage detected