Home
last modified time | relevance | path

Searched refs:SMC_PREEMPTED (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a/services/spd/tspd/
A Dtspd_main.c88 SMC_RET1(ns_cpu_context, SMC_PREEMPTED); in tspd_handle_sp_preemption()
425 SMC_RET1(ns_cpu_context, SMC_PREEMPTED); in tspd_smc_handler()
/trusted-firmware-a/include/lib/
A Dsmccc.h103 #define SMC_PREEMPTED -2 /* Not defined by the SMCCC */ macro
/trusted-firmware-a/docs/design/
A Dinterrupt-framework-design.rst873 #. ``SMC_PREEMPTED`` is set in x0 and return to non secure state after
998 while (rc == SMC_PREEMPTED) { /* Check if the SMC call is preempted */
1006 from the SMC call is tested for ``SMC_PREEMPTED`` to check whether it is
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dinterrupt-framework-design.rst.txt873 #. ``SMC_PREEMPTED`` is set in x0 and return to non secure state after
998 while (rc == SMC_PREEMPTED) { /* Check if the SMC call is preempted */
1006 from the SMC call is tested for ``SMC_PREEMPTED`` to check whether it is

Completed in 7 milliseconds