Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 48) sorted by relevance

12

/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dudivmodti4.c103 dividend.all = a; in __udivmodti4()
105 divisor.all = b; in __udivmodti4()
108 if (divisor.all > dividend.all) { in __udivmodti4()
110 *rem = dividend.all; in __udivmodti4()
130 *rem = remainder.all; in __udivmodti4()
131 return quotient.all; in __udivmodti4()
136 divisor.all <<= shift; in __udivmodti4()
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
150 dividend.all -= divisor.all & s; in __udivmodti4()
151 divisor.all >>= 1; in __udivmodti4()
[all …]
H A Dint_types.h41 di_int all; member
54 du_int all; member
83 ti_int all; member
96 tu_int all; member
112 return r.all; in make_ti()
119 return r.all; in make_tu()
H A Dashlti3.c25 input.all = a; in __ashlti3()
36 return result.all; in __ashlti3()
/optee_os/mk/
H A Dconfig.mk167 $(eval $(call cfg-depends-all,CFG_REE_FS_INTEGRITY_RPMB,CFG_RPMB_FS))
382 $(eval $(call cfg-depends-all,CFG_REE_FS_TA_BUFFERED,CFG_REE_FS_TA))
545 $(eval $(call cfg-depends-all,CFG_DT_CACHED_NODE_INFO,CFG_EMBED_DTB))
575 CFG_TRANSFER_LIST_TEST ?= $(call cfg-all-enabled,CFG_TRANSFER_LIST \
639 $(call cfg-depends-all,CFG_SYSCALL_FTRACE,CFG_FTRACE_SUPPORT)
678 CFG_SECSTOR_TA ?= $(call cfg-all-enabled,CFG_REE_FS CFG_WITH_USER_TA)
679 $(eval $(call cfg-depends-all,CFG_SECSTOR_TA,CFG_REE_FS CFG_WITH_USER_TA))
682 CFG_SECSTOR_TA_MGMT_PTA ?= $(call cfg-all-enabled,CFG_SECSTOR_TA)
683 $(eval $(call cfg-depends-all,CFG_SECSTOR_TA_MGMT_PTA,CFG_SECSTOR_TA))
689 $(eval $(call cfg-depends-all,CFG_SYSTEM_PTA,CFG_WITH_USER_TA))
[all …]
H A Dcheckconf.mk97 cfg-all-enabled = $(if $(strip $(1)),$(if $(call _cfg-all-enabled,$(1)),y,n),n)
98 _cfg-all-enabled = \
102 $(call _cfg-all-enabled,$(filter-out $(firstword $(1)),$(1))), \
112 cfg-depends-all = \
115 $(if $(filter y,$(call cfg-all-enabled,$(2))), \
143 cfg-enable-all-depends = \
152 $(call cfg-enable-all-depends,$(1),$(filter-out $(firstword $(2)),$(2))), \
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dlink.mk11 all: $(link-out-dir)/tee-header_v2.stm32
16 all: $(link-out-dir)/tee-pager_v2.stm32
21 all: $(link-out-dir)/tee-pageable_v2.stm32
H A Dconf.mk111 ifeq ($(call cfg-all-enabled,CFG_STM32MP15 CFG_STM32MP13),y)
282 $(eval $(call cfg-depends-all,CFG_STM32_RSTCTRL,CFG_DRIVERS_RSTCTRL))
287 $(eval $(call cfg-depends-all,CFG_STM32_IWDG,CFG_WDT_SM_HANDLER CFG_WDT))
436 ifeq ($(call cfg-all-enabled,CFG_STM32MP15 CFG_STM32MP13),y)
/optee_os/scripts/
H A Dmem_usage.py162 if args.all or args.init:
164 if args.all or args.paged:
166 if args.all or args.unpaged:
168 if args.all or args.unpaged_no_heap:
171 if (args.raw and (args.all or args.init or args.paged or
/optee_os/core/
H A Dcrypto.mk96 $(eval $(call cryp-enable-all-depends,CFG_WITH_SOFTWARE_PRNG, AES ECB SHA256))
159 cryp-enable-all-depends = $(call cfg-enable-all-depends,$(strip $(1)),$(foreach v,$(2),CFG_CRYPTO_$…
160 $(eval $(call cryp-enable-all-depends,CFG_REE_FS, AES ECB CTR HMAC SHA256 GCM))
161 $(eval $(call cryp-enable-all-depends,CFG_RPMB_FS, AES ECB CTR HMAC SHA256 GCM))
166 cryp-dep-all = $(call cfg-depends-all,CFG_CRYPTO_$(strip $(1)),$(patsubst %, CFG_CRYPTO_%,$(strip $…
172 $(eval $(call cryp-dep-all, CTS, AES ECB CBC))
202 $(eval $(call cryp-dep-all, DSA, SHA256 SHA384 SHA512))
/optee_os/core/arch/arm/plat-rzg/
H A Dlink.mk3 all: $(link-out-dir)/tee.srec
/optee_os/lib/libmbedtls/mbedtls/
H A D.gitattributes1 # Classify all '.function' files as C for syntax highlighting purposes
H A DLICENSE23 "Legal Entity" shall mean the union of the acting entity and all
109 that You distribute, all copyright, patent, trademark, and
169 work stoppage, computer failure or malfunction, or any and all
228 software--to make sure the software is free for all its users. This
248 gratis or for a fee, you must give the recipients all the rights that
268 patent must be licensed for everyone's free use or not licensed at all.
296 copyright notice and disclaimer of warranty; keep intact all the
307 above, provided that you also meet all of these conditions:
314 part thereof, to be licensed as a whole at no charge to all third
371 code means all the source code for all modules it contains, plus any
[all …]
H A DREADME.md41 …hose systems are always complete and up-to-date. The others should reflect all changes present in …
81 * Run `make generated_files` to generate all the configuration-independent files.
82 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the config…
83 * On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent …
150 - `Check`. This activates the compiler warnings that depend on optimization and treats all warnin…
230 The solution file `mbedTLS.sln` contains all the basic projects needed to build the library and all
251 - `tests/scripts/all.sh` runs a combination of the above tests, plus some more, with various buil…
253 Instead of manually installing the required versions of all tools required for testing, it is possi…
296 …t aim to implement the whole specification; in particular it does not implement all the algorithms.
309 …he code of the corresponding software implementation. This is not yet supported for all mechanisms.
/optee_os/core/arch/arm/plat-rcar/
H A Dlink.mk5 all: $(link-out-dir)/tee.srec
/optee_os/core/arch/arm/kernel/
H A Dlink.mk152 all: $(link-out-dir)/tee.elf
162 all: $(link-out-dir)/tee.dmp
180 all: $(link-out-dir)/tee.bin
186 all: $(link-out-dir)/tee-header_v2.bin
193 all: $(link-out-dir)/tee-pager_v2.bin
199 all: $(link-out-dir)/tee-pageable_v2.bin
206 all: $(link-out-dir)/tee.symb_sizes
221 all: $(link-out-dir)/tee-raw.bin
H A Darm32_sysreg.txt67 BPIALL c7 0 c5 6 WOD Branch predictor invalidate all
68 BPIALLIS c7 0 c1 6 WOD Branch predictor invalidate all IS
77 ICIALLU c7 0 c5 0 WOD Instruction cache invalidate all PoU
78 ICIALLUIS c7 0 c1 0 WOD Instruction cache invalidate all PoU, IS
86 TLBIMVAA c8 0 c7 3 WO Invalidate unified TLB by MVA, all ASID
87 TLBIMVAAIS c8 0 c3 3 WO Invalidate unified TLB by MVA, all ASID IS
/optee_os/core/arch/riscv/kernel/
H A Dlink.mk64 all: $(link-out-dir)/tee.elf
75 all: $(link-out-dir)/tee.dmp
81 all: $(link-out-dir)/tee.bin
87 all: $(link-out-dir)/tee.symb_sizes
/optee_os/
H A D.gitignore7 # Ignore all dot files and folder
H A DMakefile24 .PHONY: all
25 all: target
/optee_os/ta/pkcs11/
H A Duser_ta.mk3 all: pkcs11-ta-verify-helpers
/optee_os/core/pta/tests/
H A Dsub.mk1 srcs-$(call cfg-all-enabled,CFG_REE_FS CFG_WITH_USER_TA) += fs_htree.c
/optee_os/core/arch/arm/plat-telechips/
H A Dlink.mk3 all: $(link-out-dir)/optee.rom
/optee_os/core/arch/arm/plat-amlogic/
H A Dlink.mk11 all: $(link-out-dir)/bl32.img
/optee_os/ta/mk/
H A Dta_dev_kit.mk4 .PHONY: all
5 all:
149 all: $(link-out-dir$(sm))/$(libname).a
/optee_os/core/arch/arm/dts/
H A Ddt_driver_test.dtsi24 * list by related drivers (here all simple-bus).

12