Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/include/asm/
Dthread_info.h101 #define _TIF_MTE_ASYNC_FAULT (1 << TIF_MTE_ASYNC_FAULT) macro
106 _TIF_UPROBE | _TIF_MTE_ASYNC_FAULT | \
/linux-6.1.9/arch/arm64/kernel/
Dsyscall.c109 if (flags & _TIF_MTE_ASYNC_FAULT) { in el0_svc_common()
Dentry.S148 mov \tmp, #_TIF_MTE_ASYNC_FAULT
Dsignal.c1122 if (thread_flags & _TIF_MTE_ASYNC_FAULT) { in do_notify_resume()