Lines Matching defs:value
75 int putreg(struct task_struct *child, int regno, unsigned long value)
91 UPT_SYSCALL_NR(&child->thread.regs.regs) = value;
94 if (value && (value & 3) != 3)
98 if (value && (value & 3) != 3)
103 if (value && (value & 3) != 3)
105 value &= 0xffff;
109 if ((value & 3) != 3)
111 value &= 0xffff;
114 value &= FLAG_MASK;
115 child->thread.regs.regs.gp[HOST_EFLAGS] |= value;
120 child->thread.regs.regs.gp[reg_offsets[regno]] = value;