commit | 8cbd4b72f42cf77318e775913c98be4aaf9d5785 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Aug 11 13:59:31 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Sep 06 10:48:23 2022 +0100 |
tree | b16427b95d44f4ecae328fe5d53f6ca2137a0fc0 | |
parent | 982f4d9cd5735a05425a8a793f5baca60dcbae3d [diff] |
exceptions: Pass ELR & SPSR to handlers with AAPCS As save_volatile_to_stack already populates X0 and X1 with (resp.) ELR_EL1 and SPSR_EL1 right before current_exception_{sp0,spx} call the handlers, we might as well make them available to the handlers by updating their type. Test: m pvmfw Change-Id: I305ae1628f2f7da4176801419f90feb1c9a99765
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.