Home
last modified time | relevance | path

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

/trusted-firmware-a/services/std_svc/sdei/
A 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()
A 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()
A Dsdei_private.h238 int sdei_event_complete(bool resume, uint64_t pc);
/trusted-firmware-a/plat/mediatek/mt8173/drivers/spm/
A Dspm.h278 #define EVENT_VEC(event, resume, imme, pc) \ argument
281 (!!(resume) << 5) | \
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dactivity-monitors.rst.txt11 |AMU| counters as necessary upon suspend and resume.
A Dfirmware-update.rst.txt126 requested BL1 to resume normal world execution.
A Dsecure-partition-manager.rst.txt975 | | | | not resume execution context of SP. |
1042 interrupt id as argument and resume it using ERET.
A Dexception-handling.rst.txt406 does ``longjmp()`` to resume beyond the previous jump point.
/trusted-firmware-a/docs/components/
A Dactivity-monitors.rst11 |AMU| counters as necessary upon suspend and resume.
A Dfirmware-update.rst126 requested BL1 to resume normal world execution.
A Dsecure-partition-manager.rst975 | | | | not resume execution context of SP. |
1042 interrupt id as argument and resume it using ERET.
A Dexception-handling.rst406 does ``longjmp()`` to resume beyond the previous jump point.
/trusted-firmware-a/docs/design/
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
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dinterrupt-framework-design.rst.txt573 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/plat/mediatek/mt8183/drivers/spm/
A Dspm.h2243 #define EVENT_VEC(event, resume, imme, pc) \ argument
2246 (!!(resume) << 6) | \
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst2275 The current CPU is the first CPU in the power domain to resume from the low
2422 case, the power domain is expected to save enough state so that it can resume
2496 setup required to restore the saved state for this CPU to resume execution
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt2275 The current CPU is the first CPU in the power domain to resume from the low
2422 case, the power domain is expected to save enough state so that it can resume
2496 setup required to restore the saved state for this CPU to resume execution
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt658 …- correct LPDDR4 resume sequence ([2c4b0c0](https://review.trustedfirmware.org/plugins/gitiles/TF-…
2522 resume, Update DDR setting rev.0.35, qos: change subslot cycle, Change
2946 resume secure execution if it was preempted.
3428 suspend / resume as an example of how to use the helpers.
4005 interrupts and then restoring after resume.
/trusted-firmware-a/docs/
A Dchange-log.md658 …- correct LPDDR4 resume sequence ([2c4b0c0](https://review.trustedfirmware.org/plugins/gitiles/TF-…
2522 resume, Update DDR setting rev.0.35, qos: change subslot cycle, Change
2946 resume secure execution if it was preempted.
3428 suspend / resume as an example of how to use the helpers.
4005 interrupts and then restoring after resume.
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex16379 requested BL1 to resume normal world execution.
16579 \label{\detokenize{components/firmware-update:fwu-smc-image-resume}}
20205 not resume execution context of SP.
20389 interrupt id as argument and resume it using ERET.
31516 handler which should save the SP state correctly and resume execution in
31942 Checks whether the TSP needs a resume i.e check if it was preempted. It
32065 must return back to the secure payload to resume the preempted SMC call.
59948 resume, Update DDR setting rev.0.35, qos: change subslot cycle, Change
61052 resume secure execution if it was preempted.
62201 suspend / resume as an example of how to use the helpers.
[all …]

Completed in 141 milliseconds