Searched refs:addrOthers (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dptrace32.c65 u32 __user * addrOthers; local
70 if (get_user(addrOthers, (u32 __user * __user *) (unsigned long) addr) != 0)
73 copied = access_process_vm(child, (u64)addrOthers, &tmp,
208 u32 __user * addrOthers; local
212 if (get_user(addrOthers, (u32 __user * __user *) (unsigned long) addr) != 0)
215 if (access_process_vm(child, (u64)addrOthers, &data,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dptrace32.c93 u32 __user * addrOthers; local
98 if (get_user(addrOthers, (u32 __user * __user *)addr) != 0)
101 copied = access_process_vm(child, (u64)addrOthers, &tmp,
194 u32 __user * addrOthers; local
198 if (get_user(addrOthers, (u32 __user * __user *)addr) != 0)
201 if (access_process_vm(child, (u64)addrOthers, &tmp,

Completed in 26 milliseconds