Lines Matching refs:stack_info
24 static struct stack_info stackinfo_get_overflow(void)
31 return (struct stack_info) {
37 static struct stack_info stackinfo_get_overflow_kern_va(void)
42 return (struct stack_info) {
48 static struct stack_info stackinfo_get_hyp(void)
55 return (struct stack_info) {
61 static struct stack_info stackinfo_get_hyp_kern_va(void)
66 return (struct stack_info) {
87 struct stack_info stack_hyp, stack_kern;
181 struct stack_info stacks[] = {