Manish Pandey | 5f513d6 | 2022-01-17 11:05:53 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
| 4 | Copyright (c) 2022, Arm Limited. All rights reserved. |
| 5 | |
| 6 | SPDX-License-Identifier: BSD-3-Clause |
| 7 | --> |
| 8 | |
| 9 | <testsuites> |
| 10 | <testsuite name="Invalid memory access" description="Invalid memory access"> |
| 11 | <testcase name="Access EL3 memory from NS world" |
nabkah01 | bf00f8d | 2022-03-22 12:37:19 +0000 | [diff] [blame] | 12 | function="el3_memory_cannot_be_accessed_in_ns" /> |
Olivier Deprez | 82bbc57 | 2022-01-11 11:50:36 +0100 | [diff] [blame] | 13 | <testcase name="Access Realm memory from NS world" |
| 14 | function="rl_memory_cannot_be_accessed_in_ns" /> |
nabkah01 | bf00f8d | 2022-03-22 12:37:19 +0000 | [diff] [blame] | 15 | <testcase name="Access Secure memory from NS world" |
| 16 | function="s_memory_cannot_be_accessed_in_ns" /> |
nabkah01 | 905b2c7 | 2022-02-10 10:46:32 +0000 | [diff] [blame] | 17 | <testcase name="Access Secure memory from Realm world" |
| 18 | function="s_memory_cannot_be_accessed_in_rl" /> |
nabkah01 | 46b418d | 2022-02-16 17:01:54 +0000 | [diff] [blame] | 19 | <testcase name="Access from a SP to a Root region" |
| 20 | function="rt_memory_cannot_be_accessed_in_s" /> |
nabkah01 | e714786 | 2022-02-11 19:08:00 +0000 | [diff] [blame] | 21 | <testcase name="Access Root memory from Realm world" |
| 22 | function="rt_memory_cannot_be_accessed_in_rl" /> |
Manish Pandey | 5f513d6 | 2022-01-17 11:05:53 +0000 | [diff] [blame] | 23 | </testsuite> |
| 24 | </testsuites> |