| /optee_os/core/arch/arm/crypto/ |
| H A D | sm3_armv8a_ce_a64.S | 16 .macro sm3partw1, rd, rn, rm argument 17 .inst 0xce60c000 | .L\rd | (.L\rn << 5) | (.L\rm << 16) 20 .macro sm3partw2, rd, rn, rm argument 21 .inst 0xce60c400 | .L\rd | (.L\rn << 5) | (.L\rm << 16) 24 .macro sm3ss1, rd, rn, rm, ra 25 .inst 0xce400000 | .L\rd | (.L\rn << 5) | (.L\ra << 10) | (.L\rm << 16) 28 .macro sm3tt1a, rd, rn, rm, imm2 29 .inst 0xce408000 | .L\rd | (.L\rn << 5) | ((\imm2) << 12) | (.L\rm << 16) 32 .macro sm3tt1b, rd, rn, rm, imm2 33 .inst 0xce408400 | .L\rd | (.L\rn << 5) | ((\imm2) << 12) | (.L\rm << 16) [all …]
|
| H A D | sha3_armv8a_ce_a64.S | 21 .macro eor3, rd, rn, rm, ra 23 (.L\rm << 16) 26 .macro rax1, rd, rn, rm argument 27 .inst 0xce608c00 | .L\rd | (.L\rn << 5) | (.L\rm << 16) 30 .macro bcax, rd, rn, rm, ra 32 (.L\rm << 16) 35 .macro xar, rd, rn, rm, imm6 37 (.L\rm << 16)
|
| H A D | sha512_armv8a_ce_a64.S | 17 .macro sha512h, rd, rn, rm argument 18 .inst 0xce608000 | .L\rd | (.L\rn << 5) | (.L\rm << 16) 21 .macro sha512h2, rd, rn, rm argument 22 .inst 0xce608400 | .L\rd | (.L\rn << 5) | (.L\rm << 16) 29 .macro sha512su1, rd, rn, rm argument 30 .inst 0xce608800 | .L\rd | (.L\rn << 5) | (.L\rm << 16)
|
| H A D | ghash-ce-core_a32.S | 68 .macro __pmull_p64, rd, rn, rm, b1, b2, b3, b4 69 vmull.p64 \rd, \rn, \rm
|
| H A D | ghash-ce-core_a64.S | 69 .macro __pmull_p64, rd, rn, rm argument 70 pmull \rd\().1q, \rn\().1d, \rm\().1d 73 .macro __pmull2_p64, rd, rn, rm argument 74 pmull2 \rd\().1q, \rn\().2d, \rm\().2d
|
| /optee_os/mk/ |
| H A D | cleandirs.mk | 30 # Remove files with "rm -f". 34 define do-rm-f 35 $(call _do-rm-f, $(wordlist 1, 200, $(1))) \ 37 $(if $(_tail), $(call do-rm-f, $(_tail))) 40 define _do-rm-f 41 ${q}rm -f $1
|
| H A D | macros.mk | 4 rm -f $1; \
|
| H A D | lib.mk | 61 $$(q)rm -f $$@ && $$(AR$(sm)) rcs $$@ $$^
|
| /optee_os/core/mm/ |
| H A D | mobj_dyn_shm.c | 432 struct mobj_protmem *rm = NULL; in mobj_reg_shm_get_by_cookie() local 442 rm = protmem_find_unlocked(cookie); in mobj_reg_shm_get_by_cookie() 443 if (rm) in mobj_reg_shm_get_by_cookie() 444 m = mobj_get(&rm->mobj); in mobj_reg_shm_get_by_cookie() 737 struct mobj_protmem *rm = NULL; in mobj_protmem_release_by_cookie() local 746 rm = protmem_find_unlocked(cookie); in mobj_protmem_release_by_cookie() 747 if (!rm || rm->releasing) in mobj_protmem_release_by_cookie() 748 rm = NULL; in mobj_protmem_release_by_cookie() 750 rm->releasing = true; in mobj_protmem_release_by_cookie() 754 if (!rm) in mobj_protmem_release_by_cookie() [all …]
|
| /optee_os/ |
| H A D | Makefile | 108 $(call do-rm-f, $(cleanfiles)) 112 ${q}rm -f compile_commands.json 117 ${q}rm -f cscope.*
|
| /optee_os/scripts/ |
| H A D | ci-host-cleanup.sh | 40 sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/hostedtoolcache
|
| H A D | get_maintainer.py | 242 emails = sorted(set(re.findall(r'[RM]:\t(.*[\w]*<[\w\.-]+@[\w\.-]+>)',
|
| /optee_os/ta/mk/ |
| H A D | ta_dev_kit.mk | 120 ${q}rm -f $(cleanfiles) 154 $(q)rm -f $@ && $(AR$(sm)) rcs $@ $^
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 207 …tps://github.com/foundriesio/plug-and-trust $HOME/se050/plug-and-trust || (rm -rf $HOME/se050 ; ec… 228 …C $HOME/scp-firmware checkout 0d48080449e3bd3e5218a31c5f24a6068004c5af || (rm -rf $HOME/scp-firmwa… 449 docker run --rm \ 593 docker run --rm \ 684 docker run --rm \
|
| /optee_os/core/drivers/ |
| H A D | imx_sc_api.c | 30 /* Defines for RM function calls */
|
| H A D | tzc380.c | 238 * TZC380 RM in tzc_auto_configure()
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Win32-SSE2-MinGW/ |
| H A D | Makefile | 43 DELETE = rm -f
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-GCC/ |
| H A D | Makefile | 43 DELETE = rm -f
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Win32-MinGW/ |
| H A D | Makefile | 43 DELETE = rm -f
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-SSE2-GCC/ |
| H A D | Makefile | 43 DELETE = rm -f
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/template-not-FAST_INT64/ |
| H A D | Makefile | 45 ==> DELETE = rm -f
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Linux-x86_64-GCC/ |
| H A D | Makefile | 43 DELETE = rm -f
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/template-FAST_INT64/ |
| H A D | Makefile | 45 ==> DELETE = rm -f
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Win64-MinGW-w64/ |
| H A D | Makefile | 43 DELETE = rm -f
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 182 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
|