Home
last modified time | relevance | path

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

/linux/drivers/misc/lkdtm/
H A Dlkdtm.h73 struct crashtype_category { struct
79 extern struct crashtype_category bugs_crashtypes; argument
80 extern struct crashtype_category heap_crashtypes;
81 extern struct crashtype_category perms_crashtypes;
82 extern struct crashtype_category refcount_crashtypes;
83 extern struct crashtype_category usercopy_crashtypes;
84 extern struct crashtype_category stackleak_crashtypes;
85 extern struct crashtype_category cfi_crashtypes;
86 extern struct crashtype_category fortify_crashtypes;
87 extern struct crashtype_category powerpc_crashtypes;
H A Dpowerpc.c126 struct crashtype_category powerpc_crashtypes = {
H A Dkstack_erase.c147 struct crashtype_category stackleak_crashtypes = {
H A Dcfi.c199 struct crashtype_category cfi_crashtypes = {
H A Dfortify.c220 struct crashtype_category fortify_crashtypes = {
H A Dperms.c303 struct crashtype_category perms_crashtypes = {
H A Drefcount.c432 struct crashtype_category refcount_crashtypes = {
H A Dheap.c388 struct crashtype_category heap_crashtypes = {
H A Dusercopy.c454 struct crashtype_category usercopy_crashtypes = {
H A Dcore.c90 static const struct crashtype_category *crashtype_categories[] = {
H A Dbugs.c855 struct crashtype_category bugs_crashtypes = {