Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsiginfo-consts.h137 SEGV_MTESERR /* Synchronous ARM MTE exception. */ enumerator
138 # define SEGV_MTESERR SEGV_MTESERR macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsiginfo-consts.h137 SEGV_MTESERR /* Synchronous ARM MTE exception. */ enumerator
138 # define SEGV_MTESERR SEGV_MTESERR macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dmte_def.h11 #ifndef SEGV_MTESERR
12 #define SEGV_MTESERR 9 macro
H A Dmte_common_util.c43 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()
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dsiginfo.h233 #define SEGV_MTESERR 9 /* Synchronous ARM MTE exception */ macro
/OK3568_Linux_fs/kernel/Documentation/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
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dfault.c791 { do_tag_check_fault, SIGSEGV, SEGV_MTESERR, "synchronous tag check fault" },