Home
last modified time | relevance | path

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

/linux/drivers/misc/lkdtm/
H A 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()
160 static noinline int lkdtm_do_action(const struct crashtype *crashtype) in lkdtm_do_action() argument
162 if (WARN_ON(!crashtype || !crashtype->func)) in lkdtm_do_action()
164 crashtype->func(); in lkdtm_do_action()
170 const struct crashtype *crashtype) in lkdtm_register_cpoint() argument
[all …]
H A Dlkdtm.h61 struct crashtype { struct
74 struct crashtype *crashtypes; argument
H A Dpowerpc.c122 static struct crashtype crashtypes[] = {
H A Dkstack_erase.c143 static struct crashtype crashtypes[] = {
H A Dcfi.c194 static struct crashtype crashtypes[] = {
H A Dfortify.c212 static struct crashtype crashtypes[] = {
H A Dperms.c287 static struct crashtype crashtypes[] = {
H A Drefcount.c409 static struct crashtype crashtypes[] = {
H A Dusercopy.c441 static struct crashtype crashtypes[] = {
H A Dbugs.c747 static struct crashtype crashtypes[] = {