Home
last modified time | relevance | path

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

/optee_os/lib/libutee/arch/arm/
A Duser_ta_entry.c245 up->types = param_types; in to_utee_params()
251 up->vals[n * 2] = params[n].value.a; in to_utee_params()
261 up->vals[n * 2] = 0; in to_utee_params()
262 up->vals[n * 2 + 1] = 0; in to_utee_params()
270 const struct utee_params *up) in from_utee_params() argument
273 uint32_t types = up->types; in from_utee_params()
276 uintptr_t a = up->vals[n * 2]; in from_utee_params()
277 uintptr_t b = up->vals[n * 2 + 1]; in from_utee_params()
302 struct utee_params *up) in entry_open_session() argument
323 to_utee_params(up, param_types, params); in entry_open_session()
[all …]
/optee_os/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/ta/arch/arm/
A Duser_ta_header.c37 struct utee_params *up, unsigned long cmd_id);
41 struct utee_params *up,
46 struct utee_params *up, in _C_FUNCTION()
49 TEE_Result res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
/optee_os/out/arm/export-ta_arm32/src/
A Duser_ta_header.c37 struct utee_params *up, unsigned long cmd_id);
41 struct utee_params *up,
46 struct utee_params *up, in _C_FUNCTION()
49 TEE_Result res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
/optee_os/out/arm/export-ta_arm64/src/
A Duser_ta_header.c37 struct utee_params *up, unsigned long cmd_id);
41 struct utee_params *up,
46 struct utee_params *up, in _C_FUNCTION()
49 TEE_Result res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
/optee_os/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/core/arch/arm/dts/
A Dstm32mp15-pinctrl.dtsi186 bias-pull-up;
623 bias-pull-up;
651 bias-pull-up;
801 bias-pull-up;
805 bias-pull-up;
827 bias-pull-up;
833 bias-pull-up;
845 bias-pull-up;
851 bias-pull-up;
857 bias-pull-up;
[all …]
A Dat91-sama5d2_xplained.dts455 * In here it's being pulled up, so need to
458 * or any edge, and the pull-up can be changed
464 bias-pull-up;
479 bias-pull-up;
485 bias-pull-up;
562 bias-pull-up;
569 bias-pull-up;
603 bias-pull-up;
680 bias-pull-up;
A Dstm32mp151.dtsi129 dma-names = "ch1", "ch2", "ch3", "ch4", "up";
163 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig";
229 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig";
258 dma-names = "up";
276 dma-names = "up";
590 "up", "trig", "com";
626 "up", "trig", "com";
705 dma-names = "ch1", "up", "trig", "com";
730 dma-names = "ch1", "up";
754 dma-names = "ch1", "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
938 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
975 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1012 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1050 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1087 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1125 iommu-map = <0 &smmu 0 1>; /* This is fixed-up by u-boot */
1254 /* iommu-map property is fixed up by u-boot */
A Dat91-sama5d27_som1.dtsi128 bias-pull-up;
A Dat91-sama5d27_som1_ek.dts287 bias-pull-up;
294 bias-pull-up;
/optee_os/core/tee/
A Dtee_svc.c518 struct utee_params *up) in utee_param_to_param() argument
521 uint32_t types = up->types; in utee_param_to_param()
525 uintptr_t a = up->vals[n * 2]; in utee_param_to_param()
526 size_t b = up->vals[n * 2 + 1]; in utee_param_to_param()
/optee_os/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/lib/libmbedtls/mbedtls/
A DREADME.md39 … development are CMake and GNU Make. Those systems are always complete and up-to-date. The others …
230 …issues on Github](https://github.com/ARMmbed/mbed-crypto/labels/compliance) for an up-to-date list.
A DChangeLog210 size may have been rounded up to a whole number of bytes.
376 of up to 15 bytes, with consequences ranging up to arbitrary code
1198 produced by some optimizing compilers, showing up as failures in
3137 * rsa_check_pubkey() now allows an E up to N
3399 * Split up the GCM module into a starts/update/finish cycle
3567 * rsa_check_pubkey() now allows an E up to N
3614 * Internally split up x509parse_key() into a (PEM) handler function
3663 * Internally split up rsa_pkcs1_encrypt(), rsa_pkcs1_decrypt(),
3722 bottom-up (Peer cert depth is 0)
4131 * Added reset function for HMAC context as speed-up
[all …]

Completed in 31 milliseconds