aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/sysregs.h
Commit message (Collapse)AuthorAgeFilesLines
* xen: arm: Emacs style fixWei Liu2013-10-161-1/+1
| | | | | Signed-off-by: Wei Liu <wei.liu2@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
* xen: arm: handle 64-bit system register access traps.Ian Campbell2013-07-291-0/+56
Wire up the vtimer handling to it. Use a simplified version of the 32-bit cp-register macros to have convenient decoding of HSR register values. (simplified because we don't need them for passing to the assembler on 64-bit) Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>