Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Datf_common.h50 #define SPSR_64(el, sp, daif) \ argument
54 ((daif) & SPSR_DAIF_MASK) << SPSR_DAIF_SHIFT)
/third_party/uboot/u-boot-2020.01/common/spl/
Dspl_atf.c91 static inline void raw_write_daif(unsigned int daif) in raw_write_daif() argument
93 __asm__ __volatile__("msr DAIF, %0\n\t" : : "r" (daif) : "memory"); in raw_write_daif()
/third_party/uboot/u-boot-2020.01/common/
Dload_fip.c79 #define spsr_64(el, sp, daif) \ argument
83 ((daif) & SPSR_DAIF_MASK) << SPSR_DAIF_SHIFT)