Home
last modified time | relevance | path

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

/mm/kfence/
Dreport.c175 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()
Dcore.c954 bool kfence_handle_page_fault(unsigned long addr, bool is_write, struct pt_regs *regs) in kfence_handle_page_fault()
Dkfence_test.c81 bool is_write; /* Is access a write. */ member
/mm/kasan/
Dreport.c502 bool kasan_report(unsigned long addr, size_t size, bool is_write, in kasan_report()
Dkasan.h209 bool is_write; member
/mm/
Dfilemap.c1619 void page_endio(struct page *page, bool is_write, int err) in page_endio()