History log of /seL4-refos-master/libs/libsel4vka/sel4_arch_include/ia32/vka/sel4_arch/object.h
Revision Date Author Comments
# ac5006b8 14-Jan-2019 James Ye <james.ye@data61.csiro.au>

libsel4vka: make invalid object type errors non-fatal


# 135c651f 27-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 7fa84ad7 30-Nov-2015 Adrian Danis <Adrian.Danis@nicta.com.au>

libsel4vka: Refactor object and kobject definitions

Primarily this change allows x86 object and kobject definitions to be
futher abstracted by the current sel4_arch. To achieve this some
additional arch abstractions are done, resulting in minor changes
to the arm definitions.

In the process various cleanup to remove #ifdef blocks has also
been done.