Home
last modified time | relevance | path

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

12

/trusted-firmware-a/drivers/nxp/crypto/caam/src/
A Dsec_jr_driver.c136 int dequeue_jr(void *job_ring_handle, int32_t limit) in dequeue_jr() argument
154 if (((limit == 0) || (limit > SEC_JOB_RING_SIZE))) { in dequeue_jr()
159 VERBOSE("JR Polling limit[%d]\n", limit); in dequeue_jr()
170 notified_descs_no = hw_poll_job_ring(job_ring, limit); in dequeue_jr()
A Dsec_hw_specific.c433 int hw_poll_job_ring(struct sec_job_ring_t *job_ring, int32_t limit) in hw_poll_job_ring() argument
474 jobs_no_to_notify = (limit < 0 || limit > number_of_jobs_available) ? in hw_poll_job_ring()
475 number_of_jobs_available : limit; in hw_poll_job_ring()
/trusted-firmware-a/build/qemu/release/bl31/
A Dbl31.ld41 …000 + 0x00001000) + (0x00060000 - 0x00001000)) - 0x12000), "BL31 progbits has exceeded its limit.")
58 …. <= ((0x0e000000 + 0x00001000) + (0x00060000 - 0x00001000)), "BL31 image has exceeded its limit.")
/trusted-firmware-a/build/qemu/release/bl1/
A Dbl1.ld58 "BL1's ROM content has exceeded its limit.")
62 …(0x0e000000 + 0x00001000) + (0x00060000 - 0x00001000)), "BL1's RW section has exceeded its limit.")
/trusted-firmware-a/include/drivers/nxp/crypto/caam/
A Dsec_jr_driver.h176 int dequeue_jr(void *job_ring_handle, int32_t limit);
A Dsec_hw_specific.h425 int hw_poll_job_ring(struct sec_job_ring_t *job_ring, int32_t limit);
/trusted-firmware-a/build/qemu/release/bl2/
A Dbl2.ld50 …e000000 + 0x00001000) + (0x00060000 - 0x00001000)) - 0x20000), "BL2 image has exceeded its limit.")
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dmpmm.rst.txt7 assist in |SoC| processor power domain dynamic power budgeting and limit the
A Dxlat-tables-lib-v2-design.rst.txt227 the ``MAP_REGION*()`` family of helper macros. This is to limit the risk of
395 directly maps regions by "base" and "limit" (bottom and top) addresses.
/trusted-firmware-a/docs/components/
A Dmpmm.rst7 assist in |SoC| processor power domain dynamic power budgeting and limit the
A Dxlat-tables-lib-v2-design.rst227 the ``MAP_REGION*()`` family of helper macros. This is to limit the risk of
395 directly maps regions by "base" and "limit" (bottom and top) addresses.
/trusted-firmware-a/
A D.editorconfig41 # "The limit on the length of lines is 100 columns"
/trusted-firmware-a/drivers/brcm/emmc/
A Demmc_csl_sdcard.c400 uint32_t ocr = 0, newOcr, rc, limit = 0; in init_mmc_card() local
411 limit++; in init_mmc_card()
416 } while (((ocr & SD_CARD_BUSY) == 0) && (limit < SD_CARD_RETRY_LIMIT)); in init_mmc_card()
418 if (limit >= SD_CARD_RETRY_LIMIT) { in init_mmc_card()
/trusted-firmware-a/docs/plat/
A Dsocionext-uniphier.rst11 problem is BL2 does not fit in the 64KB limit if
26 fits in the 64KB limit. The concatenated image is loaded by the internal boot
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dsocionext-uniphier.rst.txt11 problem is BL2 does not fit in the 64KB limit if
26 fits in the 64KB limit. The concatenated image is loaded by the internal boot
/trusted-firmware-a/drivers/renesas/common/pwrc/
A Dpwrc.c250 uint32_t limit, c; in rcar_pwrc_cpuon() local
258 limit = IS_CA53(c) ? 0x5A5A0000 : 0xA5A50000; in rcar_pwrc_cpuon()
260 res_data = mmio_read_32(res_reg) | limit; in rcar_pwrc_cpuon()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dcoding-style.rst.txt110 Line length *should* be at most **80 characters**. This limit does not include
113 This rule is a *should*, not a must, and it is acceptable to exceed the limit
A Dcoding-guidelines.rst.txt65 generally conform to the 80 character limit this is overly restrictive in some
/trusted-firmware-a/docs/process/
A Dcoding-style.rst110 Line length *should* be at most **80 characters**. This limit does not include
113 This rule is a *should*, not a must, and it is acceptable to exceed the limit
A Dcoding-guidelines.rst65 generally conform to the 80 character limit this is overly restrictive in some
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/threat_model/
A Dthreat_model.rst.txt595 | | access memory beyond its limit. |
/trusted-firmware-a/docs/threat_model/
A Dthreat_model.rst595 | | access memory beyond its limit. |
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dbuild-options.rst.txt270 firmware to detect and limit high activity events to assist in SoC processor
271 power domain dynamic power budgeting and limit the triggering of whole-rail
/trusted-firmware-a/docs/getting_started/
A Dbuild-options.rst270 firmware to detect and limit high activity events to assist in SoC processor
271 power domain dynamic power budgeting and limit the triggering of whole-rail
/trusted-firmware-a/docs/design/
A Dfirmware-design.rst1663 as well as a limit address that it must not overstep. The latter is used in the
1669 aarch64-none-elf-ld: BLx has exceeded its limit.
1672 on FVP, BL31 and TSP need to know the limit address that their PROGBITS
2296 limit the memory cost, this flag also changes the memory layout such that the

Completed in 55 milliseconds

12