| /trusted-firmware-a/drivers/nxp/crypto/caam/src/ |
| A D | sec_jr_driver.c | 136 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 D | sec_hw_specific.c | 433 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 D | bl31.ld | 41 …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 D | bl1.ld | 58 "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 D | sec_jr_driver.h | 176 int dequeue_jr(void *job_ring_handle, int32_t limit);
|
| A D | sec_hw_specific.h | 425 int hw_poll_job_ring(struct sec_job_ring_t *job_ring, int32_t limit);
|
| /trusted-firmware-a/build/qemu/release/bl2/ |
| A D | bl2.ld | 50 …e000000 + 0x00001000) + (0x00060000 - 0x00001000)) - 0x20000), "BL2 image has exceeded its limit.")
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
| A D | mpmm.rst.txt | 7 assist in |SoC| processor power domain dynamic power budgeting and limit the
|
| A D | xlat-tables-lib-v2-design.rst.txt | 227 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 D | mpmm.rst | 7 assist in |SoC| processor power domain dynamic power budgeting and limit the
|
| A D | xlat-tables-lib-v2-design.rst | 227 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 | .editorconfig | 41 # "The limit on the length of lines is 100 columns"
|
| /trusted-firmware-a/drivers/brcm/emmc/ |
| A D | emmc_csl_sdcard.c | 400 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 D | socionext-uniphier.rst | 11 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 D | socionext-uniphier.rst.txt | 11 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 D | pwrc.c | 250 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 D | coding-style.rst.txt | 110 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 D | coding-guidelines.rst.txt | 65 generally conform to the 80 character limit this is overly restrictive in some
|
| /trusted-firmware-a/docs/process/ |
| A D | coding-style.rst | 110 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 D | coding-guidelines.rst | 65 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 D | threat_model.rst.txt | 595 | | access memory beyond its limit. |
|
| /trusted-firmware-a/docs/threat_model/ |
| A D | threat_model.rst | 595 | | access memory beyond its limit. |
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
| A D | build-options.rst.txt | 270 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 D | build-options.rst | 270 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 D | firmware-design.rst | 1663 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
|