Home
last modified time | relevance | path

Searched refs:TARGET_SEGV_MTEAERR (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dtarget_signal.h6 #define TARGET_SEGV_MTEAERR 8 /* Asynchronous ARM MTE error */ macro
H A Dcpu_loop.c177 force_sig_fault(TARGET_SIGSEGV, TARGET_SEGV_MTEAERR, 0); in cpu_loop()