Home
last modified time | relevance | path

Searched refs:SYSCALL_WORK_SYSCALL_EXIT_TRAP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dentry-common.h50 SYSCALL_WORK_SYSCALL_EXIT_TRAP | \
H A Dthread_info.h57 #define SYSCALL_WORK_SYSCALL_EXIT_TRAP BIT(SYSCALL_WORK_BIT_SYSCALL_EXIT_TRAP) macro
/openbmc/linux/kernel/entry/
H A Dcommon.c230 return work & SYSCALL_WORK_SYSCALL_EXIT_TRAP; in report_single_step()