Searched refs:TCB_INSYSCALL (Results 1 – 3 of 3) sorted by relevance
314 #define TCB_INSYSCALL 0x04 macro332 #define entering(tcp) (!((tcp)->flags & TCB_INSYSCALL))333 #define exiting(tcp) ((tcp)->flags & TCB_INSYSCALL)
802 tcp->flags |= TCB_INSYSCALL | TCB_FILTERED; in trace_syscall_entering()832 tcp->flags |= TCB_INSYSCALL; in trace_syscall_entering()900 tcp->flags &= ~TCB_INSYSCALL; in trace_syscall_exiting()1072 tcp->flags &= ~TCB_INSYSCALL; in trace_syscall_exiting()
3157 instruction decoding branch if TCB_INSYSCALL is clear.3462 TCB_INSYSCALL is clear, like other platforms do.