History log of /seL4-l4v-10.1.1/seL4/include/arch/arm/armv/armv7ve/armv/vcpu.h
Revision Date Author Comments
# 723aa0ea 04-Jul-2018 Adrian Danis <Adrian.Danis@data61.csiro.au>

arm: Use TCB version of TPIDRUR[OW] state

These registers are part of the 'regular' TCB state and are saved and restored as part
of normal thread switching. As such it is conflicting to have a duplicate idea of the value
of these registers, especially as it is not kept in sync with the version in the TCB,
which is what is actually being loaded into the hardware.


# 693f7cf2 31-May-2018 Yanyan Shen <yanyan.shen@data61.csiro.au>

armv7/hyp: use break in vcpu_hw_write_reg

C parser does not like void functions attempting to return
with a parameter, even if the parameter has type void.


# 7e8bbcc5 06-Apr-2018 Yanyan Shen <yanyan.shen@data61.csiro.au>

armv7/hyp: Move armv7 code armv7-a/armv/vcpu.h


# 997f508f 06-Apr-2018 Yanyan Shen <yanyan.shen@data61.csiro.au>

arm/hyp: Add timer functions


# da4af028 06-Apr-2018 Yanyan Shen <yanyan.shen@data61.csiro.au>

arm/hyp: Add setters/getters for SPSR registers


# bc162cae 04-Apr-2018 Yanyan Shen <yanyan.shen@data61.csiro.au>

armv7/hyp: Move v7 hyp code to armv7-a/armv/vcpu.h