Home
last modified time | relevance | path

Searched refs:_min (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a/include/lib/
A Dutils_def.h83 __typeof__(min) _min = (min); \
85 (void)(&_x == &_min); \
87 (_x > _max ? _max : (_x < _min ? _min : _x)); \
132 #define ARM_ARCH_AT_LEAST(_maj, _min) \ argument
134 ((ARM_ARCH_MAJOR == (_maj)) && (ARM_ARCH_MINOR >= (_min))))
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex3549 corresponds to the BL32 image. A minimal \sphinxcode{\sphinxupquote{AARCH32\_SP}}, sp\_min, is
4102 (SP\_min) for AARCH32. Default is 0.
9752 declared in \sphinxcode{\sphinxupquote{sp\_min\_main.c}}.
42628 \paragraph{TF\sphinxhyphen{}A BL32 (SP\_min)}
42631 If you choose not to use OP\sphinxhyphen{}TEE, you can use TF\sphinxhyphen{}A SP\_min.
42655 This BL2 is independent of the BL32 used (SP\_min or OP\sphinxhyphen{}TEE)
42661 With BL32 SP\_min:
42695 To build with SP\_min and support for SD\sphinxhyphen{}card boot:
54209 Enable Trusted Random Number Generator service for BL32(sp\_min)
62281 Added support for secure interrupt handling in AArch32 sp\_min, hardcoded to
[all …]

Completed in 92 milliseconds