Home
last modified time | relevance | path

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

/external/u-boot/include/
Datf_common.h50 #define SPSR_64(el, sp, daif) \ argument
54 ((daif) & SPSR_DAIF_MASK) << SPSR_DAIF_SHIFT)
/external/u-boot/common/spl/
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()
/external/llvm/test/CodeGen/AArch64/
Dspecial-reg.ll47 !1 = !{!"daif"}
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dspecial-reg.ll47 !1 = !{!"daif"}
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs1568 0x2c,0x42,0x1b,0xd5 = msr daif, x12
1880 0x29,0x42,0x3b,0xd5 = mrs x9, daif
/external/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-instructions.txt3294 # CHECK: msr {{daif|DAIF}}, x12
3586 # CHECK: mrs x9, {{daif|DAIF}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-instructions.txt3278 # CHECK: msr {{daif|DAIF}}, x12
3571 # CHECK: mrs x9, {{daif|DAIF}}