Home
last modified time | relevance | path

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

/mm/kfence/
Dreport.c168 static const char *get_access_type(bool is_write) in get_access_type()
173 void kfence_report_error(unsigned long address, bool is_write, struct pt_regs *regs, in kfence_report_error()
Dcore.c818 bool kfence_handle_page_fault(unsigned long addr, bool is_write, struct pt_regs *regs) in kfence_handle_page_fault()
Dkfence_test.c74 bool is_write; /* Is access a write. */ member
/mm/kasan/
Dreport.c375 static void __kasan_report(unsigned long addr, size_t size, bool is_write, in __kasan_report()
421 bool kasan_report(unsigned long addr, size_t size, bool is_write, in kasan_report()
Dkasan.h110 bool is_write; member
/mm/
Dfilemap.c1516 void page_endio(struct page *page, bool is_write, int err) in page_endio()