Lines Matching defs:value
76 int putreg(struct task_struct *child, int regno, unsigned long value)
92 UPT_SYSCALL_NR(&child->thread.regs.regs) = value;
95 if (value && (value & 3) != 3)
99 if (value && (value & 3) != 3)
104 if (value && (value & 3) != 3)
106 value &= 0xffff;
110 if ((value & 3) != 3)
112 value &= 0xffff;
115 value &= FLAG_MASK;
116 child->thread.regs.regs.gp[HOST_EFLAGS] |= value;
121 child->thread.regs.regs.gp[reg_offsets[regno]] = value;