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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dperf_callchain.c176 static int read_user_stack_32(unsigned int __user *ptr, unsigned int *ret) function
309 static int read_user_stack_32(unsigned int __user *ptr, unsigned int *ret) function
390 if (read_user_stack_32((unsigned int __user *) &sf->sctx.regs, &regs))
401 if (read_user_stack_32((unsigned int __user *) &sf->uc.uc_regs, &regs))
455 if (!valid_user_sp(sp, 0) || read_user_stack_32(fp, &next_sp))
457 if (level > 0 && read_user_stack_32(&fp[1], &next_ip))
468 if (read_user_stack_32(&uregs[PT_NIP], &next_ip) ||
469 read_user_stack_32(&uregs[PT_LNK], &lr) ||
470 read_user_stack_32(&uregs[PT_R1], &sp))

Completed in 99 milliseconds