| /rk3399_ARM-atf/plat/arm/board/juno/ |
| H A D | juno_trusted_boot.c | 29 unsigned int words, i; in juno_get_rotpk_info_regs() local 64 words = ARM_ROTPK_HASH_LEN >> 3; in juno_get_rotpk_info_regs() 68 for (i = 0 ; i < words ; i++) { in juno_get_rotpk_info_regs() 69 tmp = src[words - 1 - i]; in juno_get_rotpk_info_regs() 79 for (i = 0 ; i < words ; i++) { in juno_get_rotpk_info_regs() 80 tmp = src[words - 1 - i]; in juno_get_rotpk_info_regs()
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | crc32.c | 711 z_word_t const *words; in crc32_z() local 724 words = (z_word_t const *)buf; in crc32_z() 781 word0 = crc0 ^ words[0]; in crc32_z() 783 word1 = crc1 ^ words[1]; in crc32_z() 785 word2 = crc2 ^ words[2]; in crc32_z() 787 word3 = crc3 ^ words[3]; in crc32_z() 789 word4 = crc4 ^ words[4]; in crc32_z() 791 word5 = crc5 ^ words[5]; in crc32_z() 797 words += N; in crc32_z() 841 crc = crc_word(crc0 ^ words[0]); in crc32_z() [all …]
|
| /rk3399_ARM-atf/make_helpers/ |
| H A D | utilities.mk | 258 with.ns.stack.head = $(words $(with.ns.stack)) 289 $(with.ns).bind.next = $(words 0 $($(with.ns).bind.idx)) 296 $(with.ns).text.next = $(words 1 2 $($(with.ns).text.idx)) 337 $(bind.kind.ns).words.idx := 338 $(bind.kind.ns).words.next = $(words 1 $($(bind.kind.ns).words.idx)) 339 $(bind.kind.ns).words = $\ 340 $(wordlist $($(bind.kind.ns).words.next),$(words $(2)),$(2)) 348 $(bind.name) := $(firstword $($(bind.kind.ns).words)) 351 ifeq ($($(bind.kind.ns).words.next),$(words $($(bind.kind.ns)))) 352 $(bind.name) := $($(bind.kind.ns).words) [all …]
|
| H A D | build_macros.mk | 147 $(eval $(1) += $(words $($(1))))\ 149 $(eval $(1) += $(words $($(1))))\
|
| /rk3399_ARM-atf/plat/arm/board/common/ |
| H 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()
|
| /rk3399_ARM-atf/plat/brcm/board/common/ |
| H 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()
|
| /rk3399_ARM-atf/plat/mediatek/build_helpers/ |
| H A D | mtk_build_helpers.mk | 9 $(patsubst %/,%,$(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))))
|
| /rk3399_ARM-atf/docs/perf/ |
| H 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
|
| /rk3399_ARM-atf/plat/rockchip/rk3368/drivers/ddr/ |
| H 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()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | arm-sip-service.rst | 61 The parameters *PC hi* and *PC lo* defines upper and lower words, respectively,
|
| H A D | cot-binding.rst | 44 In other words, certificates which are validated
|
| H A D | granule-protection-tables-design.rst | 270 In other words, we can find the total size of ``bitlock_t`` array
|
| H A D | exception-handling.rst | 179 interrupts to a priority level. In other words, all interrupts that are to
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | coding-style.rst | 212 Use lowercase for function names, separating multiple words with an underscore 227 lowercase with underscore separation between multiple words. An example is
|
| /rk3399_ARM-atf/docs/about/ |
| H A D | lts.rst | 82 #. Patches can only be backported from the master branch. In other words, the 150 words, there will be one TFTF LTS branch corresponding to each TF-A LTS branch.
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | firmware-design.rst | 698 security state; in other words, whether the image is to be executed in Secure, 1364 In other words, the reset handler should be able to detect whether an action has 1705 …right boundary. In other words, ``__<SECTION>_SIZE__ = __<SECTION>_END__ - _<SECTION>_START__``. R… 1711 rounding up due to some alignment constraint. In other words,
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | 766 words, a platform cannot have, at the same time, cores that require
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 3784 after the powerdown ``wfi``. In other words it may run after a call to
|
| H A D | change-log.md | 627 …- add shell fragment length utility (`shell-words`) ([8165d82](https://review.trustedfirmware.org/…
|