Home
last modified time | relevance | path

Searched refs:oops (Results 1 – 25 of 105) sorted by relevance

12345

/openbmc/linux/drivers/accessibility/speakup/
H A Dgenmap.c40 oops("too many shift states", NULL); in get_shift_value()
87 oops("unknown key/modifier", cp); in main()
90 oops("modifiers must come first", cp); in main()
95 oops("bad modifier or key", cp); in main()
99 oops("no = found", NULL); in main()
103 oops("no speakup function after =", NULL); in main()
107 oops("invalid speakup function", cp); in main()
114 oops("two functions on same key combination", cp); in main()
H A Dutils.h46 static inline int oops(const char *msg, const char *info) in oops() function
88 oops("out of key table space, enlarge MAXKEYS", NULL); in add_key()
92 oops("attempt to add duplicate key", name); in add_key()
H A Dspeakup_keypc.c140 static char *oops(void) in oops() function
165 return oops(); in synth_immediate()
220 oops(); in do_catch_up()
236 oops(); in do_catch_up()
253 oops(); in do_catch_up()
/openbmc/linux/sound/soc/sof/xtensa/
H A Dcore.c84 static void xtensa_dsp_oops(struct snd_sof_dev *sdev, const char *level, void *oops) in xtensa_dsp_oops() argument
86 struct sof_ipc_dsp_oops_xtensa *xoops = oops; in xtensa_dsp_oops()
115 static void xtensa_stack(struct snd_sof_dev *sdev, const char *level, void *oops, in xtensa_stack() argument
118 struct sof_ipc_dsp_oops_xtensa *xoops = oops; in xtensa_stack()
/openbmc/linux/Documentation/admin-guide/
H A Dpstore-blk.rst3 pstore block oops/panic logger
9 pstore block (pstore/blk) is an oops/panic logger that writes its logs to a
78 The chunk size in KB for oops/panic front-end. It **MUST** be a multiple of 4.
79 It's optional if you do not care oops/panic log.
81 There are multiple chunks for oops/panic front-end depending on the remaining
84 pstore/blk will log to oops/panic chunks one by one, and always overwrite the
93 Unlike oops/panic front-end, there is only one chunk for pmsg front-end.
116 Similar to oops front-end, there are multiple chunks for ftrace front-end
166 Block device is large enough for uncompressed oops data. Actually we do not
168 the first line of oops/panic data. For example::
[all …]
/openbmc/linux/sound/soc/sof/
H A Dsof-priv.h347 void (*dsp_oops)(struct snd_sof_dev *sdev, const char *level, void *oops);
348 void (*dsp_stack)(struct snd_sof_dev *sdev, const char *level, void *oops,
749 u32 panic_code, u32 tracep_code, void *oops,
768 void *oops, u32 *stack, u32 stack_words) in sof_stack() argument
770 sof_dsp_arch_ops(sdev)->dsp_stack(sdev, level, oops, stack, in sof_stack()
774 static inline void sof_oops(struct snd_sof_dev *sdev, const char *level, void *oops) in sof_oops() argument
777 sof_dsp_arch_ops(sdev)->dsp_oops(sdev, level, oops); in sof_oops()
/openbmc/linux/fs/pstore/
H A DKconfig42 messages, even if no oops or panic happened.
69 tristate "Log panic/oops to a RAM buffer"
76 This enables panic and oops messages to be logged to a circular
92 tristate "Log panic/oops to a block device"
98 This enables panic and oops message to be logged to a block dev
139 This just sets size of kmsg dump (oops, panic, etc) log for
/openbmc/qemu/tests/qapi-schema/
H A Devent-case.json1 { 'event': 'oops' }
H A Dargs-any.json2 { 'command': 'oops', 'data': 'any' }
H A Dreturns-dict.json2 { 'command': 'oops', 'returns': { 'a': 'str' } }
H A Dbad-data.json2 { 'command': 'oops', 'data': [ ] }
H A Dbad-ident.err1 bad-ident.json: In struct '*oops':
H A Dbad-ident.json2 { 'struct': '*oops', 'data': { 'i': 'int' } }
H A Dreturns-unknown.json2 { 'command': 'oops', 'returns': 'NoSuchType' }
H A Dargs-unknown.json2 { 'command': 'oops', 'data': 'NoSuchType' }
H A Dargs-int.json2 { 'command': 'oops', 'data': 'int' }
H A Dargs-member-unknown.json2 { 'command': 'oops', 'data': { 'member': 'NoSuchType' } }
H A Dreturns-array-bad.json2 { 'command': 'oops', 'returns': [ 'str', 'str' ] }
H A Dreturns-unknown.err1 returns-unknown.json: In command 'oops':
H A Dargs-array-unknown.err1 args-array-unknown.json: In command 'oops':
H A Dargs-unknown.err1 args-unknown.json: In command 'oops':
H A Dbad-data.err1 bad-data.json: In command 'oops':
H A Dargs-alternate.json3 { 'command': 'oops', 'data': 'Alt' }
/openbmc/linux/drivers/gpu/drm/ci/xfails/
H A Di915-whl-skips.txt1 # This is generating kernel oops with divide error
H A Di915-cml-skips.txt1 # This is generating kernel oops with divide error

12345