Home
last modified time | relevance | path

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

12

/optee_os/core/arch/arm/dts/
H A Dat91-sama5d27_wlsom1.dtsi75 regulator-always-on;
78 regulator-on-in-suspend;
94 regulator-always-on;
97 regulator-on-in-suspend;
104 regulator-on-in-suspend;
117 regulator-always-on;
120 regulator-on-in-suspend;
136 regulator-always-on;
139 regulator-on-in-suspend;
146 regulator-on-in-suspend;
[all …]
H A Dstm32mp15xx-dhcor-io1v8.dtsi9 /* Enpirion EP3A8LQI U2 on the DHCOR */
15 regulator-always-on;
16 regulator-boot-on;
H A Dstm32mp15xx-dhcor-som.dtsi124 regulator-always-on;
133 regulator-always-on;
142 regulator-always-on;
151 regulator-always-on;
174 regulator-always-on;
188 regulator-boot-on;
201 regulator-always-on;
H A Dstm32mp157c-ed1.dts91 regulator-always-on;
105 regulator-always-on;
222 regulator-always-on;
231 regulator-always-on;
240 regulator-always-on;
250 regulator-always-on;
273 regulator-always-on;
280 regulator-always-on;
288 regulator-boot-on;
300 regulator-always-on;
H A Dstm32mp15xx-dhcom-som.dtsi73 regulator-always-on;
74 regulator-boot-on;
297 regulator-always-on;
306 regulator-always-on;
315 regulator-always-on;
325 regulator-always-on;
332 regulator-always-on;
349 regulator-always-on;
363 regulator-boot-on;
375 regulator-always-on;
[all …]
H A Dstm32mp15xx-dkx.dtsi96 regulator-always-on;
109 * Type-C USB_PWR_CC1 & USB_PWR_CC2 on in18 & in19.
310 regulator-always-on;
319 regulator-always-on;
328 regulator-always-on;
338 regulator-always-on;
347 regulator-always-on;
355 regulator-always-on;
363 regulator-always-on;
370 regulator-always-on;
[all …]
H A Dat91-sama7g54_ek.dts277 regulator-always-on;
280 regulator-on-in-suspend;
297 regulator-always-on;
300 regulator-on-in-suspend;
306 regulator-on-in-suspend;
318 regulator-always-on;
321 regulator-on-in-suspend;
339 regulator-always-on;
342 regulator-on-in-suspend;
357 regulator-always-on;
[all …]
H A Dat91-sama5d2_xplained.dts203 regulator-always-on;
206 regulator-on-in-suspend;
221 regulator-always-on;
235 regulator-always-on;
249 regulator-always-on;
263 regulator-always-on;
277 regulator-always-on;
291 regulator-always-on;
450 * The ADTRG pin can work on any edge type.
453 * Trigger can be configured on falling, rise
H A Dstm32mp135f-dk.dts55 regulator-always-on;
63 regulator-always-on;
176 regulator-always-on;
200 regulator-always-on;
212 regulator-always-on;
221 regulator-always-on;
276 regulator-boot-on;
301 regulator-always-on;
H A Dat91-sama5d27_som1_ek.dts499 regulator-always-on;
500 regulator-boot-on;
510 regulator-always-on;
511 regulator-boot-on;
522 regulator-always-on;
523 regulator-boot-on;
H A Dstm32mp157c-ev1-scmi.dts10 model = "STMicroelectronics STM32MP157C SCMI eval daughter on eval mother";
H A Dfsl-lx2160a-rdb.dts29 regulator-boot-on;
30 regulator-always-on;
/optee_os/ldelf/
H A Dsyscalls_a32.S26 @ No arguments passed on stack
29 @ Tell number of arguments passed on the stack
31 @ Point just before the push (4 registers) above on the first argument
/optee_os/lib/libutee/arch/arm/
H A Dutee_syscalls_a32.S36 @ No arguments passed on stack
39 @ Tell number of arguments passed on the stack
41 @ Point just before the push (4 registers) above on the first argument
H A Darm32_user_sysreg.txt5 @ Based on register description in
/optee_os/lib/libmbedtls/mbedtls/
H A DSECURITY.md24 We classify attacks based on the capabilities of the attacker.
46 In this section, we consider an attacker who can run software on the same
58 protecting against timing attacks widely varies depending on the granularity of
77 The attacker code running on the platform has access to some sensor capable of
78 picking up information on the physical state of the hardware while Mbed TLS is
79 running. This could for example be an analogue-to-digital converter on the
88 Software running on the same hardware can affect the physical state of the
98 about the hardware Mbed TLS is running on and/or can alter the physical state
124 These timing attacks can be physical, local or depending on network latency
129 - Turn on hardware acceleration for AES. This is supported only on selected
[all …]
H A DBUGS.md3 Known issues in Mbed TLS are [tracked on GitHub](https://github.com/Mbed-TLS/mbedtls/issues).
17 4. Please [create an issue on on GitHub](https://github.com/Mbed-TLS/mbedtls/issues).
H A DLICENSE49 form, that is based on (or derived from) the Work and for which the
60 or by an individual or Legal Entity authorized to submit on behalf of
64 communication on electronic mailing lists, source code control systems,
65 and issue tracking systems that are managed by, or on behalf of, the
71 on behalf of whom a Contribution has been received by Licensor and
153 Contributor provides its Contributions) on an "AS IS" BASIS,
178 on Your own behalf and on Your sole responsibility, not on behalf
193 file or class name and description of purpose be included on the
206 distributed under the License is distributed on an "AS IS" BASIS,
259 software. If the software is modified by someone else and passed on, we
[all …]
H A D.uncrustify.cfg32 # Braces on the same line (Egyptian-style braces)
43 # Braces on same line as keywords that follow them - 'else' and the 'while' in 'do {} while ()';
46 # Space before else on the same line
48 # If else is on the same line as '{', force exactly 1 space between them
51 # Functions are the exception and have braces on the next line
164 # Remove spaces on the inside of square brackets '[]'
209 # Force exactly 1 space between a '}' and the name of a typedef if on the same line
H A DChangeLog33 mbedtls_asn1_free_named_data_list() on its head argument, while the
35 on the documented behaviour to still hold pointers to memory blocks after
87 keys with a different LMS or LM-OTS types on some platforms. Specifically,
88 this could happen on platforms where enum types are smaller than 32 bits
91 * Fix a race condition on x86/amd64 platforms in AESNI support detection
95 * Fix mbedtls_base64_decode() on inputs that did not have the correct
98 rejected. Furthermore, before, on inputs with too few equal signs, the
109 to point to NULL on entry. This makes it likely that existing risky uses of
137 * implements `psa_can_do_hash()` on the client interface
170 * Fix compilation on MS-DOS DJGPP. Fixes #9813.
[all …]
H A DREADME.md11 Mbed TLS should build out of the box on most systems. Some platform specific options are available …
15 We provide some non-standard configurations focused on specific use cases in the `configs/` directo…
22 Documentation for the PSA Cryptography API is available [on GitHub](https://arm-software.github.io/…
43 … and libmbedtls. Note that libmbedtls depends on libmbedx509 and libmbedcrypto, and libmbedx509 de…
63 …generated by scripts and whose content depends only on the Mbed TLS source, not on the platform or…
72 …Depending on your Python installation, you may need to invoke `python` instead of `python3`. To in…
109 …can override `CFLAGS` and `LDFLAGS` by setting them in your environment or on the make command lin…
113on your platform, you might run into some issues. Please check the Makefiles in `library/`, `progr…
148 …nitizer to check for uninitialised memory reads. Experimental, needs recent clang on Linux/x86\_64.
150 - `Check`. This activates the compiler warnings that depend on optimization and treats all warnin…
[all …]
H A DCONTRIBUTING.md8 More details on all of these points may be found in the sections below.
25 1. Fork the [Mbed TLS repository on GitHub](https://github.com/Mbed-TLS/mbedtls) to start making yo…
28 1. For quick merging, the contribution should be short, and concentrated on a single feature or top…
33on users upgrading to newer versions of the library and it should not be necessary for a user to m…
35 …a change to the interface is required, all changes to the ABI or API, even on the main development…
43 …change the code size or RAM usage, which can be significant considerations on some platforms. To a…
62 [A Knowledge Base article describing how to add additional tests is available on the Mbed TLS websi…
93 The copyright on contributions is retained by the original authors of the code. Where possible for …
/optee_os/lib/libutils/isoc/
H A Dbget.doc47 to name two, on which programs have obtained substantial speed-ups by
51 BGET has been implemented on the largest mainframes and the lowest of
69 on segmented architectures). On segmented architectures, then, BGET
71 number of separate buffer pools, there is no limit on the total storage
72 which can be managed, only on the largest individual object which can be
128 bpool() or rely on automatic allocation to acquire the entire pool.
129 When a call on bget() cannot be satisfied, BGET first checks if a
211 number indicating the number of consecutive calls on <compact>
213 for the first call on <compact> for a given allocation request, and
214 increments on subsequent calls, permitting the <compact> function to
[all …]
/optee_os/core/include/kernel/
H A Dinterrupt.h90 void (*set_wake)(struct itr_chip *chip, size_t it, bool on);
337 bool on) in interrupt_set_wake() argument
340 chip->ops->set_wake(chip, itr_num, on); in interrupt_set_wake()
/optee_os/mk/
H A Dcleandirs.mk28 RMDIR := rmdir --ignore-fail-on-non-empty

12