Home
last modified time | relevance | path

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

/openbmc/linux/mm/kfence/
H A Dreport.c59 case KFENCE_ERROR_INVALID: in get_stack_skipnr()
201 if (WARN_ON(type != KFENCE_ERROR_INVALID && !meta)) in kfence_report_error()
243 case KFENCE_ERROR_INVALID: in kfence_report_error()
H A Dkfence.h136 KFENCE_ERROR_INVALID, /* Invalid access of unknown type. */ enumerator
H A Dkfence_test.c125 case KFENCE_ERROR_INVALID: in report_matches()
156 case KFENCE_ERROR_INVALID: in report_matches()
645 .type = KFENCE_ERROR_INVALID, in test_invalid_access()
H A Dcore.c1228 kfence_report_error(addr, is_write, regs, NULL, KFENCE_ERROR_INVALID); in kfence_handle_page_fault()