Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/sdei/
H A Dsdei_private.h95 #define GET_EV_STATE(_e, _s) get_ev_state_bit(_e, SDEI_STATF_##_s) argument
96 #define SET_EV_STATE(_e, _s) clr_ev_state_bit(_e->state, SDEI_STATF_##_s) argument
/rk3399_ARM-atf/include/arch/aarch64/
H A Dsmccc_helpers.h100 #define SMC_GET_EL3(_h, _e) \ argument
101 read_ctx_reg((get_el3state_ctx(_h)), (_e))
102 #define SMC_SET_EL3(_h, _e, _v) \ argument
103 write_ctx_reg((get_el3state_ctx(_h)), (_e), (_v))