Steps to reproduce:
- Create a mapping without
USER_ACCESSIBLE
- Update the flags to include
USER_ACCESSIBLE
Expected:
The page can be accessed by user mode.
Actual:
The page can't be accessed by user mode because even though the L1 entry has USER_ACCESSIBLE
, the L2, L3, L4 entries may not be user accessible.