Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/bl32/tsp/
Dtsp.h59 #define TSP_FID_RESUME TSP_YIELD_FID(0x3000) macro
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
Dtspd_main.c617 case TSP_FID_RESUME: in tspd_smc_handler()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dinterrupt-framework-design.rst818 ``yielding`` SMC in response to the ``TSP_FID_RESUME`` SMC from the normal world.
863 by issuing an SMC with ``TSP_FID_RESUME`` as the function identifier (see section 3).
947 control to the TSP in response to an SMC with ``TSP_FID_RESUME`` as the
967 In the Test Secure Payload implementation, ``TSP_FID_RESUME`` is designated
968 as the resume SMC FID. It is important to note that ``TSP_FID_RESUME`` is a
980 rc = smc(TSP_FID_RESUME); /* Issue resume SMC call */
988 preempted. If it is, then the resume SMC call ``TSP_FID_RESUME`` is issued. The
991 SMC is preempted, until it is resumed using ``TSP_FID_RESUME`` SMC and