Searched refs:in_syscall (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsignal.c73 #define INSN_LDI_R25_0 0x34190000 /* ldi 0,%r25 (in_syscall=0) */
74 #define INSN_LDI_R25_1 0x34190002 /* ldi 1,%r25 (in_syscall=1) */
98 sys_rt_sigreturn(struct pt_regs *regs, int in_syscall) argument
170 if (in_syscall)
209 setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, int in_syscall) argument
217 if (in_syscall) {
244 sigset_t *set, struct pt_regs *regs, int in_syscall)
282 &compat_frame->regs, regs, in_syscall);
296 err |= setup_sigcontext(&frame->uc.uc_mcontext, regs, in_syscall);
308 err |= __put_user(in_syscall
243 setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, sigset_t *set, struct pt_regs *regs, int in_syscall) argument
449 handle_signal(unsigned long sig, siginfo_t *info, struct k_sigaction *ka, sigset_t *oldset, struct pt_regs *regs, int in_syscall) argument
577 do_signal(struct pt_regs *regs, long in_syscall) argument
643 do_notify_resume(struct pt_regs *regs, long in_syscall) argument
[all...]
H A Dsignal32.h159 struct pt_regs *regs, int in_syscall);
H A Dsignal32.c266 struct pt_regs *regs, int in_syscall)
277 if (in_syscall) {
279 DBG(1,"setup_sigcontext32: in_syscall\n");
265 setup_sigcontext32(struct compat_sigcontext __user *sc, struct compat_regfile __user * rf, struct pt_regs *regs, int in_syscall) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dptrace.h18 #define in_syscall(regs) (((regs)->tbr & TBR_TT) == TBR_TT_TRAP0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dsignal.c348 int do_signal(struct pt_regs *regs, sigset_t *oldset, int in_syscall) argument
354 printk(KERN_INFO "do signal: %p %p %d\n", regs, oldset, in_syscall);
375 if (in_syscall)
390 if (in_syscall)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditsc.c168 int in_syscall; /* 1 if task is in a syscall */ member in struct:audit_context
780 if (context->in_syscall && !context->dummy) {
795 printk(KERN_ERR "%s:%d(:%d): major=%d in_syscall=%d"
799 context->serial, context->major, context->in_syscall,
1546 if (context->in_syscall && context->current_state == AUDIT_RECORD_CONTEXT)
1596 if (context->in_syscall) {
1618 BUG_ON(context->in_syscall || context->name_count);
1641 context->in_syscall = 1;
1652 if (!ctx->in_syscall || ctx->current_state != AUDIT_RECORD_CONTEXT)
1659 p->in_syscall
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dptrace.c65 in_syscall (struct pt_regs *pt) function
325 if (in_syscall(pt)) {
518 if (in_syscall(pt))
1423 if (in_syscall(pt))
1476 if (in_syscall(pt))
2185 if (in_syscall(pt))
H A Dprocess.c175 do_notify_resume_user(sigset_t *unused, struct sigscratch *scr, long in_syscall) argument
199 ia64_do_signal(scr, in_syscall);
H A Dsignal.c451 ia64_do_signal (struct sigscratch *scr, long in_syscall) argument
456 long restart = in_syscall;

Completed in 61 milliseconds