Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/services/std_svc/sdei/
Dsdei_intr_mgmt.c670 int sdei_event_complete(bool resume, uint64_t pc) in sdei_event_complete() argument
685 if (resume && (plat_sdei_validate_entry_point(pc, client_el) != 0)) in sdei_event_complete()
695 act = resume ? DO_COMPLETE_RESUME : DO_COMPLETE; in sdei_event_complete()
718 if (resume) { in sdei_event_complete()
Dsdei_main.c963 bool resume = false; in sdei_smc_handler() local
1008 resume = true; in sdei_smc_handler()
1013 (unsigned int) resume, x1, read_mpidr_el1()); in sdei_smc_handler()
1014 ret = sdei_event_complete(resume, x1); in sdei_smc_handler()
Dsdei_private.h238 int sdei_event_complete(bool resume, uint64_t pc);
/trusted-firmware-a-3.6.0-3.5.0/docs/components/
Dactivity-monitors.rst11 architected |AMU| counters as necessary upon suspend and resume.
Dfirmware-update.rst222 requested BL1 to resume normal world execution.
Dexception-handling.rst406 does ``longjmp()`` to resume beyond the previous jump point.
Dsecure-partition-manager.rst1258 | | | | not resume execution context of SP. |
/trusted-firmware-a-3.6.0-3.5.0/plat/mediatek/mt8173/drivers/spm/
Dspm.h278 #define EVENT_VEC(event, resume, imme, pc) \ argument
281 (!!(resume) << 5) | \
/trusted-firmware-a-3.6.0-3.5.0/docs/design/
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
/trusted-firmware-a-3.6.0-3.5.0/plat/mediatek/mt8183/drivers/spm/
Dspm.h2243 #define EVENT_VEC(event, resume, imme, pc) \ argument
2246 (!!(resume) << 6) | \
/trusted-firmware-a-3.6.0-3.5.0/docs/threat_model/
Dthreat_model_spm.rst889 | | resume or turn on other endpoint execution |
931 | | limited ability to resume execution contexts of |
/trusted-firmware-a-3.6.0-3.5.0/docs/design_documents/
Dpsci_osi_mode.rst191 :param entry_point_address: the address at which the core must resume
/trusted-firmware-a-3.6.0-3.5.0/docs/
Dporting-guide.rst2693 The current CPU is the first CPU in the power domain to resume from the low
2856 case, the power domain is expected to save enough state so that it can resume
2935 setup required to restore the saved state for this CPU to resume execution
Dchange-log.md1600 …- refine gic init flow after system resume ([210ebbb](https://review.trustedfirmware.org/plugins/g…
3784 …- correct LPDDR4 resume sequence ([2c4b0c0](https://review.trustedfirmware.org/plugins/gitiles/TF-…
5648 resume, Update DDR setting rev.0.35, qos: change subslot cycle, Change
6072 resume secure execution if it was preempted.
6554 suspend / resume as an example of how to use the helpers.
7131 interrupts and then restoring after resume.