Enumeration of modes for the memory management unit page-walk modes.
pwmNone
No page walk. The memory management unit is not used to translate linear addresses to physical addresses. Example: real mode.
pwm32
32-bit protected-mode page walk.
pwmPae
32-bit protected-mode page walk with Physical Address Extension support.
pwmLvl4
64-bit long-mode page walk with four-level paging.