| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | image.py | 26 def limit(self) -> Optional[int]: member in Region 53 if self.limit is None: 59 return self.limit - self.end
|
| H A D | printer.py | 102 val.limit if val.limit is not None else "?",
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/ |
| H A D | zynqmp_sdei.c | 20 uint64_t limit = BL31_LIMIT; in arm_validate_ns_entrypoint() local 22 return (entrypoint < base || entrypoint > limit) ? 0 : -1; in arm_validate_ns_entrypoint()
|
| /rk3399_ARM-atf/drivers/nxp/crypto/caam/src/ |
| H 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()
|
| H 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()
|
| /rk3399_ARM-atf/plat/xilinx/versal_net/ |
| H A D | versal_net_sdei.c | 17 uintptr_t limit = BL31_LIMIT; in arm_validate_ns_entrypoint() local 19 ret = ((entrypoint < base) || (entrypoint > limit)) ? 0 : -1; in arm_validate_ns_entrypoint()
|
| /rk3399_ARM-atf/include/drivers/nxp/crypto/caam/ |
| H A D | sec_jr_driver.h | 176 int dequeue_jr(void *job_ring_handle, int32_t limit);
|
| H A D | sec_hw_specific.h | 423 int hw_poll_job_ring(struct sec_job_ring_t *job_ring, int32_t limit);
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | mpmm.rst | 7 assist in |SoC| processor power domain dynamic power budgeting and limit the
|
| H A D | xlat-tables-lib-v2-design.rst | 211 the ``MAP_REGION*()`` family of helper macros. This is to limit the risk of
|
| /rk3399_ARM-atf/ |
| H A D | .editorconfig | 41 # "The limit on the length of lines is 100 columns"
|
| /rk3399_ARM-atf/drivers/brcm/emmc/ |
| H 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()
|
| /rk3399_ARM-atf/docs/plat/ |
| H 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
|
| /rk3399_ARM-atf/drivers/renesas/common/pwrc/ |
| H A D | pwrc.c | 244 uint32_t limit, c; in rcar_pwrc_cpuon() local 252 limit = IS_CA53(c) ? 0x5A5A0000 : 0xA5A50000; in rcar_pwrc_cpuon() 254 res_data = mmio_read_32(res_reg) | limit; in rcar_pwrc_cpuon()
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H A D | uart-booting.rst | 52 be limit of Armada37x0 SoC) which is much higher and faster than Marvell Wtpdownloader.
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | coding-style.rst | 113 Line length *should* be at most **80 characters**. This limit does not include 116 This rule is a *should*, not a must, and it is acceptable to exceed the limit
|
| H A D | coding-guidelines.rst | 65 generally conform to the 80 character limit this is overly restrictive in some
|
| /rk3399_ARM-atf/docs/tools/ |
| H A D | memory-layout-tool.rst | 148 and limit addresses of each bootloader stage.
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model.rst | 461 | | access memory beyond its limit. | 536 | | Platforms are encouraged to use it to limit the |
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | 584 firmware to detect and limit high activity events to assist in SoC processor 585 power domain dynamic power budgeting and limit the triggering of whole-rail 1104 limit, for example due to asymmetric configuration or limitations of 1107 hardware will limit the effective VL to the maximum physically supported
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | firmware-design.rst | 134 limit in the entry point information, since there is no platform function 1794 as well as a limit address that it must not overstep. The latter is used in the 1800 aarch64-none-elf-ld: BLx has exceeded its limit. 1803 on FVP, BL31 and TSP need to know the limit address that their PROGBITS 2476 limit the memory cost, this flag also changes the memory layout such that the
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 901 …- limit pm_feature_check deprecation warning to once per boot ([eaceb37](https://review.trustedfir… 3761 …- increase bl2 size limit ([2d46b2e](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trust… 4180 …- increase BL2 maximum size limit ([19258a5](https://review.trustedfirmware.org/plugins/gitiles/TF… 6101 …- increase BL32 limit ([c2a7612](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-f… 8125 …- limit virtual offset register access to NS world ([a4c3945](https://review.trustedfirmware.org/p… 8143 …- fix SP count limit without dual root CoT ([9ce15fe](https://review.trustedfirmware.org/plugins/g… 8430 …- limit snprintf radix value ([b30dd40](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr… 9152 …- limit BL31 memory usage ([d457230](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trust… 10155 - Fixed limit of 256 CPUs caused by cast to unsigned char 10825 - arm/sgi: Bump bl1 RW limit, mark remote chip shared ram as non-cacheable,
|