Searched refs:number (Results 1 – 13 of 13) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/caam/utils/ |
A D | utils_sgt.c | 26 ROUNDUP(sgtbuf->number, CFG_CAAM_SGT_ALIGN) * in caam_sgt_entries_cache_clean() 39 SGT_TRACE("SGT @%p %d entries", insgt, insgt->number); in caam_sgt_cache_op() 53 SGT_TRACE("Create %d SGT entries", sgt->number); in caam_sgt_fill_table() 55 for (idx = 0; idx < sgt->number - 1; idx++) { in caam_sgt_fill_table() 77 from->number); in caam_sgt_derive() 88 sgt->number = 1; in caam_sgt_derive() 91 for (idx++; idx < from->number && rlength; idx++) { in caam_sgt_derive() 93 sgt->number++; in caam_sgt_derive() 96 sgt->sgt_type = (sgt->number > 1) ? true : false; in caam_sgt_derive() 109 sgt->number * sizeof(*sgt->sgt)); in caam_sgt_derive() [all …]
|
A D | utils_dmaobj.c | 870 for (idx = 0; idx < obj->sgtbuf.number; idx++) { in caam_dmaobj_copy_to_orig() 908 for (idx = 0; idx < obj->sgtbuf.number; idx++) { in caam_dmaobj_copy_ltrim_to_orig() 942 for (; idx < obj->sgtbuf.number; idx++) { in caam_dmaobj_copy_ltrim_to_orig() 1001 obj->sgtbuf.number = priv->nb_sgtbuf; in caam_dmaobj_free() 1019 if (obj->sgtbuf.number) { in caam_dmaobj_free() 1020 DMAOBJ_TRACE("Free #%d SGT/Buffer %p", obj->sgtbuf.number, in caam_dmaobj_free() 1332 obj->sgtbuf.number = priv->nb_sgtbuf; in caam_dmaobj_sgtbuf_build() 1340 obj->sgtbuf.number = nb_sgt; in caam_dmaobj_sgtbuf_build() 1346 obj->sgtbuf.number, retstatus); in caam_dmaobj_sgtbuf_build() 1360 obj->sgtbuf.number = nb_sgt; in caam_dmaobj_sgtbuf_build()
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | stm32mp157c-dhcom-pdk2.dts | 8 * DHCOM PCB number: 587-200 or newer 9 * PDK2 PCB number: 516-400 or newer
|
A D | stm32mp157a-dhcor-avenger96.dts | 9 * DHCOR PCB number: 586-100 or newer 10 * Avenger96 PCB number: 588-200 or newer
|
A D | fsl-lx2160a.dtsi | 1280 * Define the maximum number of MACs present on the SoC.
|
/optee_os-3.20.0/ldelf/ |
A D | syscalls_a32.S | 29 @ Tell number of arguments passed on the stack
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.doc | 71 number of separate buffer pools, there is no limit on the total storage 131 space required to satisfy the allocation request and a sequence number 137 next-higher sequence number. 209 specifying the number of bytes (total buffer size, including header 211 number indicating the number of consecutive calls on <compact> 212 attempting to satisfy this allocation request. The sequence number is 1 255 <nget> and <nrel> are filled, respectively, with the number of 256 successful (non-NULL return) bget() calls and the number of brel() 265 expansion block releases are disabled. The number of currently active 268 respectively, the number of expansion block acquisitions and releases [all …]
|
/optee_os-3.20.0/lib/libutee/arch/arm/ |
A D | utee_syscalls_a32.S | 39 @ Tell number of arguments passed on the stack
|
/optee_os-3.20.0/core/drivers/crypto/caam/include/ |
A D | caam_utils_sgt.h | 63 unsigned int number; /* Number of SGT/Buf */ member
|
/optee_os-3.20.0/lib/libutils/ext/ |
A D | snprintk.c | 396 goto number; in kprintf() 494 number: if ((dprec = prec) >= 0) in kprintf()
|
/optee_os-3.20.0/core/arch/arm/plat-imx/pm/ |
A D | psci-cpuidle-imx7.S | 741 mov r0, #0 @ ; set way number to 0 743 mov r1, #0 @ ; set line number (=index) to 0 750 add r0, r0, #1 << WAY_FIELD_OFFSET @ ; increment the way number
|
A D | psci-suspend-imx7.S | 667 mov r0, #0 @ ; set way number to 0 669 mov r1, #0 @ ; set line number (=index) to 0 676 add r0, r0, #1 << WAY_FIELD_OFFSET @ ; increment the way number
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 266 large number of signature operations. This completes a partial fix in 425 size may have been rounded up to a whole number of bytes. 1544 previous settings for the number of rounds made it practical for an 1593 mbedtls_mpi_is_prime_ext() which allows specifying the number of 2522 number to write in hexadecimal is negative and requires an odd number of 3355 big-endian platform when size was not an integer number of limbs 3441 * Forbid sequence number wrapping 3746 * Forbid sequence number wrapping 3785 big-endian platform when size was not an integer number of limbs 4132 * Added an EXPLICIT tag number parameter to x509_get_ext() [all …]
|
Completed in 17 milliseconds