Home
last modified time | relevance | path

Searched refs:daif (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Datf_common.h50 #define SPSR_64(el, sp, daif) \ argument
54 ((daif) & SPSR_DAIF_MASK) << SPSR_DAIF_SHIFT)
/openbmc/u-boot/common/spl/
H A Dspl_atf.c81 static inline void raw_write_daif(unsigned int daif) in raw_write_daif() argument
83 __asm__ __volatile__("msr DAIF, %0\n\t" : : "r" (daif) : "memory"); in raw_write_daif()
/openbmc/qemu/target/arm/
H A Ddebug_helper.c90 && !(env->daif & PSTATE_D); in aa64_generate_debug_exceptions()