2 #include <sys/syscall.h>
5 .global cache_flush_d_inval_i @ const void *start_addr, const void *end_addr
12 mov r7, #(__ARM_NR_cacheflush & 0xff)
13 #if (__ARM_NR_cacheflush & 0x00ff00)
14 orr r7, r7, #(__ARM_NR_cacheflush & 0x00ff00)
16 #if (__ARM_NR_cacheflush & 0xff0000)
17 orr r7, r7, #(__ARM_NR_cacheflush & 0xff0000)
23 swi __ARM_NR_cacheflush