/trusted-firmware-a/plat/arm/board/juno/ |
A D | juno_trusted_boot.c | 30 unsigned int words, i; in juno_get_rotpk_info_regs() local 65 words = ARM_ROTPK_HASH_LEN >> 3; in juno_get_rotpk_info_regs() 69 for (i = 0 ; i < words ; i++) { in juno_get_rotpk_info_regs() 70 tmp = src[words - 1 - i]; in juno_get_rotpk_info_regs() 80 for (i = 0 ; i < words ; i++) { in juno_get_rotpk_info_regs() 81 tmp = src[words - 1 - i]; in juno_get_rotpk_info_regs()
|
/trusted-firmware-a/plat/arm/board/common/ |
A D | board_arm_trusted_boot.c | 63 unsigned int words, i; in arm_get_rotpk_info_regs() local 74 words = ARM_ROTPK_HASH_LEN >> 2; in arm_get_rotpk_info_regs() 77 for (i = 0 ; i < words ; i++) { in arm_get_rotpk_info_regs() 78 tmp = src[words - 1 - i]; in arm_get_rotpk_info_regs()
|
/trusted-firmware-a/plat/brcm/board/common/ |
A D | board_arm_trusted_boot.c | 146 unsigned int words, i; in plat_get_rotpk_info() local 172 words = SHA256_BYTES >> 3; in plat_get_rotpk_info() 176 for (i = 0 ; i < words ; i++) { in plat_get_rotpk_info() 177 tmp = src[words - 1 - i]; in plat_get_rotpk_info() 187 for (i = 0 ; i < words ; i++) { in plat_get_rotpk_info() 188 tmp = src[words - 1 - i]; in plat_get_rotpk_info()
|
/trusted-firmware-a/docs/perf/ |
A D | performance-monitoring-unit.rst | 121 In other words, the counter will not increment at any privilege level or 146 In other words, if this bit is ``0`` then no counters will increment
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/perf/ |
A D | performance-monitoring-unit.rst.txt | 121 In other words, the counter will not increment at any privilege level or 146 In other words, if this bit is ``0`` then no counters will increment
|
/trusted-firmware-a/make_helpers/ |
A D | build_macros.mk | 31 $(if $(1),$$(subst $(firstword $(1)),$(call uppercase_internal,$(wordlist 2,$(words $(1)),$(1)),$(2… 93 $(eval $(1) += $(words $($(1))))\ 95 $(eval $(1) += $(words $($(1))))\
|
/trusted-firmware-a/plat/rockchip/rk3368/drivers/ddr/ |
A D | ddr_rk3368.c | 216 static void ddr_copy(uint32_t *pdest, uint32_t *psrc, uint32_t words) in ddr_copy() argument 220 for (i = 0; i < words; i++) in ddr_copy()
|
/trusted-firmware-a/docs/process/ |
A D | coding-style.rst | 209 Use lowercase for function names, separating multiple words with an underscore 224 lowercase with underscore separation between multiple words. An example is
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/ |
A D | coding-style.rst.txt | 209 Use lowercase for function names, separating multiple words with an underscore 224 lowercase with underscore separation between multiple words. An example is
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | cot-binding.rst.txt | 44 In other words, certificates which are validated
|
A D | arm-sip-service.rst.txt | 60 The parameters *PC hi* and *PC lo* defines upper and lower words, respectively,
|
A D | exception-handling.rst.txt | 179 interrupts to a priority level. In other words, all interrupts that are to
|
/trusted-firmware-a/docs/components/ |
A D | cot-binding.rst | 44 In other words, certificates which are validated
|
A D | arm-sip-service.rst | 60 The parameters *PC hi* and *PC lo* defines upper and lower words, respectively,
|
A D | exception-handling.rst | 179 interrupts to a priority level. In other words, all interrupts that are to
|
/trusted-firmware-a/docs/build/latex/ |
A D | LatinRules.xdy | 12 ;; done by xindy for sorting words in Cyrillic languages, which was
|
A D | trustedfirmware-a.log | 1021 641354 words of memory out of 5000000 1023 604542 words of font info for 89 fonts, out of 8000000 for 9000
|
A D | trustedfirmware-a.tex | 4329 words, a platform cannot have, at the same time, cores that require 11106 Use lowercase for function names, separating multiple words with an underscore 11122 lowercase with underscore separation between multiple words. An example is 13572 …nxstyleemphasis{PC hi} and \sphinxstyleemphasis{PC lo} defines upper and lower words, respectively, 14954 interrupts to a priority level. In other words, all interrupts that are to 23615 In other words, certificates which are validated 28945 In other words, the reset handler should be able to detect whether an action has 29304 right boundary. In other words, \sphinxcode{\sphinxupquote{\_\_\textless{}SECTION\textgreater{}\_SI… 29313 rounding up due to some alignment constraint. In other words, 44321 In other words, the counter will not increment at any privilege level or [all …]
|
/trusted-firmware-a/docs/design/ |
A D | firmware-design.rst | 1308 In other words, the reset handler should be able to detect whether an action has 1576 …right boundary. In other words, ``__<SECTION>_SIZE__ = __<SECTION>_END__ - _<SECTION>_START__``. R… 1582 rounding up due to some alignment constraint. In other words,
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/ |
A D | firmware-design.rst.txt | 1308 In other words, the reset handler should be able to detect whether an action has 1576 …right boundary. In other words, ``__<SECTION>_SIZE__ = __<SECTION>_END__ - _<SECTION>_START__``. R… 1582 rounding up due to some alignment constraint. In other words,
|
/trusted-firmware-a/docs/getting_started/ |
A D | build-options.rst | 450 words, a platform cannot have, at the same time, cores that require
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
A D | build-options.rst.txt | 450 words, a platform cannot have, at the same time, cores that require
|