mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 01:54:29 +00:00
We provide an option for low-memory systems to use a single set of page tables for all threads. This is only supported if KPTI and SMP are disabled. This configuration saves a considerable amount of RAM, especially if multiple memory domains are used, at a cost of context switching overhead. Some caching techniques are used to reduce the amount of context switch updates; the page tables aren't updated if switching to a supervisor thread, and the page table configuration of the last user thread switched in is cached. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
ia32 | ||
intel64 | ||
acpi.h | ||
arch_inlines.h | ||
arch.h | ||
memmap.h | ||
memory.ld | ||
mmustructs.h | ||
msr.h | ||
multiboot.h | ||
pagetables.ld | ||
thread_stack.h |