Searched refs:TCB_INSYSCALL (Results 1 – 4 of 4) sorted by relevance
244 #define TCB_INSYSCALL 0x04 macro265 #define entering(tcp) (!((tcp)->flags & TCB_INSYSCALL))266 #define exiting(tcp) ((tcp)->flags & TCB_INSYSCALL)
709 tcp->flags |= TCB_INSYSCALL; in syscall_entering_finish()964 tcp->flags &= ~(TCB_INSYSCALL | TCB_TAMPERED); in syscall_exiting_finish()
3157 instruction decoding branch if TCB_INSYSCALL is clear.3462 TCB_INSYSCALL is clear, like other platforms do.
8142 * defs.h: Update comment on TCB_INSYSCALL.15941 TCB_FAULT_INJ flag along with TCB_INSYSCALL. Print " (INJECTED)" suffix19804 when clearing TCB_INSYSCALL flag.30624 along with setting TCB_INSYSCALL flag.30627 Reset tcp->sys_func_rval along with clearing TCB_INSYSCALL flag.31198 In particular, get_scno() should not set TCB_INSYSCALL flag because31204 Do not set TCB_INSYSCALL flag.43043 * syscall.c (trace_syscall_exiting): Use common TCB_INSYSCALL clearing43046 (trace_syscall_entering): Use common TCB_INSYSCALL setting43052 * defs.h: Explain TCB_INSYSCALL and TCB_WAITEXECVE bits in detail.[all …]