zephyr/arch/x86
Daniel Leung 37516a7818 x86: add ability for SoC to add MMU regions
The SoCs usually have devices that are accessed through MMIO.
This requires the corresponding regions to be marked readable
and writable in the MMU or else accesses will result in page
faults.

This adds a function which can be implemented in the SoC code to
specify those pages to be added to MMU.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-05-19 19:19:51 +02:00
..
core x86: add ability for SoC to add MMU regions 2020-05-19 19:19:51 +02:00
include kernel: remove legacy fields in _kernel 2020-05-08 17:42:49 +02:00
CMakeLists.txt
Kconfig
gen_gdt.py
gen_idt.py
ia32.cmake
intel64.cmake