Searched refs:KERN_SIGRETURN_CODE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsignal.h10 #define KERN_SIGRETURN_CODE (CONFIG_VECTORS_BASE + 0x00000500) macro
11 #define KERN_RESTART_CODE (KERN_SIGRETURN_CODE + sizeof(sigreturn_codes))
H A Dtraps.c791 memcpy((void *)KERN_SIGRETURN_CODE, sigreturn_codes,
H A Dsignal.c521 retcode = KERN_SIGRETURN_CODE + (idx << 2) + thumb;

Completed in 45 milliseconds