Home
last modified time | relevance | path

Searched refs:FFA_INTERRUPT (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-a-latest/include/services/
Dffa_svc.h126 #define FFA_INTERRUPT FFA_FID(SMC_32, FFA_FNUM_INTERRUPT) macro
/trusted-firmware-a-latest/services/std_svc/spmd/
Dspmd_main.c236 write_ctx_reg(gpregs, CTX_GPREG_X0, FFA_INTERRUPT); in spmd_secure_interrupt_handler()
1239 case FFA_INTERRUPT: in spmd_smc_handler()
/trusted-firmware-a-latest/bl32/tsp/
Dtsp_ffa_main.c499 case FFA_INTERRUPT: in tsp_event_loop()
/trusted-firmware-a-latest/docs/components/
Dsecure-partition-manager.rst1258 either the FFA_INTERRUPT interface with ERET conduit or vIRQ signal for signaling
1260 the SPMD uses the FFA_INTERRUPT ABI with ERET conduit to signal interrupt to SPMC
1267 | WAITING | ERET, | FFA_INTERRUPT,| SPMC signals to SP the ID of pending |
1272 | BLOCKED | ERET, | FFA_INTERRUPT | SPMC signals to SP that an interrupt |
1340 - 3) SPMD signals secure interrupt to SPMC at S-EL2 using FFA_INTERRUPT ABI.
1344 using FFA_INTERRUPT with interrupt id as an argument and resumes the SP1
1400 - 4) SPMC pends vIRQ for SP1 and signals through FFA_INTERRUPT interface.
1411 - 9) Since SP1 direct request completed with FFA_INTERRUPT, it resumes the
Del3-spmc.rst467 - Interrupt is forwarded to SP using FFA_INTERRUPT interface.
/trusted-firmware-a-latest/services/std_svc/spm/el3_spmc/
Dspmc_main.c1202 case FFA_INTERRUPT: in ffa_features_handler()
2108 return spmd_smc_switch_state(FFA_INTERRUPT, false, in spmc_sp_interrupt_handler()
/trusted-firmware-a-latest/docs/
Dchange-log.md5457 - FFA_INTERRUPT forwading ABI