History log of /seL4-camkes-master/projects/seL4_libs/libsel4vspace/include/vspace/mapping.h
Revision Date Author Comments
# 0182d5e0 19-Sep-2019 Qian Ge <qian.ge@data61.csiro.au>

sperating tx2_smmu from arm_smmu

Signed-off-by: Oliver Scott <Oliver.Scott@data61.csiro.au>


# b2dca658 11-Jun-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

trivial: style changed files


# d4b77967 19-Apr-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

vspace: extend map object to io and ept structures

This will allow the same code to be used irrespective of the type of
paging structions used


# 3ffef855 19-Apr-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

vspace: add page map fn type and iospace wrapper

This allows all page mapping functions we currently use to have the
same type signature.


# ca452fda 16-Apr-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

vspace: add mapping abstraction

This commit provides a mapping object which can be obtained for any
architecture and used to map paging structures based on the number of
bits left to resolve in an address.