Searched refs:skip (Results 1 – 16 of 16) sorted by relevance
259 size_t skip; in block_read() local291 skip = cur->file_pos & (block_size - 1U); in block_read()299 if ((skip + left) > buf->length) { in block_read()313 request = skip + left; in block_read()319 if (request <= skip) { in block_read()333 nbytes = request - skip; in block_read()338 (void *)(buf->offset + skip), in block_read()371 size_t skip; in block_write() local404 skip = cur->file_pos & (block_size - 1U); in block_write()412 if ((skip + left) > buf->length) { in block_write()[all …]
32 int skip = 0; in exec_ble_main() local48 ble_plat_setup(&skip); in exec_ble_main()53 if (skip) in exec_ble_main()
155 if (count > a2p->skip) { in discover_list_protocols()156 count = MIN((uint32_t)(count - a2p->skip), in discover_list_protocols()165 memcpy(msg->out + sizeof(p2a), list + a2p->skip, count); in discover_list_protocols()
66 uint32_t skip; member
93 b.lt skip /* skip if no cache or icache */95 skip: label
411 size_t skip = 0U; in crypto_verify_signature() local416 skip = cur->buf.len - bignum_len; in crypto_verify_signature()422 if (seek + cur->buf.len > sizeof(sig) + skip) { in crypto_verify_signature()426 memcpy(sig + seek, cur->buf.p + skip, cur->buf.len - skip); in crypto_verify_signature()
69 int ble_plat_setup(int *skip);
46 Boot rom can skip the current image and choose to boot from next position if a51 Supported options to implement the skip request are:67 (``plat/marvell/armada/a8k/a70x0/board/marvell_plat_config.c``), the image skip is77 skip image request message is printed on the screen and boot rom boots from the
709 int ble_plat_setup(int *skip) in ble_plat_setup() argument729 *skip = 1; in ble_plat_setup()
74 "skip": {
29 # it hangs the whole system. So we skip this step for core 0.
72 can bet set to ``0`` on the build command line, to skip the PMIC setup
277 …- skip paged image info ([803560d](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted…736 …- skip SP discovery through FFA_PARTITION_INFO_GET_REGS ([0fbcef0](https://review.trustedfirmware.…1009 …- skip spurious id while group0 interrupt handling ([5b10f25](https://review.trustedfirmware.org/p…1362 …- skip Layerscape makefile for S32 build ([ba3668f](https://review.trustedfirmware.org/plugins/git…2751 …- skip OP-TEE header check if image base is NULL ([b452e7a](https://review.trustedfirmware.org/plu…3635 …**See:** skip NS EL1 context save & restore operations ([2d960a1](https://review.trustedfirmware.o…4337 …- skip NS EL1 context save & restore operations ([2d960a1](https://review.trustedfirmware.org/plug…5452 …- skip console flush if UART is disabled ([b156d7b](https://review.trustedfirmware.org/plugins/git…7463 …- allow to skip PMIC regulator setup ([67412e4](https://review.trustedfirmware.org/plugins/gitiles…7761 …- skip TOS_FW_CONFIG if not in FIP ([b706608](https://review.trustedfirmware.org/plugins/gitiles/T…[all …]
827 ROTPK_NOT_DEPLOYED : This allows the platform to skip certificate ROTPK
219 and skip in EL3 due to the additional cost of maintaining large data
1366 e.g. skip the action the second time, or undo/redo it.