Searched refs:oops (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/alpha/lib/
H A Ddbg_stackcheck.S25 1: stq $31, -8($31) # oops me, damn it.
/linux-master/drivers/accessibility/speakup/
H A Dgenmap.c40 oops("too many shift states", NULL);
87 oops("unknown key/modifier", cp);
90 oops("modifiers must come first", cp);
95 oops("bad modifier or key", cp);
99 oops("no = found", NULL);
103 oops("no speakup function after =", NULL);
107 oops("invalid speakup function", cp);
114 oops("two functions on same key combination", cp);
H A Dutils.h46 static inline int oops(const char *msg, const char *info) function
88 oops("out of key table space, enlarge MAXKEYS", NULL);
92 oops("attempt to add duplicate key", name);
H A Dspeakup_keypc.c140 static char *oops(void) function
165 return oops();
220 oops();
236 oops();
253 oops();
H A Dspeakup_decpc.c358 goto oops;
369 oops: synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT);
H A Dmain.c1963 goto oops;
1975 goto oops;
1986 goto oops;
1988 oops:
/linux-master/sound/soc/sof/xtensa/
H A Dcore.c84 static void xtensa_dsp_oops(struct snd_sof_dev *sdev, const char *level, void *oops) argument
86 struct sof_ipc_dsp_oops_xtensa *xoops = oops;
115 static void xtensa_stack(struct snd_sof_dev *sdev, const char *level, void *oops, argument
118 struct sof_ipc_dsp_oops_xtensa *xoops = oops;
/linux-master/sound/soc/sof/
H A Dsof-priv.h368 /* DSP architecture specific callbacks for oops and stack dumps */
370 void (*dsp_oops)(struct snd_sof_dev *sdev, const char *level, void *oops);
371 void (*dsp_stack)(struct snd_sof_dev *sdev, const char *level, void *oops,
780 u32 panic_code, u32 tracep_code, void *oops,
799 void *oops, u32 *stack, u32 stack_words)
801 sof_dsp_arch_ops(sdev)->dsp_stack(sdev, level, oops, stack,
805 static inline void sof_oops(struct snd_sof_dev *sdev, const char *level, void *oops) argument
808 sof_dsp_arch_ops(sdev)->dsp_oops(sdev, level, oops);
798 sof_stack(struct snd_sof_dev *sdev, const char *level, void *oops, u32 *stack, u32 stack_words) argument
H A Dcore.c73 * sof_print_oops_and_stack - Handle the printing of DSP oops and stack trace
78 * @oops: Pointer to DSP specific oops data
88 u32 panic_code, u32 tracep_code, void *oops,
121 sof_oops(sdev, level, oops);
122 sof_stack(sdev, level, oops, stack, stack_words);
87 sof_print_oops_and_stack(struct snd_sof_dev *sdev, const char *level, u32 panic_code, u32 tracep_code, void *oops, struct sof_ipc_panic_info *panic_info, void *stack, size_t stack_words) argument
/linux-master/arch/x86/mm/
H A Dfault.c653 goto oops;
670 * We don't want to make it all the way into the oops code
696 oops:
712 /* Executive summary in case the body of the oops scrolled away */
789 /* Implicit user access to kernel memory -- just oops */
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c1295 kdb_printf("due to oops @ " kdb_machreg_fmt "\n",

Completed in 285 milliseconds