Searched refs:SEGV_MTESERR (Results 1 – 8 of 8) sorted by relevance
137 SEGV_MTESERR /* Synchronous ARM MTE exception. */ enumerator138 # define SEGV_MTESERR SEGV_MTESERR macro
11 #ifndef SEGV_MTESERR12 #define SEGV_MTESERR 9 macro
43 else if (si->si_code == SEGV_MTESERR) { in mte_default_handler()248 cur_mte_cxt.trig_si_code = SEGV_MTESERR; in mte_initialize_current_context()
233 #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
791 { do_tag_check_fault, SIGSEGV, SEGV_MTESERR, "synchronous tag check fault" },