seL4/include/kernel
Simon Shields b5c56244f1 Create device untypeds at boot for all arches
Currently on x86 device untypeds are generated by passing the entire
address space minus any parts that are reserved by the kernel or that
are "real" memory (e.g. kernel image, physical RAM).

On ARM and RISC-V, device untypeds were generated at compile-time from
a device tree. This patch moves ARM and RISC-V to use the same approach
as x86, and moves the code from x86 into a common location that's
shared between the three architectures.

Co-Authored-By: Anna Lyons <anna@gh.st>
2019-11-12 16:20:07 +11:00
..
boot.h Create device untypeds at boot for all arches 2019-11-12 16:20:07 +11:00
cspace.h unsigned int -> word_t 2015-12-10 10:45:21 +11:00
faulthandler.h mcs: timeout exceptions 2019-08-22 11:22:38 +10:00
sporadic.h mcs: explicitly use ksCurSC 2019-08-22 11:22:41 +10:00
stack.h Fix trivial comment typos. 2018-03-27 10:51:26 +11:00
thread.h mcs: Don't rollback time when not rescheduling 2019-09-23 16:49:07 +10:00
traps.h SMP: move lock.h to architecture-independent include/smp 2017-01-16 15:21:50 +11:00
vspace.h SELFOUR-518: User-level log buffer 2016-08-15 15:06:38 +10:00