read_user_stack_64
if (read_user_stack_64(&uregs[PT_NIP], &next_ip) ||
read_user_stack_64(&uregs[PT_LNK], &lr) ||
read_user_stack_64(&uregs[PT_R1], &sp))
if (read_user_stack_64((unsigned long __user *) &sf->pinfo, &pinfo) ||
read_user_stack_64((unsigned long __user *) &sf->puc, &puc))
if (invalid_user_sp(sp) || read_user_stack_64(fp, &next_sp))
if (level > 0 && read_user_stack_64(&fp[2], &next_ip))