MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / PageTableEntryToPhysical

Function PageTableEntryToPhysical

tests/unit_test/mocks/cpu_io.h:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174inline auto PageTableEntryToPhysical(uint64_t pte) -> uint64_t {
175 return pte & 0x000FFFFFFFFFF000ULL;
176}
177
178inline auto PhysicalToPageTableEntry(uint64_t physical_addr, uint64_t flags)
179 -> uint64_t {

Callers 5

MapPageMethod · 0.85
GetMappingMethod · 0.85
FindPageTableEntryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected