Home
last modified time | relevance | path

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

/trusted-firmware-a/include/bl32/tsp/
A Dtsp.h59 #define TSP_FID_RESUME TSP_YIELD_FID(0x3000) macro
/trusted-firmware-a/services/spd/tspd/
A Dtspd_main.c711 case TSP_FID_RESUME: in tspd_smc_handler()
/trusted-firmware-a/docs/design/
A Dinterrupt-framework-design.rst832 ``yielding`` SMC in response to the ``TSP_FID_RESUME`` SMC from the normal world.
877 preemption by issuing an SMC with ``TSP_FID_RESUME`` as the function identifier
965 to the TSP in response to an SMC with ``TSP_FID_RESUME`` as the function
986 In the Test Secure Payload implementation, ``TSP_FID_RESUME`` is designated
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
1010 SMC is preempted, until it is resumed using ``TSP_FID_RESUME`` SMC and
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dinterrupt-framework-design.rst.txt832 ``yielding`` SMC in response to the ``TSP_FID_RESUME`` SMC from the normal world.
877 preemption by issuing an SMC with ``TSP_FID_RESUME`` as the function identifier
965 to the TSP in response to an SMC with ``TSP_FID_RESUME`` as the function
986 In the Test Secure Payload implementation, ``TSP_FID_RESUME`` is designated
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
1010 SMC is preempted, until it is resumed using ``TSP_FID_RESUME`` SMC and

Completed in 7 milliseconds