| <?xml version="1.0" encoding="utf-8"?> |
| |
| <!-- |
| Copyright (c) 2021-2023, Arm Limited. All rights reserved. |
| |
| SPDX-License-Identifier: BSD-3-Clause |
| --> |
| |
| <testsuites> |
| <testsuite name="Realm payload at EL1" description="Test Realm EL1 framework capabilities" > |
| <testcase name="Realm EL1 creation and execution test" |
| function="host_test_realm_create_enter" /> |
| <testcase name="Realm payload boot" |
| function="host_realm_version_single_cpu" /> |
| <testcase name="Realm payload multi CPU request" |
| function="host_realm_version_multi_cpu" /> |
| <testcase name="Realm payload Delegate and Undelegate" |
| function="host_realm_delegate_undelegate" /> |
| <testcase name="Multi CPU Realm payload Delegate and Undelegate" |
| function="host_realm_delundel_multi_cpu" /> |
| <testcase name="Testing delegation fails" |
| function="host_realm_fail_del" /> |
| <testcase name="PMUv3 cycle counter functional in Realm" |
| function="host_realm_pmuv3_cycle_works" /> |
| <testcase name="PMUv3 event counter functional in Realm" |
| function="host_realm_pmuv3_event_works" /> |
| <testcase name="PMUv3 RSI SMC counter preservation" |
| function="host_realm_pmuv3_rmm_preserves" /> |
| <testcase name="PMUv3 overflow interrupt" |
| function="host_realm_pmuv3_overflow_interrupt" /> |
| <testcase name="Test Secure interrupt can preempt Realm EL1" |
| function="host_realm_sec_interrupt_can_preempt_rl" /> |
| <testcase name="Check that FPU state registers context is preserved in RL/SE/NS" |
| function="host_realm_fpu_access_in_rl_ns_se" /> |
| <!-- Test Realm with SVE support --> |
| <testcase name="Check RMI reports proper SVE VL" |
| function="host_check_rmi_reports_proper_sve_vl" /> |
| <testcase name="Create SVE Realm with invalid VL" |
| function="host_sve_realm_test_invalid_vl" /> |
| <testcase name="Create SVE Realm and test ID registers" |
| function="host_sve_realm_cmd_id_registers" /> |
| <testcase name="Create non SVE Realm and test ID registers" |
| function="host_non_sve_realm_cmd_id_registers" /> |
| <testcase name="Create SVE Realm and check rdvl result" |
| function="host_sve_realm_cmd_rdvl" /> |
| <testcase name="Create SVE Realm and probe all supported VLs" |
| function="host_sve_realm_cmd_probe_vl" /> |
| <testcase name="Check whether RMM preserves NS ZCR_EL2 register" |
| function="host_sve_realm_check_config_register" /> |
| <testcase name="Intermittently switch to Realm while doing NS SVE ops" |
| function="host_sve_realm_check_vectors_operations" /> |
| <testcase name="Check if RMM does not leak Realm SVE vector registers" |
| function="host_sve_realm_check_vectors_leaked" /> |
| </testsuite> |
| </testsuites> |