Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/
Dpubsub.h17 #define __pubsub_section(event) __pubsub_##event macro
26 KEEP(*(__pubsub_section(event))); \
38 #define __pubsub_section(event) __section("__pubsub_" #event) macro
54 pubsub_cb_t __cb_func_##func##event __pubsub_section(event) = func