Searched refs:PT_REGS_IP (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dptrace-generic.h23 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro
37 #define instruction_pointer(regs) PT_REGS_IP(regs)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/asm/
H A Dptrace.h35 #define profile_pc(regs) PT_REGS_IP(regs)
H A Delf.h71 pr_reg[12] = PT_REGS_IP(regs); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsysrq.c18 0xffff & PT_REGS_CS(regs), PT_REGS_IP(regs),
H A Dsignal.c375 PT_REGS_IP(regs) = (unsigned long) ka->sa.sa_handler;
432 PT_REGS_IP(regs) = (unsigned long) ka->sa.sa_handler;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dexec.c43 PT_REGS_IP(regs) = eip;
H A Dsignal.c143 is_syscall(PT_REGS_IP(&current->thread.regs));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/asm/
H A Dptrace.h53 #define profile_pc(regs) PT_REGS_IP(regs)

Completed in 75 milliseconds