Home
last modified time | relevance | path

Searched refs:fline (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/m68k/fpsp040/
H A Dx_fline.S4 | fpsp_fline --- FPSP handler for fline exception
50 moveal EXC_PC+4(%a6),%a0 |get address of fline instruction
58 movel L_SCR1(%a6),%d0 |d0 contains the fline and command word
85 fmovel EXC_PC(%a6),%FPIAR |point FPIAR to fline inst
H A Dx_operr.S244 | to memory or data register as required. A read of the fline
250 bsrl get_fline |fline returned in d0
H A Dx_store.S236 bsrl get_fline |returns fline word in d0
H A Dx_snan.S235 bsrl get_fline |returns fline word in d0
H A Dbugfix.S479 | an fline illegal instruction to be executed.
/openbmc/linux/lib/
H A Ddynamic_debug.c421 char *fline; in ddebug_parse_query() local
440 fline = strchr(query->filename, ':'); in ddebug_parse_query()
441 if (!fline) in ddebug_parse_query()
443 *fline++ = '\0'; in ddebug_parse_query()
444 if (isalpha(*fline) || *fline == '*' || *fline == '?') { in ddebug_parse_query()
446 if (check_set(&query->function, fline, "func")) in ddebug_parse_query()
449 if (parse_linerange(query, fline)) in ddebug_parse_query()
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl6180 my $fline = $lines[$prevline - 1];
6181 last if ($fline =~ /^\@\@/);
6182 next if ($fline =~ /^\-/);
6183 next if ($fline =~ /^.(?:\s*(?:case\s+(?:$Ident|$Constant)[\s$;]*|default):[\s$;]*)*$/);
6185 next if ($fline =~ /^.[\s$;]*$/);
6188 …$has_break = 1 if ($fline =~ /\bswitch\b|\b(?:break\s*;[\s$;]*$|exit\s*\(\b|return\b|goto\b|contin…