Home
last modified time | relevance | path

Searched refs:resume (Results 1 – 14 of 14) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/
H A Dmt_spm_conservation.c44 unsigned short resume; member
169 (spm_cst_info.entries != spm_cst_info.resume)) { in go_to_spm_after_wfi()
184 spm_cst_info.resume = spm_cst_info.entries; in go_to_spm_after_wfi()
/rk3399_ARM-atf/services/std_svc/sdei/
H A Dsdei_intr_mgmt.c630 int sdei_event_complete(bool resume, uint64_t pc) in sdei_event_complete() argument
645 if (resume && (plat_sdei_validate_entry_point(pc, client_el) != 0)) in sdei_event_complete()
655 act = resume ? DO_COMPLETE_RESUME : DO_COMPLETE; in sdei_event_complete()
678 if (resume) { in sdei_event_complete()
H A Dsdei_main.c995 bool resume = false; in sdei_smc_handler() local
1040 resume = true; in sdei_smc_handler()
1045 (unsigned int) resume, x1, read_mpidr_el1()); in sdei_smc_handler()
1046 ret = sdei_event_complete(resume, x1); in sdei_smc_handler()
H A Dsdei_private.h239 int sdei_event_complete(bool resume, uint64_t pc);
/rk3399_ARM-atf/docs/components/
H A Dactivity-monitors.rst11 architected |AMU| counters as necessary upon suspend and resume.
H A Dffa-manifest-binding.rst162 - 0x0: Proactively inject the VI and resume SP when handling a secure
H A Dfirmware-update.rst222 requested BL1 to resume normal world execution.
H A Dexception-handling.rst406 does ``longjmp()`` to resume beyond the previous jump point.
/rk3399_ARM-atf/plat/mediatek/mt8173/drivers/spm/
H A Dspm.h278 #define EVENT_VEC(event, resume, imme, pc) \ argument
281 (!!(resume) << 5) | \
/rk3399_ARM-atf/docs/design/
H A Dinterrupt-framework-design.rst573 handler which should save the SP state correctly and resume execution in
876 The Normal World is expected to resume the TSP after the ``yielding`` SMC
885 #. Checks whether the TSP needs a resume i.e check if it was preempted. It
979 must return back to the secure payload to resume the preempted SMC call.
980 This can be achieved by issuing an SMC call which instructs to resume the
987 as the resume SMC FID. It is important to note that ``TSP_FID_RESUME`` is a
999 rc = smc(TSP_FID_RESUME); /* Issue resume SMC call */
1007 preempted. If it is, then the resume SMC call ``TSP_FID_RESUME`` is issued. The
/rk3399_ARM-atf/plat/mediatek/mt8183/drivers/spm/
H A Dspm.h2243 #define EVENT_VEC(event, resume, imme, pc) \ argument
2246 (!!(resume) << 6) | \
/rk3399_ARM-atf/docs/design_documents/
H A Dpsci_osi_mode.rst191 :param entry_point_address: the address at which the core must resume
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst2969 The current CPU is the first CPU in the power domain to resume from the low
3143 case, the power domain is expected to save enough state so that it can resume
3223 setup required to restore the saved state for this CPU to resume execution
H A Dchange-log.md3822 …- enable 512KB cache after resume on imx8ulp ([bcca70b](https://review.trustedfirmware.org/plugins…
4221 …- fix suspend/resume issue when DBD owner is s400 only ([68f132b](https://review.trustedfirmware.o…
7100 …- refine gic init flow after system resume ([210ebbb](https://review.trustedfirmware.org/plugins/g…
9285 …- correct LPDDR4 resume sequence ([2c4b0c0](https://review.trustedfirmware.org/plugins/gitiles/TF-…
11149 resume, Update DDR setting rev.0.35, qos: change subslot cycle, Change
11573 resume secure execution if it was preempted.
12055 suspend / resume as an example of how to use the helpers.
12632 interrupts and then restoring after resume.