Lines Matching defs:scr_el3
20 * 'scr_el3[2]' : Mapping of the routing model in the 'flags' field to the
39 u_register_t scr_el3[2];
83 u_register_t scr_el3;
86 scr_el3 = intr_type_descs[INTR_TYPE_NS].scr_el3[security_state];
87 scr_el3 |= intr_type_descs[INTR_TYPE_S_EL1].scr_el3[security_state];
88 scr_el3 |= intr_type_descs[INTR_TYPE_EL3].scr_el3[security_state];
89 return scr_el3;
106 intr_type_descs[type].scr_el3[security_state] = (u_register_t)flag << bit_pos;
109 * Update scr_el3 only if there is a context available. If not, it
111 * the scr_el3 value to be used via get_scr_el3_from_routing_model()