Searched refs:last_line (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/mips/mm/ |
| H 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/tools/testing/selftests/proc/ |
| H A D | proc-maps-race.c | 76 struct line_content last_line; in FIXTURE() local 139 static void copy_last_line(struct page_content *page, char *last_line) in copy_last_line() argument 149 strncpy(last_line, pos, end - pos); in copy_last_line() 150 last_line[end - pos] = '\0'; in copy_last_line() 155 struct line_content *last_line, in read_boundary_lines() argument 161 copy_last_line(&self->page1, last_line->text); in read_boundary_lines() 164 return sscanf(last_line->text, "%lx-%lx", &last_line->start_addr, in read_boundary_lines() 165 &last_line->end_addr) == 2 && in read_boundary_lines() 318 return strcmp(restored_last_line->text, self->last_line.text) == 0 && in capture_mod_pattern() 505 ASSERT_TRUE(read_boundary_lines(self, &self->last_line, &self->first_line)); in FIXTURE_SETUP() [all …]
|
| /linux/tools/perf/util/ |
| H A D | genelf_debug.c | 301 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/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.h | 83 int qed_cxt_cfg_ilt_compute(struct qed_hwfn *p_hwfn, u32 *last_line);
|
| /linux/drivers/net/pse-pd/ |
| H A D | pd692x0.c | 1470 const bool last_line) in pd692x0_fw_write_line() argument 1481 if (last_line) { in pd692x0_fw_write_line()
|