Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Datf_common.h60 #define SPSR_EXCEPTION_MASK (SPSR_FIQ | SPSR_IRQ | SPSR_SERROR | SPSR_DEBUG) macro
/openbmc/u-boot/common/spl/
H A Dspl_atf.c96 raw_write_daif(SPSR_EXCEPTION_MASK); in bl31_entry()