Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/lib/semihosting/
H A Dsemihosting.c225 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()
/rk3399_ARM-atf/include/lib/
H A Dsemihosting.h58 void semihosting_exit(uint32_t reason, uint32_t subcode);
/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_main.c421 unsigned int reason; in rmmd_mecid_key_update() local
445 reason = (x1 >> MEC_REFRESH_REASON_SHIFT) & MEC_REFRESH_REASON_MASK; in rmmd_mecid_key_update()
446 ret = plat_rmmd_mecid_key_update(mecid, reason); in rmmd_mecid_key_update()
/rk3399_ARM-atf/plat/renesas/rzg/
H 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()
/rk3399_ARM-atf/docs/plat/
H 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:
H 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
H A Dsocionext-uniphier.rst60 BL2 must be compressed for the reason above. The UniPhier's platform makefile
H A Dimx8m.rst96 The reason for the MT_RW attribute mapping scheme is the fact that the SMC
/rk3399_ARM-atf/plat/renesas/rcar/
H A Dbl2_plat_setup.c386 static uint32_t reason = RCAR_COLD_BOOT; in is_ddr_backup_mode() local
393 return reason; in is_ddr_backup_mode()
397 return reason; in is_ddr_backup_mode()
406 reason = RCAR_WARM_BOOT; in is_ddr_backup_mode()
408 reason = RCAR_WARM_BOOT; in is_ddr_backup_mode()
410 return reason; in is_ddr_backup_mode()
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/
H A Drdv3_common.c193 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason) in plat_rmmd_mecid_key_update() argument
/rk3399_ARM-atf/
H A D.editorconfig43 # reason for changes.
/rk3399_ARM-atf/plat/imx/common/sci/svc/pm/
H 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()
/rk3399_ARM-atf/plat/imx/common/include/sci/svc/pm/
H A Dsci_pm_api.h583 sc_err_t sc_pm_reset_reason(sc_ipc_t ipc, sc_pm_reset_reason_t *reason);
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_common.c407 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason) in plat_rmmd_mecid_key_update() argument
/rk3399_ARM-atf/fdts/
H A Dstm32mp151a-prtt1a.dts214 * reason, so it should do no harm. All inputs configured with
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h418 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason);
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-8.rst67 For this reason, TF-A does not save ``x0`` to ``x3`` in the CPU context on an
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-aemv8-base.rst95 Payload. For the same reason, the FDT needs to be compiled from the DT source
/rk3399_ARM-atf/docs/process/
H A Dmisra-compliance.csv12 …isory,No,No,Fixing all instances would involve invasive changes to the codebase for no good reason.
120 …ISRA C 2012,Advisory,Yes,Optional,It would make some one-line functions grow in size for no reason.
H A Dcoding-style.rst191 The reason for this is to prevent accidental changes to control flow when
/rk3399_ARM-atf/docs/components/
H A Dxlat-tables-lib-v2-design.rst222 static regions. For this reason (and to retain backward compatibility with the
352 The most common reason for needing a sub-table is when a specific mapping
355 memory than expected. The reason is that all levels of translation are
H A Drmm-el3-comms-spec.rst154 be returned in x1 and it will encode a signed integer with the error reason.
707reason,x1,[0],UInt64, "reason is a single bit field used to indicate the reason for the MEC refres…
H A Dras.rst250 including the reason for the error, exception syndrome, and also ``flags``,
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_common.c1046 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason) in plat_rmmd_mecid_key_update() argument
/rk3399_ARM-atf/licenses/
H A DLICENSE-APACHE-2.0.txt174 incurred by, or claims asserted against, such Contributor by reason

12