/trusted-firmware-a/lib/semihosting/ |
A D | semihosting.c | 223 void semihosting_exit(uint32_t reason, uint32_t subcode) in semihosting_exit() argument 226 uint64_t parameters[] = {reason, subcode}; in semihosting_exit() 231 (void)semihosting_call(SEMIHOSTING_SYS_EXIT, reason); in semihosting_exit()
|
/trusted-firmware-a/include/lib/ |
A D | semihosting.h | 58 void semihosting_exit(uint32_t reason, uint32_t subcode);
|
/trusted-firmware-a/plat/xilinx/zynqmp/pm_service/ |
A D | pm_api_sys.h | 52 enum pm_ret_status pm_abort_suspend(enum pm_abort_reason reason); 65 enum pm_ret_status pm_init_suspend_cb(enum pm_suspend_reason reason,
|
A D | pm_api_sys.c | 199 enum pm_ret_status pm_abort_suspend(enum pm_abort_reason reason) in pm_abort_suspend() argument 210 PM_PACK_PAYLOAD3(payload, PM_ABORT_SUSPEND, reason, in pm_abort_suspend()
|
/trusted-firmware-a/plat/renesas/rcar/ |
A D | bl2_plat_setup.c | 333 static uint32_t reason = RCAR_COLD_BOOT; in is_ddr_backup_mode() local 340 return reason; in is_ddr_backup_mode() 344 return reason; in is_ddr_backup_mode() 353 reason = RCAR_WARM_BOOT; in is_ddr_backup_mode() 355 reason = RCAR_WARM_BOOT; in is_ddr_backup_mode() 357 return reason; in is_ddr_backup_mode()
|
/trusted-firmware-a/plat/renesas/rzg/ |
A D | bl2_plat_setup.c | 315 static uint32_t reason = RCAR_COLD_BOOT; in is_ddr_backup_mode() local 319 return reason; in is_ddr_backup_mode() 324 return reason; in is_ddr_backup_mode() 327 reason = RCAR_WARM_BOOT; in is_ddr_backup_mode() 328 return reason; in is_ddr_backup_mode()
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/ |
A D | rcar-gen3.rst.txt | 75 PMIC) before determining the boot reason (cold or warm). 81 Once BL2 boots, it determines the boot reason, writes it to shared 86 it still needs to initialize the rest of the cores; this is the reason 92 Depending on the boot reason BL31 initializes the rest of the cores:
|
A D | rz-g2.rst.txt | 74 BL2 initializes DDR before determining the boot reason (cold or warm). 76 Once BL2 boots, it determines the boot reason, writes it to shared 81 it still needs to initialize the rest of the cores; this is the reason
|
A D | socionext-uniphier.rst.txt | 60 BL2 must be compressed for the reason above. The UniPhier's platform makefile
|
/trusted-firmware-a/docs/plat/ |
A D | rcar-gen3.rst | 75 PMIC) before determining the boot reason (cold or warm). 81 Once BL2 boots, it determines the boot reason, writes it to shared 86 it still needs to initialize the rest of the cores; this is the reason 92 Depending on the boot reason BL31 initializes the rest of the cores:
|
A D | rz-g2.rst | 74 BL2 initializes DDR before determining the boot reason (cold or warm). 76 Once BL2 boots, it determines the boot reason, writes it to shared 81 it still needs to initialize the rest of the cores; this is the reason
|
A D | socionext-uniphier.rst | 60 BL2 must be compressed for the reason above. The UniPhier's platform makefile
|
/trusted-firmware-a/docs/build/latex/ |
A D | sphinxoptionsgeometry.sty | 47 % for some reason, jreport normalizes all dimensions with \@settopoint
|
/trusted-firmware-a/ |
A D | .editorconfig | 43 # reason for changes.
|
/trusted-firmware-a/plat/imx/common/sci/svc/pm/ |
A D | pm_rpc_clnt.c | 360 sc_err_t sc_pm_reset_reason(sc_ipc_t ipc, sc_pm_reset_reason_t *reason) in sc_pm_reset_reason() argument 373 if (reason != NULL) { in sc_pm_reset_reason() 374 *reason = RPC_U8(&msg, 0U); in sc_pm_reset_reason()
|
/trusted-firmware-a/plat/imx/common/include/sci/svc/pm/ |
A D | sci_pm_api.h | 583 sc_err_t sc_pm_reset_reason(sc_ipc_t ipc, sc_pm_reset_reason_t *reason);
|
/trusted-firmware-a/plat/xilinx/versal/pm_service/ |
A D | pm_api_sys.h | 23 enum pm_ret_status pm_abort_suspend(enum pm_abort_reason reason, uint32_t flag);
|
A D | pm_api_sys.c | 163 enum pm_ret_status pm_abort_suspend(enum pm_abort_reason reason, uint32_t flag) in pm_abort_suspend() argument 175 reason, primary_proc->node_id); in pm_abort_suspend()
|
/trusted-firmware-a/docs/security_advisories/ |
A D | security-advisory-tfv-8.rst | 67 For this reason, TF-A does not save ``x0`` to ``x3`` in the CPU context on an
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/ |
A D | security-advisory-tfv-8.rst.txt | 67 For this reason, TF-A does not save ``x0`` to ``x3`` in the CPU context on an
|
/trusted-firmware-a/docs/components/ |
A D | xlat-tables-lib-v2-design.rst | 239 static regions. For this reason (and to retain backward compatibility with the 369 The most common reason for needing a sub-table is when a specific mapping 372 memory than expected. The reason is that all levels of translation are
|
A D | ras.rst | 112 including the reason for the error, exception syndrome, and also ``flags``,
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | xlat-tables-lib-v2-design.rst.txt | 239 static regions. For this reason (and to retain backward compatibility with the 369 The most common reason for needing a sub-table is when a specific mapping 372 memory than expected. The reason is that all levels of translation are
|
A D | ras.rst.txt | 112 including the reason for the error, exception syndrome, and also ``flags``,
|
/trusted-firmware-a/docs/process/ |
A D | coding-style.rst | 188 The reason for this is to prevent accidental changes to control flow when
|