Lines Matching full:stack
36 __description("variable-offset stack read, priv vs unpriv")
38 __msg_unpriv("R2 variable stack access prohibited for !root")
43 /* Fill the top 8 bytes of the stack */ \ in stack_read_priv_vs_unpriv()
55 /* dereference it for a stack read */ \ in stack_read_priv_vs_unpriv()
63 __description("variable-offset stack read, uninitialized")
64 __failure __msg("invalid variable-offset read from stack R2")
77 /* dereference it for a stack read */ \ in variable_offset_stack_read_uninitialized()
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")
103 /* Dereference it for a stack write */ \ 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
129 * stack access is rejected.
131 __msg_unpriv("R2 variable stack access prohibited for !root")
150 /* Spill R0(map ptr) into stack */ \ in stack_write_clobbers_spilled_regs()
152 /* Dereference the unknown value for a stack write */\ in stack_write_clobbers_spilled_regs()
166 __description("indirect variable-offset stack access, unbounded")
167 __failure __msg("invalid unbounded variable-offset indirect access to stack R4")
173 /* Fill the top 16 bytes of the stack. */ \ in variable_offset_stack_access_unbounded()
182 /* Point the lower bound to initialized stack. Offset is now in range\ in variable_offset_stack_access_unbounded()
199 __description("indirect variable-offset stack access, max out of bound")
200 __failure __msg("invalid variable-offset indirect access to stack R2")
204 /* Fill the top 8 bytes of the stack */ \ in access_max_out_of_bound()
228 __description("indirect variable-offset stack access, min out of bound")
229 __failure __msg("invalid variable-offset indirect access to stack R2")
233 /* Fill the top 8 bytes of the stack */ \ in access_min_out_of_bound()
257 __description("indirect variable-offset stack access, min_off < min_initialized")
258 __failure __msg("invalid indirect read from stack R2 var_off")
262 /* Fill only the top 8 bytes of the stack. */ \ in access_min_off_min_initialized()
271 * which. fp-16 size 8 is partially uninitialized stack.\ in 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")
293 /* Fill the top 16 bytes of the stack. */ \ in stack_access_priv_vs_unpriv()
304 * which, but either way it points to initialized stack.\ in stack_access_priv_vs_unpriv()
319 __description("indirect variable-offset stack access, ok")
324 /* Fill the top 16 bytes of the stack. */ \ in variable_offset_stack_access_ok()
335 * which, but either way it points to initialized stack.\ in variable_offset_stack_access_ok()