| <?xml version="1.0" encoding="utf-8"?> |
| |
| <!-- |
| Copyright (c) 2022, Arm Limited. All rights reserved. |
| |
| SPDX-License-Identifier: BSD-3-Clause |
| --> |
| |
| <testsuites> |
| <testsuite name="Invalid memory access" description="Invalid memory access"> |
| <testcase name="Access EL3 memory from NS world" |
| function="el3_memory_cannot_be_accessed_in_ns" /> |
| <testcase name="Access Realm memory from NS world" |
| function="rl_memory_cannot_be_accessed_in_ns" /> |
| <testcase name="Access Secure memory from NS world" |
| function="s_memory_cannot_be_accessed_in_ns" /> |
| <testcase name="Access Secure memory from Realm world" |
| function="s_memory_cannot_be_accessed_in_rl" /> |
| <testcase name="Access from a SP to a Root region" |
| function="rt_memory_cannot_be_accessed_in_s" /> |
| <testcase name="Access Root memory from Realm world" |
| function="rt_memory_cannot_be_accessed_in_rl" /> |
| </testsuite> |
| </testsuites> |