Home
last modified time | relevance | path

Searched refs:crashtype (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/misc/lkdtm/
Dcore.c107 static const struct crashtype *lkdtm_crashtype;
136 static const struct crashtype *find_crashtype(const char *name) in find_crashtype()
142 struct crashtype *crashtype; in find_crashtype() local
144 crashtype = &crashtype_categories[cat]->crashtypes[idx]; in find_crashtype()
145 if (!strcmp(name, crashtype->name)) in find_crashtype()
146 return crashtype; in find_crashtype()
157 static noinline void lkdtm_do_action(const struct crashtype *crashtype) in lkdtm_do_action() argument
159 if (WARN_ON(!crashtype || !crashtype->func)) in lkdtm_do_action()
161 crashtype->func(); in lkdtm_do_action()
165 const struct crashtype *crashtype) in lkdtm_register_cpoint() argument
[all …]
Dlkdtm.h61 struct crashtype { struct
74 struct crashtype *crashtypes; argument
Dpowerpc.c122 static struct crashtype crashtypes[] = {
Dstackleak.c137 static struct crashtype crashtypes[] = {
Dfortify.c138 static struct crashtype crashtypes[] = {
Dcfi.c178 static struct crashtype crashtypes[] = {
Dperms.c274 static struct crashtype crashtypes[] = {
Dheap.c324 static struct crashtype crashtypes[] = {
Drefcount.c394 static struct crashtype crashtypes[] = {
Dusercopy.c441 static struct crashtype crashtypes[] = {
Dbugs.c598 static struct crashtype crashtypes[] = {