Searched refs:ERRSELR_EL1 (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/lib/cpus/aarch64/ |
| H A D | cortex_a510.S | 93 /* Stash ERRSELR_EL1 in x2 */ 94 mrs x2, ERRSELR_EL1 97 msr ERRSELR_EL1, xzr 102 msr ERRSELR_EL1, x0 107 msr ERRSELR_EL1, x0 110 /* Restore ERRSELR_EL1 from x2 */ 111 msr ERRSELR_EL1, x2
|
| H A D | cortex_a710.S | 132 /* Stash ERRSELR_EL1 in x2 */ 133 mrs x2, ERRSELR_EL1 136 msr ERRSELR_EL1, xzr 143 msr ERRSELR_EL1, x0 148 /* Restore ERRSELR_EL1 from x2 */ 149 msr ERRSELR_EL1, x2
|
| H A D | neoverse_n2.S | 56 /* Stash ERRSELR_EL1 in x2 */ 57 mrs x2, ERRSELR_EL1 60 msr ERRSELR_EL1, xzr 65 /* Restore ERRSELR_EL1 from x2 */ 66 msr ERRSELR_EL1, x2
|
| /rk3399_ARM-atf/include/arch/aarch64/ |
| H A D | arch_helpers.h | 658 DEFINE_RENAME_SYSREG_WRITE_FUNC(errselr_el1, ERRSELR_EL1) in DEFINE_RENAME_SYSREG_RW_FUNCS()
|
| H A D | arch.h | 1699 #define ERRSELR_EL1 S3_0_C5_C3_1 1594 #define ERRSELR_EL1 global() macro
|