Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 44) sorted by relevance

12

/trusted-firmware-a/lib/semihosting/
A Dsemihosting.c223 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 Dsemihosting.h58 void semihosting_exit(uint32_t reason, uint32_t subcode);
/trusted-firmware-a/plat/xilinx/zynqmp/pm_service/
A Dpm_api_sys.h52 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 Dpm_api_sys.c199 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 Dbl2_plat_setup.c333 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 Dbl2_plat_setup.c315 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 Drcar-gen3.rst.txt75 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 Drz-g2.rst.txt74 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 Dsocionext-uniphier.rst.txt60 BL2 must be compressed for the reason above. The UniPhier's platform makefile
/trusted-firmware-a/docs/plat/
A Drcar-gen3.rst75 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 Drz-g2.rst74 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 Dsocionext-uniphier.rst60 BL2 must be compressed for the reason above. The UniPhier's platform makefile
/trusted-firmware-a/docs/build/latex/
A Dsphinxoptionsgeometry.sty47 % for some reason, jreport normalizes all dimensions with \@settopoint
/trusted-firmware-a/
A D.editorconfig43 # reason for changes.
/trusted-firmware-a/plat/imx/common/sci/svc/pm/
A Dpm_rpc_clnt.c360 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 Dsci_pm_api.h583 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 Dpm_api_sys.h23 enum pm_ret_status pm_abort_suspend(enum pm_abort_reason reason, uint32_t flag);
A Dpm_api_sys.c163 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 Dsecurity-advisory-tfv-8.rst67 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 Dsecurity-advisory-tfv-8.rst.txt67 For this reason, TF-A does not save ``x0`` to ``x3`` in the CPU context on an
/trusted-firmware-a/docs/components/
A Dxlat-tables-lib-v2-design.rst239 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 Dras.rst112 including the reason for the error, exception syndrome, and also ``flags``,
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dxlat-tables-lib-v2-design.rst.txt239 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 Dras.rst.txt112 including the reason for the error, exception syndrome, and also ``flags``,
/trusted-firmware-a/docs/process/
A Dcoding-style.rst188 The reason for this is to prevent accidental changes to control flow when

Completed in 26 milliseconds

12