KernOS
VM::PTA Namespace Reference

Page table access (lower 12 bits of page table entry) More...

Enumerations

enum  : uint16_t {
  P = 0, R = 1, U = 2, W = 3,
  C = 4, A = 5, D = 6, G = 8
}
 

Detailed Description

Page table access (lower 12 bits of page table entry)

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : uint16_t
Enumerator

Present.

Read/Write.

User/Supervisor.

Write through.

Cache disabled.

Accessed.

Dirty.

Page size (0 for 4KiB page)

Definition at line 39 of file virtualmemory.h.