Home
last modified time | relevance | path

Searched refs:it (Results 1 – 23 of 23) sorted by relevance

/optee_os/core/drivers/
A Dgic.c338 assert(it >= NUM_SGI); in gic_it_set_pending()
354 assert(it < NUM_SGI); in gic_it_raise_sgi()
444 if (it > gd->max_it) in gic_op_add()
447 gic_it_add(gd, it); in gic_op_add()
457 if (it > gd->max_it) in gic_op_enable()
460 gic_it_enable(gd, it); in gic_op_enable()
467 if (it > gd->max_it) in gic_op_disable()
477 if (it > gd->max_it) in gic_op_raise_pi()
488 if (it > gd->max_it) in gic_op_raise_sgi()
491 if (it < NUM_NS_SGI) in gic_op_raise_sgi()
[all …]
A Dsp805_wdt.c117 itr_enable(wdt_itr->it); in sp805_register_itr_handler()
/optee_os/core/kernel/
A Dinterrupt.c50 void itr_handle(size_t it) in itr_handle() argument
56 if (h->it == it) { in itr_handle()
66 itr_chip->ops->disable(itr_chip, it); in itr_handle()
77 hdl->it = it; in itr_alloc_add_type_prio()
103 if (hdl->it == h->it) in itr_add_type_prio()
111 void itr_enable(size_t it) in itr_enable() argument
113 itr_chip->ops->enable(itr_chip, it); in itr_enable()
116 void itr_disable(size_t it) in itr_disable() argument
118 itr_chip->ops->disable(itr_chip, it); in itr_disable()
121 void itr_raise_pi(size_t it) in itr_raise_pi() argument
[all …]
/optee_os/core/include/kernel/
A Dinterrupt.h34 void (*enable)(struct itr_chip *chip, size_t it);
35 void (*disable)(struct itr_chip *chip, size_t it);
36 void (*raise_pi)(struct itr_chip *chip, size_t it);
37 void (*raise_sgi)(struct itr_chip *chip, size_t it,
53 size_t it; member
61 void itr_handle(size_t it);
96 void itr_enable(size_t it);
97 void itr_disable(size_t it);
99 void itr_raise_pi(size_t it);
104 void itr_raise_sgi(size_t it, uint8_t cpu_mask);
[all …]
/optee_os/lib/libmbedtls/mbedtls/
A Ddco.txt10 license document, but changing it is not allowed.
18 have the right to submit it under the open source license
31 it.
35 personal information I submit with it, including my sign-off) is
A DCONTRIBUTING.md20 1. Send a pull request (PR) and work with us until it gets merged and published. Contributions may …
21 …ature or topic. The larger the contribution is, the longer it would take to review it and merge it.
28 The project aims to minimise the impact on users upgrading to newer versions of the library and it
36 …function needs to be changed, a new function needs to be created alongside it, with a new name, an…
A DREADME.md4 …ulation and the SSL/TLS and DTLS protocols. Its small code footprint makes it suitable for embedde…
82 … need to do something else as well, please let us know what, so we can add it to the [Mbed TLS Kno…
136 remove the build directory and create it again.
138 Note that it is possible to build in-place; this will however overwrite the
158 on the build mode as seen above), it's merely prepended to it.
207 …. First, it can be used in a PSA-compliant platform to build services, such as secure boot, secure…
236 * A driver programming interface, which makes it possible to use hardware accelerators instead of t…
A DBUGS.md15 data leak), please report it confidentially as described in
A DChangeLog397 and reported it in #3629.
410 instead of generating it at build time. Fixes #3524.
578 * Undefine the ASSERT macro before defining it locally, in case it is defined
732 (which it is by default).
839 blinded value, factor it (as it is smaller than RSA keys and not guaranteed
857 change it with mbedtls_ctr_drbg_set_nonce_len().
939 store it in non-volatile storage, and later using it for TLS session
1220 steps you have to take when enabling it.
2053 reset it. Found independently by ccli8 on Github.
2681 ssl_config structure before calling it.
[all …]
/optee_os/lib/libutils/isoc/
A Dbget.doc45 And yet, it is substantially more efficient than the native allocation
54 switching processors, and a host of C programs. And while it has
55 accreted flexibility and additional options over the years, it remains
97 allocation (which is usually not worth it in other environments).
104 program), or otherwise unsuitable, you can replace it with BGET.
112 the underlying operating system, add it to the buffer pool by another
123 expansion increment. All of these functions are optional (although it
125 acquisition function, does it?). Once the call-back functions have been
130 compaction function has been supplied. If so, it is called (with the
134 needn't know whether the storage it freed was adequate) it should return
[all …]
/optee_os/core/arch/arm/plat-stm32mp1/
A Dplat_tzc400.c31 .it = STM32MP1_IRQ_TZC,
105 itr_enable(tzc_itr_handler.it); in init_stm32mp1_tzc()
/optee_os/.github/workflows/
A Dstales.yml17 …stale-issue-message: 'This issue has been marked as a stale issue because it has been open (more t…
18 …stale-pr-message: 'This pull request has been marked as a stale pull request because it has been o…
/optee_os/core/arch/arm/plat-synquacer/
A Dmain.c71 .it = IT_SEC_TIMER,
/optee_os/core/lib/libfdt/
A DREADME.license17 libfdt, however, is GPL/BSD dual-licensed. That is, it may be used
28 makes that it easier for vendors or authors of such software to do so.
/optee_os/
A DLICENSE1 Unless it has its own copyright/license embedded in its body, each file
A DCHANGELOG.md537 If a platform is not listed, it means the release was not tested on this
667 its default configuration, while _extended_ means it was run successfully
671 If a platform is not listed, it means the release was not tested on this
807 its default configuration, while _extended_ means it was run successfully
811 If a platform is not listed, it means the release was not tested on this
858 * ARMv7-A: redesign secure monitor to make it easier to register services
937 its default configuration, while _extended_ means it was run successfully
941 If a platform is not listed, it means the release was not tested on this
1050 its default configuration, while _extended_ means it was run successfully
1054 If a platform is not listed, it means the release was not tested on this
[all …]
/optee_os/core/drivers/crypto/caam/
A Dcaam_jr.c160 itr_disable(handler->it); in caam_jr_irqhandler()
581 jr_privdata->it_handler.it = jrcfg->it_num; in caam_jr_init()
/optee_os/core/arch/arm/plat-vexpress/
A Dmain.c132 .it = IT_CONSOLE_UART,
/optee_os/lib/libutils/isoc/arch/arm/
A Dsetjmp_a32.S274 it eq
/optee_os/core/arch/arm/dts/
A Dat91-sama5d2_xplained.dts455 * In here it's being pulled up, so need to
456 * connect it to ground to get an edge e.g.
/optee_os/out/arm/ta/trusted_keys/
A Df04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.dmp992 2b4: bf18 it ne
1276 4a0: bf08 it eq
1346 51e: bf28 it cs
1397 56e: bf98 it ls
1402 574: bf88 it hi
1491 610: bfc8 it gt
1495 616: bf28 it cs
1807 85e: bf08 it eq
1988 9a6: bfb8 it lt
2294 bee: bfa8 it ge
[all …]
/optee_os/out/arm/ta/avb/
A D023f8f1a-292a-432b-8fc4-de8471358067.dmp1200 40a: bf28 it cs
1251 45a: bf98 it ls
1256 460: bf88 it hi
1345 4fc: bfc8 it gt
1349 502: bf28 it cs
1661 74a: bf08 it eq
1842 892: bfb8 it lt
2148 ada: bfa8 it ge
2230 b8e: bf18 it ne
2297 c0a: bf48 it mi
[all …]
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp1473 2da: bf18 it ne
1817 50a: bf28 it cs
1983 652: bf18 it ne
2389 8ea: bf18 it ne
3610 109c: bf18 it ne
3614 10a2: bf18 it ne
3620 10ac: bf18 it ne
3705 113e: bf18 it ne
4521 168c: bf18 it ne
6068 210a: bf18 it ne
[all …]

Completed in 143 milliseconds