mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 18:39:55 +00:00
arm: move ASID PD slot
Move the location of ASID PD slot to avoid clash with hardware device memeory Signed-off-by: Siwei Zhuang <siwei.zhuang@data61.csiro.au>
This commit is contained in:
committed by
Gerwin Klein
parent
ef7dbbfacb
commit
2d4f3b6db6
@@ -12,7 +12,7 @@
|
||||
#include <object/structures.h>
|
||||
|
||||
/* PD slot reserved for storing the PD's allocated hardware ASID */
|
||||
#define PD_ASID_SLOT (0xff000000 >> (PT_INDEX_BITS + PAGE_BITS))
|
||||
#define PD_ASID_SLOT (0xfe000000 >> (PT_INDEX_BITS + PAGE_BITS))
|
||||
|
||||
enum pde_pte_tag {
|
||||
ME_PDE,
|
||||
|
||||
Reference in New Issue
Block a user