Searched refs:_intr (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a/include/services/ |
A D | sdei.h | 57 #define SDEI_EVENT_MAP(_event, _intr, _flags) \ argument 60 .intr = (_intr), \ 64 #define SDEI_SHARED_EVENT(_event, _intr, _flags) \ argument 65 SDEI_EVENT_MAP(_event, _intr, _flags) 67 #define SDEI_PRIVATE_EVENT(_event, _intr, _flags) \ argument 68 SDEI_EVENT_MAP(_event, _intr, (_flags) | SDEI_MAPF_PRIVATE) 70 #define SDEI_DEFINE_EVENT_0(_intr) \ argument 71 SDEI_PRIVATE_EVENT(SDEI_EVENT_0, (_intr), SDEI_MAPF_SIGNALABLE)
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 31360 interrupts in the \sphinxcode{\sphinxupquote{sel1\_intr\_entry}} field. The TSPD passes control to … 31366 \sphinxcode{\sphinxupquote{tsp\_sel1\_intr\_entry()}}. The TSP has to preserve the callee saved gen… 31543 The TSP implements an entrypoint (\sphinxcode{\sphinxupquote{tsp\_sel1\_intr\_entry()}}) for handli… 31782 …pquote{ELR\_EL3}} system register to \sphinxcode{\sphinxupquote{tsp\_sel1\_intr\_entry}} and sets … 32003 \sphinxcode{\sphinxupquote{tsp\_sel1\_intr\_entry()}}. The TSP handles the interrupt while ensuring… 32006 \sphinxcode{\sphinxupquote{tsp\_update\_sync\_sel1\_intr\_stats()}}. It then calls
|
Completed in 89 milliseconds