Home
last modified time | relevance | path

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

/linux-6.1.9/mm/kfence/
Dreport.c60 case KFENCE_ERROR_INVALID: in get_stack_skipnr()
202 if (WARN_ON(type != KFENCE_ERROR_INVALID && !meta)) in kfence_report_error()
244 case KFENCE_ERROR_INVALID: in kfence_report_error()
Dkfence.h125 KFENCE_ERROR_INVALID, /* Invalid access of unknown type. */ enumerator
Dkfence_test.c125 case KFENCE_ERROR_INVALID: in report_matches()
156 case KFENCE_ERROR_INVALID: in report_matches()
643 .type = KFENCE_ERROR_INVALID, in test_invalid_access()
Dcore.c1150 kfence_report_error(addr, is_write, regs, NULL, KFENCE_ERROR_INVALID); in kfence_handle_page_fault()