Home
last modified time | relevance | path

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

/linux-6.6.21/arch/m68k/fpsp040/
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
Dx_operr.S244 | to memory or data register as required. A read of the fline
250 bsrl get_fline |fline returned in d0
Dx_store.S236 bsrl get_fline |returns fline word in d0
Dx_snan.S235 bsrl get_fline |returns fline word in d0
Dbugfix.S479 | an fline illegal instruction to be executed.
/linux-6.6.21/lib/
Ddynamic_debug.c417 char *fline; in ddebug_parse_query() local
436 fline = strchr(query->filename, ':'); in ddebug_parse_query()
437 if (!fline) in ddebug_parse_query()
439 *fline++ = '\0'; in ddebug_parse_query()
440 if (isalpha(*fline) || *fline == '*' || *fline == '?') { in ddebug_parse_query()
442 if (check_set(&query->function, fline, "func")) in ddebug_parse_query()
445 if (parse_linerange(query, fline)) in ddebug_parse_query()