zephyr/include/arch
Andrew Boie cdd721db3b locore: organize data by type
Program text, rodata, and data need different MMU
permissions. Split out rodata and data from the program
text, updating the linker script appropriately.

Region size symbols added to the linker script, so these
can later be used with MMU_BOOT_REGION().

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-10-24 12:48:45 -07:00
..
arc arch: arc: implement DIRECT IRQ support 2019-10-21 09:06:17 -07:00
arm arch: arm: do not add CODE_UNREACHABLE in Z_ARCH_EXCEPT 2019-10-24 10:12:08 -07:00
common
nios2 kernel: add architecture interface headers 2019-10-11 13:30:46 -07:00
posix kernel: activate arch interface headers 2019-10-21 10:13:38 -07:00
riscv kernel: add architecture interface headers 2019-10-11 13:30:46 -07:00
x86 locore: organize data by type 2019-10-24 12:48:45 -07:00
x86_64 x86_64: fix arch headers 2019-10-09 09:14:18 -04:00
xtensa kernel: add architecture interface headers 2019-10-11 13:30:46 -07:00
cpu.h kernel: activate arch interface headers 2019-10-21 10:13:38 -07:00
syscall.h