Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/bl32/tsp/
Dtsp.h52 #define TSP_HANDLED_S_EL1_FIQ 0xf2000006 macro
/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/aarch64/
Dtsp_entrypoint.S354 mov x0, #(TSP_HANDLED_S_EL1_FIQ & ~0xffff)
355 movk x0, #(TSP_HANDLED_S_EL1_FIQ & 0xffff)
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
Dtspd_main.c332 case TSP_HANDLED_S_EL1_FIQ: in tspd_smc_handler()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dinterrupt-framework-design.md727 The TSP issues an SMC with `TSP_HANDLED_S_EL1_FIQ` as the function identifier to
734 upon receiving an SMC with `TSP_HANDLED_S_EL1_FIQ` and `TSP_PREEMPTED` as the
740 2. If the function identifier is `TSP_HANDLED_S_EL1_FIQ`, it restores the
831 `TSP_HANDLED_S_EL1_FIQ` as the function identifier.