Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl31/
H A Dbl31_traps.c115 u_register_t create_spsr(u_register_t old_spsr, unsigned int target_el) in create_spsr() argument
133 new_spsr |= old_spsr & (SPSR_BTYPE_MASK_AARCH64 << SPSR_BTYPE_SHIFT_AARCH64); in create_spsr()
139 new_spsr |= old_spsr & SPSR_SSBS_BIT_AARCH64; in create_spsr()
149 new_spsr |= old_spsr & SPSR_ALLINT_BIT_AARCH64; in create_spsr()
165 new_spsr |= old_spsr & SPSR_PAN_BIT; in create_spsr()
173 new_spsr |= old_spsr & SPSR_UAO_BIT_AARCH64; in create_spsr()
179 new_spsr |= old_spsr & SPSR_DIT_BIT; in create_spsr()
182 new_spsr |= old_spsr & SPSR_TCO_BIT_AARCH64; in create_spsr()
188 new_spsr |= old_spsr & SPSR_NZCV; in create_spsr()
191 new_spsr |= old_spsr & SPSR_UINJ_BIT; in create_spsr()
[all …]
/rk3399_ARM-atf/include/bl31/
H A Dsync_handle.h64 u_register_t create_spsr(u_register_t old_spsr, unsigned int target_el);