Searched refs:last_line (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/mips/mm/ |
D | sc-ip22.c | 60 unsigned long first_line, last_line; in indy_sc_wback_invalidate() local 72 last_line = SC_INDEX(addr + size - 1); in indy_sc_wback_invalidate() 75 if (first_line <= last_line) { in indy_sc_wback_invalidate() 76 indy_sc_wipe(first_line, last_line); in indy_sc_wback_invalidate() 81 indy_sc_wipe(0, last_line); in indy_sc_wback_invalidate()
|
/linux-4.1.27/scripts/dtc/ |
D | srcpos.h | 72 int last_line; member 84 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 88 (Current).first_line = (Current).last_line = \ 89 YYRHSLOC(Rhs, 0).last_line; \
|
D | srcpos.c | 207 .last_line = 0, 234 pos->last_line = current_srcfile->lineno; in srcpos_update() 258 printf("last_line : %d\n", pos->last_line); in srcpos_dump() 275 if (pos->first_line != pos->last_line) in srcpos_string() 278 pos->last_line, pos->last_column); in srcpos_string()
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 859 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 864 (Current).first_line = (Current).last_line = \ 865 YYRHSLOC (Rhs, 0).last_line; \
|
D | zconf.tab.c_shipped | 859 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 864 (Current).first_line = (Current).last_line = \ 865 YYRHSLOC (Rhs, 0).last_line; \
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 932 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 937 (Current).first_line = (Current).last_line = \ 938 YYRHSLOC (Rhs, 0).last_line; \
|