Searched refs:SEGV_MTESERR (Results 1 – 6 of 6) sorted by relevance
11 #ifndef SEGV_MTESERR12 #define SEGV_MTESERR 9 macro
68 else if (si->si_code == SEGV_MTESERR) { in mte_default_handler()312 cur_mte_cxt.trig_si_code = SEGV_MTESERR; in mte_initialize_current_context()
239 #define SEGV_MTESERR 9 /* Synchronous ARM MTE exception */ macro
64 are preserved in response to synchronous tag check faults (SEGV_MTESERR)
69 ``.si_code = SEGV_MTESERR`` and ``.si_addr = <fault-address>``. The
879 { do_tag_check_fault, SIGSEGV, SEGV_MTESERR, "synchronous tag check fault" },