seL4/libsel4/arch_include/arm/sel4/arch
Adrian Danis 8108c811ed libsel4: Remove bitfield type unifying Guard and Badge construction
Using the bitfield generator to treat guards and badges as a union type can be convenient,
but it requires reserving a bit in the data for the bitfield run time type information.
This type information is not needed by the kernel as it knows implicitly whether the passed
data is a badge or a guard based on the kind of cap being operated on. However, with the
type information present we cannot pass a word sized piece of data to the kernel.

The solution here is to go back to using a plain seL4_Word as the type for invocations
that want a capdata and let the user either construct a badge as a plain word, or use
the seL4_CNode_CapData bitfield for constructing a guard, although they have to manually extract
the word representation out of it.
2017-10-27 12:15:09 +11:00
..
constants.h libsel4: fix licenses 2017-06-22 15:27:29 +10:00
deprecated.h libsel4: fix licenses 2017-06-22 15:27:29 +10:00
functions.h libsel4: Remove bitfield type unifying Guard and Badge construction 2017-10-27 12:15:09 +11:00
mapping.h libsel4: fix licenses 2017-06-22 15:27:29 +10:00
objecttype.h libsel4: fix licenses 2017-06-22 15:27:29 +10:00
pfIPC.h libsel4: fix licenses 2017-06-22 15:27:29 +10:00
shared_types.bf libsel4: fix licenses 2017-06-22 15:27:29 +10:00
shared_types.h libsel4: fix licenses 2017-06-22 15:27:29 +10:00
simple_types.h libsel4: fix licenses 2017-06-22 15:27:29 +10:00
syscalls.h libsel4: fix licenses 2017-06-22 15:27:29 +10:00
types.h libsel4: fix licenses 2017-06-22 15:27:29 +10:00