Home
last modified time | relevance | path

Searched refs:SEGV_MTESERR (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/arm64/mte/
H A Dmte_def.h11 #ifndef SEGV_MTESERR
12 #define SEGV_MTESERR 9 macro
H A Dmte_common_util.c47 else if (si->si_code == SEGV_MTESERR) { in mte_default_handler()
268 cur_mte_cxt.trig_si_code = SEGV_MTESERR; in mte_initialize_current_context()
/linux/include/uapi/asm-generic/
H A Dsiginfo.h239 #define SEGV_MTESERR 9 /* Synchronous ARM MTE exception */ macro
/linux/Documentation/arch/arm64/
H A Dtagged-pointers.rst65 (SEGV_MTESERR) even if SA_EXPOSE_TAGBITS was set. Applications should
H A Dmemory-tagging-extension.rst69 ``.si_code = SEGV_MTESERR`` and ``.si_addr = <fault-address>``. The
/linux/arch/arm64/mm/
H A Dfault.c772 { do_tag_check_fault, SIGSEGV, SEGV_MTESERR, "synchronous tag check fault" },