Home
last modified time | relevance | path

Searched refs:is_syscall (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/um/include/shared/
H A Dkern_util.h37 extern int is_syscall(unsigned long addr);
/openbmc/linux/arch/um/kernel/
H A Dsignal.c133 is_syscall(PT_REGS_IP(&current->thread.regs)); in do_signal()
/openbmc/linux/arch/x86/um/
H A Dptrace_64.c192 int is_syscall(unsigned long addr) in is_syscall() function
H A Dptrace_32.c28 int is_syscall(unsigned long addr) in is_syscall() function
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch857 - if (top != NULL && top->is_syscall &&
872 - proc->callstack[proc->callstack_depth - 1].is_syscall &&
911 + if (top != NULL && top->is_syscall
951 + else if (depth > 0 && top->is_syscall)
958 + if (depth > 0 && top->is_syscall && top->c_un.syscall == *sysnum) {