Home
last modified time | relevance | path

Searched refs:save (Results 1 – 24 of 24) sorted by relevance

/rk3399_ARM-atf/lib/libc/
H A Dstrrchr.c38 char *save; in strrchr() local
42 for (save = NULL;; ++p) { in strrchr()
44 save = (char *)p; in strrchr()
46 return (save); in strrchr()
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/gpio/
H A Drk3399_gpio.c373 const struct gpio_save *save = &store_gpio[i - 2]; in plat_rockchip_restore_gpio() local
375 mmio_write_32(base + SWPORTA_DR, save->swporta_dr); in plat_rockchip_restore_gpio()
376 mmio_write_32(base + SWPORTA_DDR, save->swporta_ddr); in plat_rockchip_restore_gpio()
377 mmio_write_32(base + INTEN, save->inten); in plat_rockchip_restore_gpio()
378 mmio_write_32(base + INTMASK, save->intmask); in plat_rockchip_restore_gpio()
379 mmio_write_32(base + INTTYPE_LEVEL, save->inttype_level); in plat_rockchip_restore_gpio()
380 mmio_write_32(base + INT_POLARITY, save->int_polarity); in plat_rockchip_restore_gpio()
381 mmio_write_32(base + DEBOUNCE, save->debounce); in plat_rockchip_restore_gpio()
382 mmio_write_32(base + LS_SYNC, save->ls_sync); in plat_rockchip_restore_gpio()
/rk3399_ARM-atf/docs/components/
H A Dactivity-monitors.rst10 sets up the |AMU| prior to its exit from EL3, and will save and restore
11 architected |AMU| counters upon suspend and resume. It will also save and
H A Dcontext-management-library.rst16 in TF-A, not the hardware, to save and restore register state.
28 security state and save enough EL3 metadata to be able to return to that exception
93 3. **Flexibility for Dispatchers to select desired feature set to save and restore**
97 feature set, and thereby save and restore the configuration associated with them.
155 #. ``context_mgmt.c`` : consists of core functions that setup, save and restore
161 #. ``context.S`` : consists of functions that save and restore some of the context
449 These functions are utilized by world dispatcher components at EL3 to save and
458 save and restore the Pauth registers during world switch.
460 lower exception levels of Secure and Realm worlds. In this scenario, we save the
576 context save operation is not required.
H A Drmm-el3-comms-spec.rst14 invoked by RMM as well as the register save-restore convention when handling an
218 EL3 services expected by RMM at runtime as well as the register save and
1050 shall save and restore the required register state to ensure correct
1056 EL3 shall maintain a distinct register context per world and shall save
1068 EL3 shall save and restore all EL2 system registers corresponding to
1075 EL3 shall save and restore the following Pointer Authentication (PAuth)
1089 EL3 shall not save or restore the registers listed below. If the Realm
H A Dsecure-partition-manager.rst84 ``SPMD_SPM_AT_SEL2`` is enabled. The context save/restore routine
H A Dsecure-partition-manager-mm.rst591 The SPM must save this syndrome information and use it to delegate the next
/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
89 * Macro to save the General purpose registers (r0 - r12), the banked
92 * already saved. The `sp` must point to the `smc_ctx_t` to save to.
93 * Additionally, also save the 'pmcr' register as this is updated whilst
H A Dsecurity-advisory-tfv-5.rst35 Since TF-A does not save and restore ``PMCR_EL0`` when switching between the
H A Dsecurity-advisory-tfv-6.rst80 it needs to save/restore. Although the ``BPIALL`` instruction is not effective
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-internals.rst10 - ``CTX_INCLUDE_EL2_REGS``: This boolean option provides context save/restore
H A Dbuild-options.rst92 ``SAVE_KEYS=1``, only a file is accepted and it will be used to save the key.
106 ``SAVE_KEYS=1``, only a file is accepted and it will be used to save the key.
117 ``SAVE_KEYS=1``, only a file is accepted and it will be used to save the key.
321 register during EL2 context save/restore operations. ``FEAT_CSV2_2`` is an
365 Physical Offset register) during EL2 to EL3 context save/restore operations.
378 Read Trap Register) during EL2 to EL3 context save/restore operations.
385 during EL2 to EL3 context save/restore operations.
421 well as adding HCRX_EL2 to the EL2 context save/restore operations. Its a
501 during EL2 context save/restore operations.``FEAT_VHE`` is a mandatory
508 well as adding TCR2_EL2 to the EL2 context save/restore operations. Its a
[all …]
H A Dprerequisites.rst170 npm install --no-save
/rk3399_ARM-atf/fdts/
H A Dstm32mp15-ddr3-2x4Gb-1066-binG.dtsi15 * Save Date: 2020.02.20, save Time: 18:49:33
H A Dstm32mp15-ddr3-1x4Gb-1066-binG.dtsi15 * Save Date: 2020.02.20, save Time: 18:45:20
H A Dstm32mp15-ddr3-1x2Gb-1066-binG.dtsi15 * Save Date: 2020.02.20, save Time: 18:45:20
/rk3399_ARM-atf/docs/plat/st/
H A Dstm32mpus.rst49 to save space and not overflow SYSRAM size, or else the platform won't build or boot.
/rk3399_ARM-atf/docs/plat/nxp/
H A Dnxp-ls-fuse-prov.rst144 -- User need to save the SRK key pair and OTPMK Key forever, to continue using this board.
/rk3399_ARM-atf/docs/design/
H A Dinterrupt-framework-design.rst126 state. This is a valid routing model as secure software in EL3 can save
573 handler which should save the SP state correctly and resume execution in
721 The SPD service must save the system register context of the current
742 exception level in the non-secure state. The former should save the SP context,
775 secure interrupt during ``yielding`` SMC processing, save the registers that
778 save any other secure context since the TSP is expected to preserve it
916 should save any Secure-EL1 system register context which is needed for resuming
H A Dauth-framework.rst303 Most platforms save the hash of the ROTPK, but some may save slightly different
H A Dfirmware-design.rst1506 cores will powerdown and immediately power back up when this happens. To save on
/rk3399_ARM-atf/docs/
H A Dchange-log.md1099 …- do not save SCR_EL3 on external aborts ([a202529](https://review.trustedfirmware.org/plugins/git…
2535 …- enable fp during fp save/restore ([5141de1](https://review.trustedfirmware.org/plugins/gitiles/T…
3428 …- add routines to save, restore sve state ([6d5319a](https://review.trustedfirmware.org/plugins/gi…
3635 …**See:** skip NS EL1 context save & restore operations ([2d960a1](https://review.trustedfirmware.o…
3667 …- save/restore DSU PMU register ([f99a69c](https://review.trustedfirmware.org/plugins/gitiles/TF-A…
3740 …- add save/restore DSU PMU register support ([b87d7ab](https://review.trustedfirmware.org/plugins/…
4337 …- skip NS EL1 context save & restore operations ([2d960a1](https://review.trustedfirmware.org/plug…
4388 …- save guarded control stack registers ([6aae3ac](https://review.trustedfirmware.org/plugins/gitil…
4389 …- update gic el2 sysregs save/restore mechanism ([937d6fd](https://review.trustedfirmware.org/plug…
4391 …- move EL1 save/restore routines into C ([59f8882](https://review.trustedfirmware.org/plugins/giti…
[all …]
H A Dporting-guide.rst640 behaviour of the ``assert()`` function (for example, to save memory).
3116 case, the power domain is expected to save enough state so that it can resume
3132 ``gicv3_distif_save()`` helper to save the context of the GIC Distributor after
3348 Typical bookkeeping during PSCI power management calls include save/restore
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model.rst1061 | | Build options are also provided to save/restore |