Searched refs:resume (Results 1 – 14 of 14) sorted by relevance
/trusted-firmware-a-3.6.0-3.5.0/services/std_svc/sdei/ |
D | sdei_intr_mgmt.c | 670 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()
|
D | sdei_main.c | 963 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()
|
D | sdei_private.h | 238 int sdei_event_complete(bool resume, uint64_t pc);
|
/trusted-firmware-a-3.6.0-3.5.0/docs/components/ |
D | activity-monitors.rst | 11 architected |AMU| counters as necessary upon suspend and resume.
|
D | firmware-update.rst | 222 requested BL1 to resume normal world execution.
|
D | exception-handling.rst | 406 does ``longjmp()`` to resume beyond the previous jump point.
|
D | secure-partition-manager.rst | 1258 | | | | not resume execution context of SP. |
|
/trusted-firmware-a-3.6.0-3.5.0/plat/mediatek/mt8173/drivers/spm/ |
D | spm.h | 278 #define EVENT_VEC(event, resume, imme, pc) \ argument 281 (!!(resume) << 5) | \
|
/trusted-firmware-a-3.6.0-3.5.0/docs/design/ |
D | interrupt-framework-design.rst | 573 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/ |
D | spm.h | 2243 #define EVENT_VEC(event, resume, imme, pc) \ argument 2246 (!!(resume) << 6) | \
|
/trusted-firmware-a-3.6.0-3.5.0/docs/threat_model/ |
D | threat_model_spm.rst | 889 | | 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/ |
D | psci_osi_mode.rst | 191 :param entry_point_address: the address at which the core must resume
|
/trusted-firmware-a-3.6.0-3.5.0/docs/ |
D | porting-guide.rst | 2693 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
|
D | change-log.md | 1600 …- 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.
|