Home
last modified time | relevance | path

Searched refs:_TIF_MTE_ASYNC_FAULT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dthread_info.h97 #define _TIF_MTE_ASYNC_FAULT (1 << TIF_MTE_ASYNC_FAULT) macro
102 _TIF_UPROBE | _TIF_MTE_ASYNC_FAULT | \
/openbmc/linux/arch/arm64/kernel/
H A Dsyscall.c101 if (flags & _TIF_MTE_ASYNC_FAULT) { in el0_svc_common()
H A Dentry.S147 mov \tmp, #_TIF_MTE_ASYNC_FAULT
H A Dsignal.c1295 if (thread_flags & _TIF_MTE_ASYNC_FAULT) { in do_notify_resume()