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")
64 __failure __msg("invalid variable-offset read from stack R2")
85 __description("variable-offset stack write, priv vs unpriv")
87 /* Variable stack access is rejected for unprivileged.
89 __msg_unpriv("R2 variable stack access prohibited for !root")
107 * that, after a variable-offset write, a priviledged\ in stack_write_priv_vs_unpriv()
119 __description("variable-offset stack write clobbers spilled regs")
122 * register is rejected because the previous variable offset stack
128 /* The unprivileged case is not too interesting; variable
131 __msg_unpriv("R2 variable stack access prohibited for !root")
166 __description("indirect variable-offset stack access, unbounded")
167 __failure __msg("invalid unbounded variable-offset indirect access to stack R4")
199 __description("indirect variable-offset stack access, max out of bound")
200 __failure __msg("invalid variable-offset indirect access to stack R2")
228 __description("indirect variable-offset stack access, min out of bound")
229 __failure __msg("invalid variable-offset indirect access to stack R2")
257 __description("indirect variable-offset stack access, min_off < min_initialized")
286 __description("indirect variable-offset stack access, priv vs unpriv")
288 __msg_unpriv("R2 variable stack access prohibited for !root")
319 __description("indirect variable-offset stack access, ok")