operation         143 lib/armutil/cache.c static void v7_maint_dcache_level_setway(u32 level, u32 operation)
operation         169 lib/armutil/cache.c     if (operation == ARMV7_DCACHE_INVAL_ALL) {
operation         172 lib/armutil/cache.c     } else if (operation == ARMV7_DCACHE_CLEAN_INVAL_ALL) {
operation         178 lib/armutil/cache.c static void v7_maint_dcache_all(u32 operation)
operation         189 lib/armutil/cache.c             v7_maint_dcache_level_setway(level, operation);
operation         437 tools/code_gen.c     int         operation;
operation         492 tools/code_gen.c     p->operation = type;
operation         859 tools/code_gen.c             switch (n->operation)
operation         999 tools/code_gen.c     switch (p->operation)