Home
last modified time | relevance | path

Searched refs:N (Results 1 – 19 of 19) sorted by relevance

/arm-trusted-firmware-2.8.0/lib/compiler-rt/builtins/
A Dint_div_impl.inc19 unsigned sr = (d ? clz(d) : N) - (n ? clz(n) : N);
20 // 0 <= sr <= N - 1 or sr is very large.
21 if (sr > N - 1) // n < d
23 if (sr == N - 1) // d == 1
28 n <<= N - sr;
31 r = (r << 1) | (n >> (N - 1));
48 unsigned sr = (d ? clz(d) : N) - (n ? clz(n) : N);
50 if (sr > N - 1) // n < d
52 if (sr == N - 1) // d == 1
57 n <<= N - sr;
[all …]
A Dint_util.h44 #define REPEAT_N_TIMES_(N, code_to_repeat) REPEAT_##N##_TIMES(code_to_repeat) argument
45 #define REPEAT_N_TIMES(N, code_to_repeat) REPEAT_N_TIMES_(N, code_to_repeat) argument
/arm-trusted-firmware-2.8.0/lib/zlib/
A Dcrc32.c59 #if N < 1 || N > 6
793 #if N > 1
796 #if N > 2
799 #if N > 3
802 #if N > 4
805 #if N > 5
816 #if N > 1
818 #if N > 2
820 #if N > 3
822 #if N > 4
[all …]
A Dcrc32.h209 #if N == 1
1747 #if N == 2
3285 #if N == 3
4823 #if N == 4
6361 #if N == 5
7899 #if N == 6
/arm-trusted-firmware-2.8.0/include/drivers/arm/cryptocell/712/
A Dsecureboot_gen_defs.h40 uint32_t N[SB_RSA_MOD_SIZE_IN_WORDS]; /*!< N public key, big endian representation. */ member
/arm-trusted-firmware-2.8.0/fdts/
A Djuno-ethosn.dtsi10 * Refer to the Arm(R) Ethos(TM)-N driver stack for complete device tree examples.
A Dstm32mp13-ddr3-1x4Gb-1066-binF.dtsi17 * Tc > + 85C : N
/arm-trusted-firmware-2.8.0/drivers/auth/cryptocell/712/
A Dcryptocell_crypto.c182 memcpy(pk.N, p, RSA_MOD_SIZE_IN_BYTES); in verify_signature()
197 UTIL_ReverseMemCopy((uint8_t *)RevN, (uint8_t *)pk.N, sizeof(RevN)); in verify_signature()
/arm-trusted-firmware-2.8.0/docs/threat_model/
A Dthreat_model.rst389 | Impact | N/A | Critical (5) | Critical (5) |
391 | Likelihood | N/A | Medium (3) | Medium (3) |
393 | Total Risk Rating | N/A | High (15) | High (15) |
440 | Impact | N/A | Critical (5) | Critical (5) |
442 | Likelihood | N/A | Medium (3) | Medium (3) |
499 | Impact | N/A | Low (2) | Low (2) |
501 | Likelihood | N/A | High (4) | High (4) |
503 | Total Risk Rating | N/A | Medium (8) | Medium (8) |
562 | Impact | N/A | High (4) | High (4) |
564 | Likelihood | N/A | Critical (5) | Critical (5) |
[all …]
/arm-trusted-firmware-2.8.0/docs/plat/arm/
A Darm-build-options.rst13 - ``ARM_CONFIG_CNTACR``: boolean option to unlock access to the ``CNTBase<N>``
14 frame registers by setting the ``CNTCTLBase.CNTACR<N>`` register bits. The
15 frame number ``<N>`` is defined by ``PLAT_ARM_NSTIMER_FRAME_ID``, which
95 configure an Arm® Ethos™-N NPU. To use this service the target platform's
/arm-trusted-firmware-2.8.0/make_helpers/
A Dbuild_macros.mk25 uppercase_table:=a,A b,B c,C d,D e,E f,F g,G h,H i,I j,J k,K l,L m,M n,N o,O p,P q,Q r,R s,S t,T u,…
/arm-trusted-firmware-2.8.0/docs/plat/
A Drcar-gen3.rst25 | R-Car M3-N | - Salvator-X | |
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dbuild-options.rst112 | 0 | none | N | N |
116 | 2 | pac-ret | Y | N |
118 | 3 | pac-ret+leaf | Y | N |
120 | 4 | bti | N | Y |
/arm-trusted-firmware-2.8.0/
A Dchangelog.yaml814 - title: Ethos-N
/arm-trusted-firmware-2.8.0/docs/components/
A Dsecure-partition-manager.rst656 execution context. If the primary boot physical core linear id is N, an MP SP is
657 started using EC[N] on PE[N] (see `Platform topology`_). If the partition is a
658 UP SP, it is started using its unique EC0 on PE[N].
A Dfirmware-update.rst463 N/A
/arm-trusted-firmware-2.8.0/docs/about/
A Dmaintainers.rst174 Arm® Ethos™-N NPU driver
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md14 - **Ethos-N**
415 - **Ethos-N**
2144 - **Ethos-N**
2494 - **Ethos-N**
3284 - Added SiP service to configure Ethos-N NPU
/arm-trusted-firmware-2.8.0/docs/design/
A Dfirmware-design.rst2231 Consider a system of 2 CPUs with 'N' bakery locks as shown above. For an

Completed in 70 milliseconds