/trusted-firmware-a-3.6.0-3.5.0/lib/semihosting/ |
D | semihosting.c | 225 void semihosting_exit(uint32_t reason, uint32_t subcode) in semihosting_exit() argument 228 uint64_t parameters[] = {reason, subcode}; in semihosting_exit() 233 (void)semihosting_call(SEMIHOSTING_SYS_EXIT, reason); in semihosting_exit()
|
/trusted-firmware-a-3.6.0-3.5.0/include/lib/ |
D | semihosting.h | 58 void semihosting_exit(uint32_t reason, uint32_t subcode);
|
/trusted-firmware-a-3.6.0-3.5.0/plat/renesas/rzg/ |
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-3.6.0-3.5.0/plat/renesas/rcar/ |
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-3.6.0-3.5.0/docs/plat/ |
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:
|
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
|
D | imx8m.rst | 96 The reason for the MT_RW attribute mapping scheme is the fact that the SMC
|
D | socionext-uniphier.rst | 60 BL2 must be compressed for the reason above. The UniPhier's platform makefile
|
D | rpi3.rst | 295 - ``EL3_PAYLOAD_BASE``: The reason is that you can already load anything to any
|
/trusted-firmware-a-3.6.0-3.5.0/ |
D | .editorconfig | 43 # reason for changes.
|
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/common/include/sci/svc/pm/ |
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-3.6.0-3.5.0/plat/imx/common/sci/svc/pm/ |
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-3.6.0-3.5.0/plat/xilinx/common/include/ |
D | pm_api_sys.h | 32 enum pm_ret_status pm_abort_suspend(enum pm_abort_reason reason, uint32_t flag);
|
/trusted-firmware-a-3.6.0-3.5.0/plat/xilinx/common/pm_service/ |
D | pm_api_sys.c | 173 enum pm_ret_status pm_abort_suspend(enum pm_abort_reason reason, uint32_t flag) in pm_abort_suspend() argument 185 reason, primary_proc->node_id); in pm_abort_suspend()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/xilinx/zynqmp/pm_service/ |
D | zynqmp_pm_api_sys.h | 86 enum pm_ret_status pm_abort_suspend(enum pm_abort_reason reason);
|
D | zynqmp_pm_api_sys.c | 386 enum pm_ret_status pm_abort_suspend(enum pm_abort_reason reason) in pm_abort_suspend() argument 397 PM_PACK_PAYLOAD3(payload, PM_ABORT_SUSPEND, reason, in pm_abort_suspend()
|
/trusted-firmware-a-3.6.0-3.5.0/fdts/ |
D | stm32mp151a-prtt1a.dts | 190 * reason, so it should do no harm. All inputs configured with
|
/trusted-firmware-a-3.6.0-3.5.0/docs/security_advisories/ |
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-3.6.0-3.5.0/docs/components/ |
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
|
D | ras.rst | 157 including the reason for the error, exception syndrome, and also ``flags``,
|
D | rmm-el3-comms-spec.rst | 152 be returned in x1 and it will encode a signed integer with the error reason
|
/trusted-firmware-a-3.6.0-3.5.0/docs/process/ |
D | coding-style.rst | 188 The reason for this is to prevent accidental changes to control flow when
|
D | coding-guidelines.rst | 499 reason, the TF-A project used to make heavy use of weak functions and there
|
/trusted-firmware-a-3.6.0-3.5.0/docs/plat/marvell/armada/ |
D | build.rst | 101 There is no reason to enable this feature if OP-TEE OS built with CFG_WITH_PAGER=n.
|
/trusted-firmware-a-3.6.0-3.5.0/docs/design_documents/ |
D | measured_boot_poc.rst | 41 The reason to choose OP-TEE Toolkit to build our PoC around it is mostly
|