Home
last modified time | relevance | path

Searched refs:KFENCE_ERROR_INVALID (Results 1 – 4 of 4) sorted by relevance

/mm/kfence/
Dreport.c60 case KFENCE_ERROR_INVALID: in get_stack_skipnr()
196 if (WARN_ON(type != KFENCE_ERROR_INVALID && !meta)) in kfence_report_error()
238 case KFENCE_ERROR_INVALID: in kfence_report_error()
Dkfence.h125 KFENCE_ERROR_INVALID, /* Invalid access of unknown type. */ enumerator
Dkfence_test.c120 case KFENCE_ERROR_INVALID: in report_matches()
151 case KFENCE_ERROR_INVALID: in report_matches()
641 .type = KFENCE_ERROR_INVALID, in test_invalid_access()
Dcore.c1017 kfence_report_error(addr, is_write, regs, NULL, KFENCE_ERROR_INVALID); in kfence_handle_page_fault()