Home
last modified time | relevance | path

Searched refs:last_line (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/arch/mips/mm/
Dsc-ip22.c74 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-v6.6/scripts/dtc/
Dsrcpos.h60 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; \
Dsrcpos.c249 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()
/Linux-v6.6/tools/perf/util/
Dgenelf_debug.c301 unsigned int last_line, in get_special_opcode() argument
310 temp = (ent->lineno - last_line) - default_debug_line_header.line_base; in get_special_opcode()
358 int last_line = 1; in emit_lineno_info() local
377 special_opcode = get_special_opcode(ent, last_line, last_vma); in emit_lineno_info()
379 last_line = ent->lineno; in emit_lineno_info()
386 if (last_line != ent->lineno) { in emit_lineno_info()
387 emit_advance_lineno(be, ent->lineno - last_line); in emit_lineno_info()
388 last_line = ent->lineno; in emit_lineno_info()
/Linux-v6.6/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.h83 int qed_cxt_cfg_ilt_compute(struct qed_hwfn *p_hwfn, u32 *last_line);