Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c258 up->types = param_types; in to_utee_params()
264 up->vals[n * 2] = params[n].value.a; in to_utee_params()
274 up->vals[n * 2] = 0; in to_utee_params()
275 up->vals[n * 2 + 1] = 0; in to_utee_params()
283 const struct utee_params *up) in from_utee_params() argument
286 uint32_t types = up->types; in from_utee_params()
289 uintptr_t a = up->vals[n * 2]; in from_utee_params()
290 uintptr_t b = up->vals[n * 2 + 1]; in from_utee_params()
315 struct utee_params *up) in entry_open_session() argument
336 to_utee_params(up, param_types, params); in entry_open_session()
[all …]
/optee_os-3.20.0/lib/libutee/
A Dtee_api.c83 up->types = param_types; in copy_param()
105 up->vals[n * 2] = (vaddr_t)b; in copy_param()
106 up->vals[n * 2 + 1] = s; in copy_param()
109 up->vals[n * 2] = 0; in copy_param()
110 up->vals[n * 2 + 1] = 0; in copy_param()
123 uint32_t types = up->types; in update_out_param()
126 uintptr_t a = up->vals[n * 2]; in update_out_param()
127 uintptr_t b = up->vals[n * 2 + 1]; in update_out_param()
156 struct utee_params up; in TEE_OpenTASession() local
172 &up, &s, returnOrigin); in TEE_OpenTASession()
[all …]
A Dtee_api_private.h16 struct utee_params *up, unsigned long cmd_id);
/optee_os-3.20.0/ta/arch/arm/
A Duser_ta_header.c40 struct utee_params *up, unsigned long cmd_id);
44 struct utee_params *up,
49 struct utee_params *up, in _C_FUNCTION()
70 res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
/optee_os-3.20.0/core/kernel/
A Duser_ta.c52 static void init_utee_param(struct utee_params *up, in init_utee_param() argument
57 up->types = p->types; in init_utee_param()
80 up->vals[n * 2] = a; in init_utee_param()
81 up->vals[n * 2 + 1] = b; in init_utee_param()
86 const struct utee_params *up) in update_from_utee_param() argument
95 p->u[n].mem.size = up->vals[n * 2 + 1]; in update_from_utee_param()
100 p->u[n].val.a = up->vals[n * 2]; in update_from_utee_param()
101 p->u[n].val.b = up->vals[n * 2 + 1]; in update_from_utee_param()
/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp13-pinctrl.dtsi43 bias-pull-up;
56 bias-pull-up;
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;
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 …]
A Dat91-sama5d27_som1.dtsi128 bias-pull-up;
A Dstm32mp15xx-dhcom-som.dtsi496 * SD bus pull-up resistors:
501 bias-pull-up;
504 bias-pull-up;
A Dfsl-lx2160a.dtsi433 // One clock unit-sysclk node which bootloader require during DT fix-up
437 clock-frequency = <100000000>; // fixed up by bootloader
950 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
987 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1024 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1062 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1099 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1137 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1266 /* iommu-map property is fixed up by u-boot */
A Dstm32mp151.dtsi137 dma-names = "ch1", "ch2", "ch3", "ch4", "up";
171 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig";
237 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig";
266 dma-names = "up";
284 dma-names = "up";
636 "up", "trig", "com";
672 "up", "trig", "com";
755 dma-names = "ch1", "up", "trig", "com";
780 dma-names = "ch1", "up";
804 dma-names = "ch1", "up";
A Dat91-sama5d27_som1_ek.dts283 bias-pull-up;
290 bias-pull-up;
/optee_os-3.20.0/core/tee/
A Dtee_svc.c571 struct utee_params *up) in utee_param_to_param() argument
574 uint32_t types = up->types; in utee_param_to_param()
578 uintptr_t a = up->vals[n * 2]; in utee_param_to_param()
579 size_t b = up->vals[n * 2 + 1]; in utee_param_to_param()
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.doc215 take increasingly dire measures in an attempt to free up storage. If
326 pattern of garbage to trip up
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DREADME.md39 … development are CMake and GNU Make. Those systems are always complete and up-to-date. The others …
238 …ssues on Github](https://github.com/Mbed-TLS/mbed-crypto/labels/compliance) for an up-to-date list.
A DChangeLog28 or a man-in-the-middle could cause a DTLS server to read up to 255 bytes
32 and possibly up to 571 bytes with a custom cookie check function.
425 size may have been rounded up to a whole number of bytes.
591 of up to 15 bytes, with consequences ranging up to arbitrary code
3352 * rsa_check_pubkey() now allows an E up to N
3614 * Split up the GCM module into a starts/update/finish cycle
3782 * rsa_check_pubkey() now allows an E up to N
3878 * Internally split up rsa_pkcs1_encrypt(), rsa_pkcs1_decrypt(),
3937 bottom-up (Peer cert depth is 0)
4346 * Added reset function for HMAC context as speed-up
[all …]

Completed in 26 milliseconds