Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/spl/
Dspl_atf.c65 bl32_ep_info->spsr = SPSR_64(MODE_EL1, MODE_SP_ELX, in bl2_plat_get_bl31_params()
81 bl33_ep_info->spsr = SPSR_64(MODE_EL2, MODE_SP_ELX, in bl2_plat_get_bl31_params()
/third_party/uboot/u-boot-2020.01/include/
Datf_common.h50 #define SPSR_64(el, sp, daif) \ macro