Searched refs:SEGV_MTESERR (Results 1 – 6 of 6) sorted by relevance
11 #ifndef SEGV_MTESERR12 #define SEGV_MTESERR 9 macro
47 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()
239 #define SEGV_MTESERR 9 /* Synchronous ARM MTE exception */ macro
65 (SEGV_MTESERR) even if SA_EXPOSE_TAGBITS was set. Applications should
69 ``.si_code = SEGV_MTESERR`` and ``.si_addr = <fault-address>``. The
825 { do_tag_check_fault, SIGSEGV, SEGV_MTESERR, "synchronous tag check fault" },