Lines Matching full:variable

16 __description("variable-offset ctx access")
17 __failure __msg("variable ctx access var_off=(0x0; 0x4)")
36 __description("variable-offset stack read, priv vs unpriv")
38 __msg_unpriv("R2 variable stack access prohibited for !root")
63 __description("variable-offset stack read, uninitialized")
65 __failure_unpriv __msg_unpriv("R2 variable stack access prohibited for !root")
86 __description("variable-offset stack write, priv vs unpriv")
89 * maximum possible variable offset.
93 /* Variable stack access is rejected for unprivileged.
95 __msg_unpriv("R2 variable stack access prohibited for !root")
117 * address written to with a variable offset. The read is allowed, showing that,
118 * after a variable-offset write, a priviledged program can read the slots that
126 __description("variable-offset stack write followed by read")
129 * maximum possible variable offset.
133 __msg_unpriv("R2 variable stack access prohibited for !root")
158 __description("variable-offset stack write clobbers spilled regs")
161 * register is rejected because the previous variable offset stack
167 /* The unprivileged case is not too interesting; variable
170 __msg_unpriv("R2 variable stack access prohibited for !root")
205 __description("indirect variable-offset stack access, unbounded")
206 __failure __msg("invalid unbounded variable-offset indirect access to stack R4")
238 __description("indirect variable-offset stack access, max out of bound")
239 __failure __msg("invalid variable-offset indirect access to stack R2")
271 __description("indirect variable-offset stack access, zero-sized, max out of bound")
272 __failure __msg("invalid variable-offset indirect access to stack R1")
296 __description("indirect variable-offset stack access, min out of bound")
297 __failure __msg("invalid variable-offset indirect access to stack R2")
325 __description("indirect variable-offset stack access, min_off < min_initialized")
327 __failure_unpriv __msg_unpriv("R2 variable stack access prohibited for !root")
355 __description("indirect variable-offset stack access, priv vs unpriv")
357 __msg_unpriv("R2 variable stack access prohibited for !root")
388 __description("indirect variable-offset stack access, ok")