Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Datmel_saic.c63 saic_select_it(it); in saic_configure_it()
123 saic_select_it(it); in saic_enable()
129 saic_select_it(it); in saic_disable()
190 return it; in saic_dt_get_irq()
220 size_t it = 0; in saic_init_external() local
236 it_grp = it / 32; in saic_init_external()
237 it_off = it % 32; in saic_init_external()
312 uint8_t it = 0; in saic_resume() local
316 for (it = 0; it < SAMA5D2_AIC_MAX_IRQS; it++) { in saic_resume()
324 uint8_t it = 0; in saic_suspend() local
[all …]
A Dgic.c357 assert(it >= NUM_SGI); in gic_it_set_pending()
373 assert(it < NUM_SGI); in gic_it_raise_sgi()
463 if (it > gd->max_it) in gic_op_add()
466 gic_it_add(gd, it); in gic_op_add()
476 if (it > gd->max_it) in gic_op_enable()
479 gic_it_enable(gd, it); in gic_op_enable()
486 if (it > gd->max_it) in gic_op_disable()
496 if (it > gd->max_it) in gic_op_raise_pi()
507 if (it > gd->max_it) in gic_op_raise_sgi()
510 if (it < NUM_NS_SGI) in gic_op_raise_sgi()
[all …]
A Datmel_wdt.c230 int it = DT_INFO_INVALID_INTERRUPT; in wdt_node_probe() local
244 it = dt_get_irq_type_prio(fdt, node, &irq_type, &irq_prio); in wdt_node_probe()
245 if (it == DT_INFO_INVALID_INTERRUPT) in wdt_node_probe()
248 it_hdlr = itr_alloc_add_type_prio(it, &atmel_wdt_itr_cb, 0, wdt, in wdt_node_probe()
260 itr_enable(it); in wdt_node_probe()
A Dstm32_tamp.c111 int it; member
228 tamp->it = dt_tamp.interrupt; in stm32_tamp_parse_fdt()
A Datmel_piobu.c239 .it = AT91C_ID_SECUMOD,
246 itr_enable(secumod_itr_handler.it); in secumod_interrupt_init()
A Dsp805_wdt.c117 itr_enable(wdt_itr->it); in sp805_register_itr_handler()
/optee_os-3.20.0/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-3.20.0/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-3.20.0/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 DBUGS.md15 data leak), please report it confidentially as described in
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.
200 Mbed TLS is mostly written in portable C99; however, it has a few platform requirements that go bey…
215 …. First, it can be used in a PSA-compliant platform to build services, such as secure boot, secure…
244 * A driver programming interface, which makes it possible to use hardware accelerators instead of t…
A DChangeLog612 and reported it in #3629.
625 instead of generating it at build time. Fixes #3524.
793 * Undefine the ASSERT macro before defining it locally, in case it is defined
947 (which it is by default).
1054 blinded value, factor it (as it is smaller than RSA keys and not guaranteed
1072 change it with mbedtls_ctr_drbg_set_nonce_len().
1154 store it in non-volatile storage, and later using it for TLS session
1435 steps you have to take when enabling it.
2268 reset it. Found independently by ccli8 on Github.
2896 ssl_config structure before calling it.
[all …]
/optee_os-3.20.0/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-3.20.0/core/arch/arm/plat-stm32mp1/
A Dplat_tzc400.c38 .it = STM32MP1_IRQ_TZC,
112 itr_enable(tzc_itr_handler.it); in init_stm32mp1_tzc()
/optee_os-3.20.0/core/arch/arm/plat-synquacer/
A Dmain.c64 .it = IT_SEC_TIMER,
/optee_os-3.20.0/core/arch/arm/dts/
A Ddt_driver_test.dtsi8 * Device dt-test-consumer consumes resource, it is expected
A Dat91-sama5d2_xplained.dts451 * In here it's being pulled up, so need to
452 * connect it to ground to get an edge e.g.
A Dstm32mp157c-ev1.dts349 * the connector. SB23 needs to be soldered in order to use it, and R77
/optee_os-3.20.0/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-3.20.0/
A DLICENSE1 Unless it has its own copyright/license embedded in its body, each file
A DCHANGELOG.md658 If a platform is not listed, it means the release was not tested on this
788 its default configuration, while _extended_ means it was run successfully
792 If a platform is not listed, it means the release was not tested on this
928 its default configuration, while _extended_ means it was run successfully
932 If a platform is not listed, it means the release was not tested on this
979 * ARMv7-A: redesign secure monitor to make it easier to register services
1058 its default configuration, while _extended_ means it was run successfully
1062 If a platform is not listed, it means the release was not tested on this
1171 its default configuration, while _extended_ means it was run successfully
1175 If a platform is not listed, it means the release was not tested on this
[all …]
/optee_os-3.20.0/core/arch/arm/plat-vexpress/
A Dmain.c130 .it = IT_CONSOLE_UART,
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/
A Dsetjmp_a32.S276 it eq
/optee_os-3.20.0/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()

Completed in 29 milliseconds