Home
last modified time | relevance | path

Searched defs:kasan_report_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/mm/kasan/
Dkasan.h171 struct kasan_report_info { struct
173 enum kasan_report_type type;
174 void *access_addr;
175 size_t access_size;
176 bool is_write;
177 unsigned long ip;
180 void *first_bad_addr;
181 struct kmem_cache *cache;
182 void *object;
185 const char *bug_type;
[all …]