Searched refs:stack (Results 1 – 10 of 10) 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
200 struct bpf_stack_state *stack; member285 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \286 ? &frame->stack[slot].spilled_ptr : NULL)
116 static inline int arch_within_stack_frames(const void * const stack, in arch_within_stack_frames() argument
86 unsigned long stack; /* stack pointer */ member
673 void *stack; member1770 unsigned long stack[THREAD_SIZE/sizeof(long)]; member1785 # define task_thread_info(task) ((struct thread_info *)(task)->stack)
176 depot_stack_handle_t stack; member
93 } stack[MEDIA_ENTITY_ENUM_MAX_DEPTH]; member
955 /DISCARD/ : { *(.note.GNU-stack) } \