Searched defs:is_write (Results 1 – 6 of 6) sorted by relevance
/mm/kfence/ |
D | report.c | 175 static const char *get_access_type(bool is_write) in get_access_type() 180 void kfence_report_error(unsigned long address, bool is_write, struct pt_regs *regs, in kfence_report_error()
|
D | core.c | 954 bool kfence_handle_page_fault(unsigned long addr, bool is_write, struct pt_regs *regs) in kfence_handle_page_fault()
|
D | kfence_test.c | 81 bool is_write; /* Is access a write. */ member
|
/mm/kasan/ |
D | report.c | 502 bool kasan_report(unsigned long addr, size_t size, bool is_write, in kasan_report()
|
D | kasan.h | 209 bool is_write; member
|
/mm/ |
D | filemap.c | 1619 void page_endio(struct page *page, bool is_write, int err) in page_endio()
|