Searched refs:outside (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/arch/loongarch/annotate/ |
H A D | instructions.c | 79 ops->target.outside = target.addr < start || target.addr > end; in loongarch_jump__parse() 85 if (!ops->target.outside) { in loongarch_jump__parse()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 43 bool outside; member 191 return dl->ops.target.offset_avail && !dl->ops.target.outside; in disasm_line__has_local_offset()
|
H A D | annotate.c | 389 ops->target.outside = target.addr < start || target.addr > end; in jump__parse() 403 * For now lets just make some progress by marking jumps to outside the in jump__parse() 413 if (!ops->target.outside) { in jump__parse() 431 if (ops->target.outside && ops->target.sym != NULL) in jump__scnprintf() 2870 if (dl->ops.target.outside) in disasm_line__write()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 43 bool outside; member 192 return dl->ops.target.offset_avail && !dl->ops.target.outside; in disasm_line__has_local_offset()
|
H A D | annotate.c | 398 ops->target.outside = target.addr < start || target.addr > end; in jump__parse() 412 * For now lets just make some progress by marking jumps to outside the in jump__parse() 422 if (!ops->target.outside) { in jump__parse() 440 if (ops->target.outside && ops->target.sym != NULL) in jump__scnprintf() 3030 if (dl->ops.target.outside) in disasm_line__write()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | resize.c | 127 #define outside(b, first, last) ((b) < (first) || (b) >= (last)) macro 177 } else if (outside(input->block_bitmap, start, end)) in verify_group_input() 180 else if (outside(input->inode_bitmap, start, end)) in verify_group_input() 183 else if (outside(input->inode_table, start, end) || in verify_group_input() 184 outside(itend - 1, start, end)) in verify_group_input() 519 * changing blocks outside the actual filesystem. We still do journaling to
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | resize.c | 131 #define outside(b, first, last) ((b) < (first) || (b) >= (last)) macro 181 } else if (outside(input->block_bitmap, start, end)) in verify_group_input() 184 else if (outside(input->inode_bitmap, start, end)) in verify_group_input() 187 else if (outside(input->inode_table, start, end) || in verify_group_input() 188 outside(itend - 1, start, end)) in verify_group_input() 522 * changing blocks outside the actual filesystem. We still do journaling to
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 177 * I.e. jumps to another function, outside _cpp_lex_token, which in annotate_browser__draw_current_jump() 472 if (dl->ops.target.outside) { in annotate_browser__jump()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 182 * I.e. jumps to another function, outside _cpp_lex_token, which in annotate_browser__draw_current_jump() 521 if (dl->ops.target.outside) { in annotate_browser__jump()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 9312 # Source is outside of 2^14 range. Test the sign and branch
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 9312 # Source is outside of 2^14 range. Test the sign and branch
|
Completed in 39 milliseconds