Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Darm32_sysreg.txt19 ID_ISAR0 c0 0 c2 0 RO Instruction Set Attribute Register 0
20 ID_ISAR1 c0 0 c2 1 RO Instruction Set Attribute Register 1
21 ID_ISAR2 c0 0 c2 2 RO Instruction Set Attribute Register 2
22 ID_ISAR3 c0 0 c2 3 RO Instruction Set Attribute Register 3
23 ID_ISAR4 c0 0 c2 4 RO Instruction Set Attribute Register 4
24 ID_ISAR5 c0 0 c2 5 RO Instruction Set Attribute Register 5
42 MAIR0 c10 0 c2 0 RW Memory Attribute Indirection Register 0
43 MAIR1 c10 0 c2 1 RW Memory Attribute Indirection Register 1
44 NMRR c10 0 c2 1 RW Normal Memory Remap Register
45 PRRR c10 0 c2 0 RW Primary Region Remap Register
[all …]
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509write_csr.c145 unsigned char *c, *c2; in x509write_csr_der_internal() local
263 c2 = buf + size; in x509write_csr_der_internal()
265 mbedtls_x509_write_sig(&c2, buf + len, sig_oid, sig_oid_len, in x509write_csr_der_internal()
272 c2 -= len; in x509write_csr_der_internal()
273 memmove(c2, buf, len); in x509write_csr_der_internal()
277 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_len(&c2, buf, len)); in x509write_csr_der_internal()
280 &c2, buf, in x509write_csr_der_internal()
284 memset(buf, 0, (size_t) (c2 - buf)); in x509write_csr_der_internal()
H A Dx509write_crt.c429 unsigned char *c, *c2; in mbedtls_x509write_crt_der() local
636 c2 = buf + size; in mbedtls_x509write_crt_der()
637 MBEDTLS_ASN1_CHK_ADD(sig_and_oid_len, mbedtls_x509_write_sig(&c2, c, in mbedtls_x509write_crt_der()
649 c = c2 - len; in mbedtls_x509write_crt_der()
/optee_os/lib/libutils/ext/include/
H A Dfault_mitigation.h208 #define __ftmn_step_count_3(c0, c1, c2) \ argument
209 (__ftmn_step_count_2(c0, c1) + (c2) * FTMN_INCR2)
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 Dsm4_armv8a_aese_a64.S159 .macro round, c0, c1, c2, c3, k
161 eor tmpw1, \c1, \c2