Searched refs:c3 (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/arch/arm/kernel/ |
| H A D | arm32_sysreg.txt | 38 AMAIR0 c10 0 c3 0 RW Auxiliary Memory Attribute Indirection Register 0 39 AMAIR1 c10 0 c3 1 RW Auxiliary Memory Attribute Indirection Register 1 41 DACR c3 0 c0 0 RW Domain Access Control Register 83 TLBIALLIS c8 0 c3 0 WOD Invalidate entire unified TLB IS 85 TLBIASIDIS c8 0 c3 2 WO Invalidate unified TLB by ASID IS 87 TLBIMVAAIS c8 0 c3 3 WO Invalidate unified TLB by MVA, all ASID IS 89 TLBIMVAIS c8 0 c3 1 WO Invalidate unified TLB by MVA IS 124 CNTV_TVAL c14 0 c3 0 RW Virtual TimerValue register 125 CNTV_CTL c14 0 c3 1 RW Virtual Timer Control register
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | fault_mitigation.h | 210 #define __ftmn_step_count_4(c0, c1, c2, c3) \ argument 211 (__ftmn_step_count_3(c0, c1, c2) + (c3) * FTMN_INCR3) 212 #define __ftmn_step_count_5(c0, c1, c2, c3, c4) \ argument 213 (__ftmn_step_count_4(c0, c1, c2, c3) + (c4) * FTMN_INCR4) 214 #define __ftmn_step_count_6(c0, c1, c2, c3, c4, c5) \ argument 215 (__ftmn_step_count_5(c0, c1, c2, c3, c4) + (c5) * FTMN_INCR5)
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | sm4_armv8a_aese_a64.S | 159 .macro round, c0, c1, c2, c3, k 162 eor tmpw0, \c3, tmpw0
|