Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api.c36 static void copy_param(struct utee_params *up, uint32_t param_types, in copy_param() argument
43 up->types = param_types; in copy_param()
45 switch (TEE_PARAM_TYPE_GET(up->types, n)) { in copy_param()
61 up->vals[n * 2] = a; in copy_param()
62 up->vals[n * 2 + 1] = b; in copy_param()
66 static void copy_gp11_param(struct utee_params *up, uint32_t param_types, in copy_gp11_param() argument
73 up->types = param_types; in copy_gp11_param()
75 switch (TEE_PARAM_TYPE_GET(up->types, n)) { in copy_gp11_param()
91 up->vals[n * 2] = a; in copy_gp11_param()
92 up->vals[n * 2 + 1] = b; in copy_gp11_param()
[all …]
H A Duser_ta_entry.c277 static void to_utee_params(struct utee_params *up, uint32_t param_types, in to_utee_params() argument
282 up->types = param_types; in to_utee_params()
288 up->vals[n * 2] = params[n].value.a; in to_utee_params()
289 up->vals[n * 2 + 1] = params[n].value.b; in to_utee_params()
294 up->vals[n * 2] = (uintptr_t)params[n].memref.buffer; in to_utee_params()
295 up->vals[n * 2 + 1] = params[n].memref.size; in to_utee_params()
298 up->vals[n * 2] = 0; in to_utee_params()
299 up->vals[n * 2 + 1] = 0; in to_utee_params()
307 const struct utee_params *up) in from_utee_params() argument
310 uint32_t types = up->types; in from_utee_params()
[all …]
H A Dtee_api_private.h19 struct utee_params *up, unsigned long cmd_id);
/optee_os/ta/
H A Duser_ta_header.c40 struct utee_params *up, unsigned long cmd_id);
45 struct utee_params *up,
51 struct utee_params *up, in _C_FUNCTION()
72 res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
/optee_os/core/kernel/
H A Duser_ta.c46 static TEE_Result init_utee_param(struct utee_params *up, in init_utee_param() argument
86 res = copy_to_user(up, up_bbuf, sizeof(struct utee_params)); in init_utee_param()
94 const struct utee_params *up) in update_from_utee_param() argument
100 res = BB_MEMDUP_USER(up, sizeof(*up), &up_bbuf); in update_from_utee_param()
122 bb_free(up_bbuf, sizeof(*up)); in update_from_utee_param()
/optee_os/core/arch/arm/dts/
H A Dat91-sama7g54_ek.dts568 bias-pull-up;
609 bias-pull-up;
670 bias-pull-up;
677 bias-pull-up;
749 bias-pull-up;
757 bias-pull-up;
769 bias-pull-up;
778 bias-pull-up;
790 bias-pull-up;
796 bias-pull-up;
H A Dat91-sama5d2_xplained.dts451 * In here it's being pulled up, so need to
454 * or any edge, and the pull-up can be changed
460 bias-pull-up;
475 bias-pull-up;
481 bias-pull-up;
558 bias-pull-up;
565 bias-pull-up;
599 bias-pull-up;
676 bias-pull-up;
H A Dstm32mp15-pinctrl.dtsi437 bias-pull-up;
1203 bias-pull-up;
1231 bias-pull-up;
1444 bias-pull-up;
1448 bias-pull-up;
1459 bias-pull-up;
1479 bias-pull-up;
1483 bias-pull-up;
1505 bias-pull-up;
1511 bias-pull-up;
[all …]
H A Dstm32mp13-pinctrl.dtsi52 bias-pull-up;
H A Dat91-sama5d27_som1.dtsi128 bias-pull-up;
H A Dfsl-lx2160a.dtsi439 // One clock unit-sysclk node which bootloader require during DT fix-up
443 clock-frequency = <100000000>; // fixed up by bootloader
956 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
993 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1030 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1068 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1105 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1143 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1272 /* iommu-map property is fixed up by u-boot */
H A Dstm32mp15xx-dhcom-som.dtsi513 * SD bus pull-up resistors:
518 bias-pull-up;
521 bias-pull-up;
H A Dstm32mp151.dtsi631 dma-names = "ch1", "ch2", "ch3", "ch4", "up";
666 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig";
734 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig";
764 dma-names = "up";
783 dma-names = "up";
1157 "up", "trig", "com";
1194 "up", "trig", "com";
1282 dma-names = "ch1", "up", "trig", "com";
1308 dma-names = "ch1", "up";
1333 dma-names = "ch1", "up";
H A Dat91-sama5d27_som1_ek.dts283 bias-pull-up;
290 bias-pull-up;
H A Dat91-sama5d27_wlsom1_ek.dts111 bias-pull-up;
H A Dat91-sama5d27_wlsom1.dtsi311 bias-pull-up;
/optee_os/core/tee/
H A Dtee_svc.c588 struct utee_params *up) in utee_param_to_param() argument
595 res = BB_MEMDUP_USER(up, sizeof(*up), &up_bbuf); in utee_param_to_param()
/optee_os/lib/libmbedtls/mbedtls/
H A DSECURITY.md78 picking up information on the physical state of the hardware while Mbed TLS is
80 platform that is located unfortunately enough to pick up the CPU noise.
H A D.uncrustify.cfg29 # Line-up strings broken by '\'
H A DChangeLog37 with consequences ranging up to arbitrary code execution.
76 * On entry to PSA driver entry points that set up a multipart operation
512 mbedtls_pk_copy_public_from_psa() provide ways to set up a PK context
1337 Change mbedtls_x509_get_name() to clean up allocated objects on error.
1434 information that was used to set up a message digest context.
1527 or a man-in-the-middle could cause a DTLS server to read up to 255 bytes
1531 and possibly up to 571 bytes with a custom cookie check function.
1534 client or server could cause an MbedTLS server or client to overread up
1810 oversight during the run-up to the release of Mbed TLS 3.0.
2314 size may have been rounded up to a whole number of bytes.
[all …]
H A DREADME.md41 … development are CMake and GNU Make. Those systems are always complete and up-to-date. The others …
H A DLICENSE436 system; it is up to the author/donor to decide if he or she is willing
/optee_os/lib/libutils/isoc/
H A Dbget.doc215 take increasingly dire measures in an attempt to free up storage. If
326 pattern of garbage to trip up
/optee_os/core/lib/qcbor/
H A DREADME.md48 allocator be set up. Encoding of indefinite length strings is
191 up the entire implementation.
537 * Michael Richarson for CI set up and fixing some compiler warnings
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c951 #error QCBOR_TYPE_BYTE_STRING not lined up with major type in QCBOR_Private_DecodeString()
955 #error QCBOR_TYPE_TEXT_STRING not lined up with major type in QCBOR_Private_DecodeString()
1054 #error QCBOR_TYPE_ARRAY value not lined up with major type in QCBOR_Private_DecodeArrayOrMap()
1058 #error QCBOR_TYPE_MAP value not lined up with major type in QCBOR_Private_DecodeArrayOrMap()