Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Datf_common.h52 #define SPSR_64(el, sp, daif) \ argument
56 ((daif) & SPSR_DAIF_MASK) << SPSR_DAIF_SHIFT)
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dexceptions.S93 mrs x3, daif
103 mrs x3, daif
114 mrs x3, daif
H A Dsleep.S114 mrs x10, daif
186 msr daif, x10
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dsystem.h184 unsigned long daif; in get_daif() local
186 asm volatile("mrs %0, daif" : "=r" (daif)); in get_daif()
188 return daif; in get_daif()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_atf.c116 static inline void raw_write_daif(unsigned int daif) in raw_write_daif() argument
118 __asm__ __volatile__("msr DAIF, %0\n\t" : : "r" (daif) : "memory"); in raw_write_daif()
/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/
H A Dptrace.h35 unsigned long daif; member