Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 15 of 15) sorted by relevance

/arm-trusted-firmware-2.8.0/drivers/io/
A Dio_block.c259 size_t skip; in block_read() local
313 request = skip + left; in block_read()
319 if (request <= skip) { in block_read()
333 nbytes = request - skip; in block_read()
371 size_t skip; in block_write() local
426 request = skip + left; in block_write()
436 nbytes = request - skip; in block_write()
453 if (request <= skip) { in block_write()
462 nbytes = request - skip; in block_write()
472 if (request <= skip) in block_write()
[all …]
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/common/ble/
A Dble_main.c32 int skip = 0; in exec_ble_main() local
48 ble_plat_setup(&skip); in exec_ble_main()
53 if (skip) in exec_ble_main()
/arm-trusted-firmware-2.8.0/drivers/scmi-msg/
A Dbase.c153 if (count > a2p->skip) { in discover_list_protocols()
154 count = MIN(count - a2p->skip, msg->out_size - sizeof(p2a)); in discover_list_protocols()
162 memcpy(msg->out + sizeof(p2a), list + a2p->skip, count); in discover_list_protocols()
A Dbase.h66 uint32_t skip; member
/arm-trusted-firmware-2.8.0/lib/extensions/amu/aarch64/
A Damu_helpers.S257 .skip 8 /* AMEVCNTVOFF01_EL2 does not exist */
259 .skip 4
294 .skip 8 /* AMEVCNTVOFF01_EL2 does not exist */
296 .skip 4
/arm-trusted-firmware-2.8.0/include/plat/marvell/armada/a8k/common/
A Dplat_marvell.h69 int ble_plat_setup(int *skip);
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dstm32mp_crypto_lib.c401 size_t skip = 0U; in crypto_verify_signature() local
406 skip = cur->buf.len - bignum_len; in crypto_verify_signature()
412 if (seek + cur->buf.len > sizeof(sig) + skip) { in crypto_verify_signature()
416 memcpy(sig + seek, cur->buf.p + skip, cur->buf.len - skip); in crypto_verify_signature()
/arm-trusted-firmware-2.8.0/docs/plat/marvell/armada/
A Dporting.rst46 Boot rom can skip the current image and choose to boot from next position if a
51 Supported options to implement the skip request are:
67 (``plat/marvell/armada/a8k/a70x0/board/marvell_plat_config.c``), the image skip is
77 skip image request message is printed on the screen and boot rom boots from the
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/common/
A Dplat_ble_setup.c709 int ble_plat_setup(int *skip) in ble_plat_setup() argument
729 *skip = 1; in ble_plat_setup()
/arm-trusted-firmware-2.8.0/plat/allwinner/common/
A Darisc_off.S29 # it hangs the whole system. So we skip this step for core 0.
/arm-trusted-firmware-2.8.0/docs/plat/
A Dallwinner.rst70 can bet set to ``0`` on the build command line, to skip the PMIC setup
/arm-trusted-firmware-2.8.0/docs/design_documents/
A Dcontext_mgmt_rework.rst55 It is expected that this skip EL2 configuration is only needed for NS
57 `skip EL2 for Non Secure` config support if this is no longer used.
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md945 …- allow to skip PMIC regulator setup ([67412e4](https://review.trustedfirmware.org/plugins/gitiles…
1243 …- skip TOS_FW_CONFIG if not in FIP ([b706608](https://review.trustedfirmware.org/plugins/gitiles/T…
2069 …- do not skip __RW_END__ address during relocation ([4f1a658](https://review.trustedfirmware.org/p…
3004 …- do not skip init for crash console ([49c7f0c](https://review.trustedfirmware.org/plugins/gitiles…
/arm-trusted-firmware-2.8.0/docs/design/
A Dfirmware-design.rst1314 e.g. skip the action the second time, or undo/redo it.
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst749 ROTPK_NOT_DEPLOYED : This allows the platform to skip certificate ROTPK

Completed in 35 milliseconds