Home | History | Annotate | Download | only in bl31

Lines Matching refs:scr_el3

56  * 'scr_el3[2]'  : Mapping of the routing model in the 'flags' field to the
57 * value of the SCR_EL3.IRQ or FIQ bit for each security state.
64 uint32_t scr_el3[2];
102 * This function returns the cached copy of the SCR_EL3 which contains the
108 uint32_t scr_el3;
111 scr_el3 = intr_type_descs[INTR_TYPE_NS].scr_el3[security_state];
112 scr_el3 |= intr_type_descs[INTR_TYPE_S_EL1].scr_el3[security_state];
113 scr_el3 |= intr_type_descs[INTR_TYPE_EL3].scr_el3[security_state];
114 return scr_el3;
119 * of the trap bit (IRQ/FIQ) in the SCR_EL3 for a security state for this
120 * interrupt type. It uses it to update the SCR_EL3 in the cpu context and the
131 intr_type_descs[type].scr_el3[security_state] = flag << bit_pos;
138 * updates the copy of SCR_EL3 for each security state with the new routing