Searched defs:COPROC_WRITE_WORD (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libplatsupport/sel4_arch_include/aarch64/platsupport/sel4_arch/
H A Dutil.h15 #define COPROC_WRITE_WORD(R,W) asm volatile ("msr " R ", %0" :: "r"(W)) macro
/seL4-refos-master/projects/util_libs/libplatsupport/sel4_arch_include/aarch64/platsupport/sel4_arch/
H A Dutil.h15 #define COPROC_WRITE_WORD(R,W) asm volatile ("msr " R ", %0" :: "r"(W)) macro
/seL4-refos-master/libs/libplatsupport/sel4_arch_include/aarch32/platsupport/sel4_arch/
H A Dutil.h28 #define COPROC_WRITE_WORD(R,W) MCR(R,W) macro
/seL4-refos-master/projects/util_libs/libplatsupport/sel4_arch_include/aarch32/platsupport/sel4_arch/
H A Dutil.h28 #define COPROC_WRITE_WORD(R,W) MCR(R,W) macro

Completed in 73 milliseconds