Skip to main content

Module arm

Module arm 

Source
Available on ARM only.
Expand description

ARMv7-A Short-descriptor translation table format.

This module implements page table entries for ARMv7-A architecture using the Short-descriptor format, which supports 2-level page tables:

  • L1 (Translation Table): 4096 entries, each mapping 1MB or pointing to L2
  • L2 (Page Table): 256 entries, each mapping 4KB (Small Page)

Structsยง

A32PTE
An ARMv7-A Short-descriptor page table entry (32-bit).
DescriptorAttr
ARMv7-A Short-descriptor page table entry flags.