Searched refs:resume (Results 1 – 10 of 10) sorted by relevance
/tf-a-ffa_el3_spmc/services/std_svc/sdei/ |
A D | sdei_intr_mgmt.c | 668 int sdei_event_complete(bool resume, uint64_t pc) in sdei_event_complete() argument 683 if (resume && (plat_sdei_validate_entry_point(pc, client_el) != 0)) in sdei_event_complete() 693 act = resume ? DO_COMPLETE_RESUME : DO_COMPLETE; in sdei_event_complete() 716 if (resume) { in sdei_event_complete()
|
A D | sdei_main.c | 949 bool resume = false; in sdei_smc_handler() local 994 resume = true; in sdei_smc_handler() 999 (unsigned int) resume, x1, read_mpidr_el1()); in sdei_smc_handler() 1000 ret = sdei_event_complete(resume, x1); in sdei_smc_handler()
|
A D | sdei_private.h | 238 int sdei_event_complete(bool resume, uint64_t pc);
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt8173/drivers/spm/ |
A D | spm.h | 278 #define EVENT_VEC(event, resume, imme, pc) \ argument 281 (!!(resume) << 5) | \
|
/tf-a-ffa_el3_spmc/docs/design/ |
A 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
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/drivers/spm/ |
A D | spm.h | 2243 #define EVENT_VEC(event, resume, imme, pc) \ argument 2246 (!!(resume) << 6) | \
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | firmware-update.rst | 126 requested BL1 to resume normal world execution.
|
A D | exception-handling.rst | 406 does ``longjmp()`` to resume beyond the previous jump point.
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | porting-guide.rst | 2194 The current CPU is the first CPU in the power domain to resume from the low 2341 case, the power domain is expected to save enough state so that it can resume 2415 setup required to restore the saved state for this CPU to resume execution
|
/tf-a-ffa_el3_spmc/docs/ |
A D | change-log.rst | 2008 Secure Monitor Rev2.0.4, Change to restore timer counter value at resume, Update DDR 2476 handling, resume secure execution if it was preempted. 3089 suspend / resume as an example of how to use the helpers. 3726 interrupts and then restoring after resume.
|
Completed in 115 milliseconds