Difference between revisions of "ARM Internals"
(Created page with "=== ARM Info === ==== Registers ==== # TTBR0 - used for user mappings & always points to PGD # TTBR1 - used for kernel mapping") |
(→Registers) |
||
Line 4: | Line 4: | ||
# TTBR0 - used for user mappings & always points to PGD | # TTBR0 - used for user mappings & always points to PGD | ||
# TTBR1 - used for kernel mapping | # TTBR1 - used for kernel mapping | ||
+ | |||
+ | Reference Link - | ||
+ | www.embedded-bits.co.uk/2011/mmucode | ||
+ | www.opennebula.org | ||
+ | www.ganeti.com |
Latest revision as of 12:24, 7 March 2017
ARM Info
Registers
- TTBR0 - used for user mappings & always points to PGD
- TTBR1 - used for kernel mapping
Reference Link -
www.embedded-bits.co.uk/2011/mmucode www.opennebula.org www.ganeti.com