Lines Matching defs:h
11 #include <assert.h>
12 #include <stdbool.h>
14 #include <bl31/ehf.h>
15 #include <bl31/interrupt_mgmt.h>
16 #include <context.h>
17 #include <common/debug.h>
18 #include <drivers/arm/gic_common.h>
19 #include <lib/el3_runtime/context_mgmt.h>
20 #include <lib/el3_runtime/cpu_data.h>
21 #include <lib/el3_runtime/pubsub_events.h>
22 #include <plat/common/platform.h>
30 #define RAW_HANDLER(h) \
31 ((ehf_handler_t) ((((h) & EHF_PRI_VALID_) != 0U) ? \
32 ((h) & ~EHF_PRI_VALID_) : 0U))