Lines Matching defs:where
67 uint32_t *start, *end, *where;71 end = start + data_size / sizeof(*where);81 for (where = start; where < end; where++) {82 union instr i = *(union instr *)where;94 where));98 dbg(("fixup instruction at %p: 0x%x", where, i.i_int));102 *where = i.i_int;103 __syncicache(where, 4);
Indexes created Sat Feb 21 01:20:28 UTC 2026