Searched refs:stack (Results 1 – 11 of 11) sorted by relevance
21 return task->stack; in task_stack_page()29 return (unsigned long *)((unsigned long)task->stack + THREAD_SIZE) - 1; in end_of_stack()31 return task->stack; in end_of_stack()37 #define task_stack_page(task) ((void *)(task)->stack)87 void *stack = task_stack_page(current); in object_is_on_stack() local89 return (obj >= stack) && (obj < (stack + THREAD_SIZE)); in object_is_on_stack()
27 unsigned long stack; member
98 __aligned_u64 stack; member
227 struct bpf_stack_state *stack; member312 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \313 ? &frame->stack[slot].spilled_ptr : NULL)
86 unsigned long stack; /* stack pointer */ member
183 static inline int arch_within_stack_frames(const void * const stack, in arch_within_stack_frames() argument
758 void *stack; member1931 unsigned long stack[THREAD_SIZE/sizeof(long)]; member1946 # define task_thread_info(task) ((struct thread_info *)(task)->stack)
3015 struct net_device_path_stack *stack);
176 depot_stack_handle_t stack; member
92 } stack[MEDIA_ENTITY_ENUM_MAX_DEPTH]; member
911 /DISCARD/ : { *(.note.GNU-stack) } \