Skip to main content

Module flags

Module flags 

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.