Skip to main content
Module flags
memf_
core
0.1.0
Module flags
Module Items
Constants
In memf_
core::
test_
builders
memf_core
::
test_builders
Module
flags
Copy item path
Source
Expand description
Page table entry flags for x86_64.
Constants
ยง
PRESENT
Page is present in physical memory.
PS
Page Size bit: indicates a large/huge page at PD/PDPT level.
USER
Page is accessible from user mode.
WRITABLE
Page is writable.