summaryrefslogtreecommitdiff
path: root/include/runtime_services/host_realm_managment/host_shared_data.h
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2023-10-25 19:08:49 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-10-25 19:08:49 +0200
commita29e811d596794b5e135904be9033e9a1662507e (patch)
treeff959de9f2e05c711dae73bedf2e5b8a34d56f2b /include/runtime_services/host_realm_managment/host_shared_data.h
parentcbfec24f12c205a8c827604864e2c51f7d419b33 (diff)
parentf369717f93ee8d7e2c12460e71d335bc702e37b4 (diff)
Merge changes I3fc755f7,I861892f2,I3fa064c7,I10ae5487,I42955f80, ...
* changes: test(rme): check various SIMD state preserved across NS/RL switch fix(rme): enhance fpu state verification test feat(sve): add helper routines to read, write, compare SVE registers feat(fpu): add helper routines to read, write, compare FPU registers fix(sve): represent sve Z0-31 registers as array of bytes test(rme): check if non SVE realm gets undefined abort
Diffstat (limited to 'include/runtime_services/host_realm_managment/host_shared_data.h')
-rw-r--r--include/runtime_services/host_realm_managment/host_shared_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/runtime_services/host_realm_managment/host_shared_data.h b/include/runtime_services/host_realm_managment/host_shared_data.h
index 4cb3c0a..c8f9238 100644
--- a/include/runtime_services/host_realm_managment/host_shared_data.h
+++ b/include/runtime_services/host_realm_managment/host_shared_data.h
@@ -53,6 +53,8 @@ enum realm_cmd {
REALM_SVE_PROBE_VL,
REALM_SVE_OPS,
REALM_SVE_FILL_REGS,
+ REALM_SVE_CMP_REGS,
+ REALM_SVE_UNDEF_ABORT,
REALM_PAUTH_SET_CMD,
REALM_PAUTH_CHECK_CMD,
REALM_PAUTH_FAULT