Home
last modified time | relevance | path

Searched refs:file (Results 51 – 75 of 85) sorted by relevance

1234

/optee_os/scripts/
H A Dget_maintainer.py301 if args.file:
302 paths += args.file
H A Dcheckpatch.sh101 if git cat-file -e "${object}" 2>/dev/null; then
H A Darm32_sysreg.py14 print(*args, file=sys.stderr, **kwargs)
H A Dsymbolize.py149 file=sys.stderr)
251 print(reladdr, file=self._addr2line.stdin)
H A Dgen_tee_bin.py45 print(*args, file=sys.stderr, **kwargs)
/optee_os/
H A DLICENSE1 Unless it has its own copyright/license embedded in its body, each file
H A D.clang-format3 # clang-format configuration file. Intended for clang-format >= 11.
H A DMAINTAINERS8 MAINTAINER file for the description of section entries [1].
10 Note that OP-TEE development mainly occurs on GitHub [2] so this file should be
11 used a bit differently compared to the Linux MAINTAINERS file:
/optee_os/core/include/mm/
H A Dmobj.h385 struct mobj *mobj_with_fobj_alloc(struct fobj *fobj, struct file *file,
/optee_os/core/arch/arm/dts/
H A Dfsl-lx2160a-rdb.dts3 // Device Tree file for LX2160ARDB
H A Dat91-sama5d27_som1.dtsi3 * at91-sama5d27_som1.dtsi - Device Tree file for SAMA5D27 SoM1 board
H A Dat91-sama5d27_wlsom1_ek.dts3 * at91-sama5d27_wlsom1_ek.dts - Device Tree file for SAMA5D27 WLSOM1 EK
H A Dfsl-lx2160a-qds.dts3 // Device Tree file for LX2160AQDS
H A Dat91-sama5d27_wlsom1.dtsi3 * at91-sama5d27_wlsom1.dtsi - Device Tree file for SAMA5D27 WLSOM1
H A Dat91-sama5d27_som1_ek.dts3 * at91-sama5d27_som1_ek.dts - Device Tree file for SAMA5D27-SOM1-EK board
/optee_os/lib/libutils/isoc/arch/arm/softfloat/
H A DCOPYING.txt8 each source file individually.
/optee_os/ldelf/
H A Dlink.mk43 $(link-script-pp$(sm)): $(link-script$(sm)) $(conf-file) \
/optee_os/lib/libmbedtls/mbedtls/
H A DLICENSE114 (d) If the Work includes a "NOTICE" text file as part of its
117 within such NOTICE file, excluding those notices that do not
119 of the following places: within a NOTICE text file distributed
124 of the NOTICE file are for informational purposes only and
149 origin of the Work and reproducing the content of the NOTICE file.
192 comment syntax for the file format. We also recommend that a
193 file or class name and description of purpose be included on the
200 you may not use this file except in compliance with the License.
503 to attach them to the start of each source file to most effectively
504 convey the exclusion of warranty; and each file should have at least
H A DChangeLog188 with the .sln file shipped with the project.
387 configuration file (renamed to mbedtls_config.h). This change was made
566 a user configuration file or the compiler command line. Fixes #8165.
872 in the ecdsa.h header file. There was a build warning when the
935 configuration file.
942 a user configuration file or the compiler command line. Fixes #8165.
957 the file library/psa_crypto_driver_wrappers.c has been renamed
985 deprecating mbedtls_md_error_from_psa. Each file that performs error
987 optionally providing file-specific error pairs. Please see psa_util.h for
1160 older than 2013. Update the solution file to specify VS2013 as a minimum.
[all …]
/optee_os/mk/
H A Dlib.mk91 $(objs): $(conf-file)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcommon.h62 extern void (*mbedtls_test_hook_test_fail)(const char *test, int line, const char *file);
/optee_os/core/arch/riscv/kernel/
H A Dlink.mk46 link-script-extra-deps += $(conf-file)
/optee_os/ta/
H A Dlink.mk89 $(link-script-pp$(sm)): $(link-script$(sm)) $(conf-file) $(link-script-pp-makefiles$(sm))
/optee_os/core/tee/
H A Dtee_rpmb_fs.c1972 uint8_t *file = buf; in create_filename() local
1985 file[pos++] = '/'; in create_filename()
1986 pos += tee_b2hs((uint8_t *)&po->uuid, &file[pos], in create_filename()
1988 file[pos++] = '/'; in create_filename()
1991 file[pos++] = '.'; in create_filename()
1993 tee_b2hs(po->obj_id, file + pos, po->obj_id_len, hslen - pos); in create_filename()
/optee_os/core/arch/arm/kernel/
H A Dlink.mk134 link-script-extra-deps += $(conf-file)

1234