Searched refs:SUBSCRIBE_TO_EVENT (Results 1 – 11 of 11) sorted by relevance
/trusted-firmware-a-3.4.0/lib/cpus/aarch64/ |
D | cortex_a75_pubsub.c | 27 SUBSCRIBE_TO_EVENT(psci_suspend_pwrdown_start, cortex_a75_context_save); 28 SUBSCRIBE_TO_EVENT(psci_suspend_pwrdown_finish, cortex_a75_context_restore);
|
D | neoverse_n1_pubsub.c | 27 SUBSCRIBE_TO_EVENT(psci_suspend_pwrdown_start, neoverse_n1_context_save); 28 SUBSCRIBE_TO_EVENT(psci_suspend_pwrdown_finish, neoverse_n1_context_restore);
|
/trusted-firmware-a-3.4.0/lib/extensions/trbe/ |
D | trbe.c | 55 SUBSCRIBE_TO_EVENT(cm_entering_secure_world, trbe_drain_trace_buffers_hook);
|
/trusted-firmware-a-3.4.0/lib/extensions/spe/ |
D | spe.c | 98 SUBSCRIBE_TO_EVENT(cm_entering_secure_world, spe_drain_buffers_hook);
|
/trusted-firmware-a-3.4.0/include/lib/el3_runtime/ |
D | pubsub.h | 74 #define SUBSCRIBE_TO_EVENT(event, func) \ macro
|
/trusted-firmware-a-3.4.0/lib/extensions/amu/aarch32/ |
D | amu.c | 420 SUBSCRIBE_TO_EVENT(psci_suspend_pwrdown_start, amu_context_save); 421 SUBSCRIBE_TO_EVENT(psci_suspend_pwrdown_finish, amu_context_restore);
|
/trusted-firmware-a-3.4.0/bl31/ |
D | ehf.c | 525 SUBSCRIBE_TO_EVENT(cm_entering_normal_world, ehf_entering_normal_world); 526 SUBSCRIBE_TO_EVENT(cm_exited_normal_world, ehf_exited_normal_world);
|
/trusted-firmware-a-3.4.0/lib/extensions/amu/aarch64/ |
D | amu.c | 654 SUBSCRIBE_TO_EVENT(psci_suspend_pwrdown_start, amu_context_save); 655 SUBSCRIBE_TO_EVENT(psci_suspend_pwrdown_finish, amu_context_restore);
|
/trusted-firmware-a-3.4.0/services/std_svc/rmmd/ |
D | rmmd_main.c | 373 SUBSCRIBE_TO_EVENT(psci_cpu_on_finish, rmmd_cpu_on_finish_handler);
|
/trusted-firmware-a-3.4.0/services/std_svc/sdei/ |
D | sdei_main.c | 1111 SUBSCRIBE_TO_EVENT(psci_cpu_on_finish, sdei_cpu_on_init); 1114 SUBSCRIBE_TO_EVENT(psci_suspend_pwrdown_finish, sdei_cpu_wakeup_init);
|
/trusted-firmware-a-3.4.0/docs/design/ |
D | firmware-design.rst | 2367 - ``SUBSCRIBE_TO_EVENT(event, handler)``: Registers the ``handler`` to 2431 SUBSCRIBE_TO_EVENT(foo, foo_handler);
|