zephyr/tests/kernel/mem_protect
Andrew Boie 2d9bbdf5f3 x86: remove support for non-PAE page tables
PAE tables introduce the NX bit which is very desirable
from a security perspetive, back in 1995.

PAE tables are larger, but we are not targeting x86 memory
protection for RAM constrained devices.

Remove the old style 32-bit tables to make the x86 port
easier to maintain.

Renamed some verbosely named data structures, and fixed
incorrect number of entries for the page directory
pointer table.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-02-05 20:51:21 -08:00
..
app_memory cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
mem_protect tests: Updated all the tests which use k_thread_access_grant. 2019-01-03 12:35:14 -08:00
obj_validation cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
protection x86: remove support for non-PAE page tables 2019-02-05 20:51:21 -08:00
stack_random cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
stackprot tests: Increase the stack size by CONFIG_TEST_EXTRA_STACKSIZE. 2019-01-16 06:12:33 -05:00
syscalls cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
userspace app_shmem: auto-initialize partitions 2019-01-30 23:15:51 -05:00
x86_mmu_api cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00