Searched refs:last_line (Results 1 – 8 of 8) sorted by relevance
/linux/arch/mips/mm/ |
A D | sc-ip22.c | 74 unsigned long first_line, last_line; in indy_sc_wback_invalidate() local 86 last_line = SC_INDEX(addr + size - 1); in indy_sc_wback_invalidate() 89 if (first_line <= last_line) { in indy_sc_wback_invalidate() 90 indy_sc_wipe(first_line, last_line); in indy_sc_wback_invalidate() 95 indy_sc_wipe(0, last_line); in indy_sc_wback_invalidate()
|
/linux/scripts/dtc/ |
A D | srcpos.h | 60 int last_line; member 73 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 77 (Current).first_line = (Current).last_line = \ 78 YYRHSLOC(Rhs, 0).last_line; \
|
A D | srcpos.c | 249 pos->last_line = current_srcfile->lineno; in srcpos_update() 296 if (pos->first_line != pos->last_line) in srcpos_string() 299 pos->last_line, pos->last_column); in srcpos_string() 343 pos->last_line, pos->last_column); in srcpos_string_comment() 346 first_line ? pos->first_line : pos->last_line); in srcpos_string_comment()
|
A D | dtc-parser.tab.c | 849 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 854 (Current).first_line = (Current).last_line = \ 855 YYRHSLOC (Rhs, 0).last_line; \ 901 if (0 <= yylocp->last_line) in yy_location_print_() 903 if (yylocp->first_line < yylocp->last_line) in yy_location_print_() 905 res += YYFPRINTF (yyo, "-%d", yylocp->last_line); in yy_location_print_()
|
A D | dtc-parser.tab.h | 122 int last_line; member
|
/linux/tools/perf/util/ |
A D | genelf_debug.c | 294 unsigned int last_line, in get_special_opcode() argument 303 temp = (ent->lineno - last_line) - default_debug_line_header.line_base; in get_special_opcode() 348 int last_line = 1; in emit_lineno_info() local 366 special_opcode = get_special_opcode(ent, last_line, last_vma); in emit_lineno_info() 368 last_line = ent->lineno; in emit_lineno_info() 375 if (last_line != ent->lineno) { in emit_lineno_info() 376 emit_advance_lineno(be, ent->lineno - last_line); in emit_lineno_info() 377 last_line = ent->lineno; in emit_lineno_info()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_cxt.h | 83 int qed_cxt_cfg_ilt_compute(struct qed_hwfn *p_hwfn, u32 *last_line);
|
A D | qed_rdma.c | 323 int last_line = bmap->max_count / (64 * 8); in qed_rdma_bmap_free() local 324 int last_item = last_line * 8 + in qed_rdma_bmap_free() 338 for (item = 0, line = 0; line < last_line; line++, item += 8) in qed_rdma_bmap_free()
|
Completed in 18 milliseconds