Home
last modified time | relevance | path

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

/openbmc/linux/mm/kasan/
H A Dkasan.h198 struct kasan_report_info { struct
200 enum kasan_report_type type;
201 const void *access_addr;
202 size_t access_size;
203 bool is_write;
204 unsigned long ip;
207 const void *first_bad_addr;
208 struct kmem_cache *cache;
209 void *object;
210 size_t alloc_size;
[all …]