Searched refs:stack (Results 1 – 12 of 12) 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)89 void *stack = task_stack_page(current); in object_is_on_stack() local91 return (obj >= stack) && (obj < (stack + THREAD_SIZE)); in object_is_on_stack()
27 unsigned long stack; member
73 void stack_depot_print(depot_stack_handle_t stack);
259 struct bpf_stack_state *stack; member344 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \345 ? &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
770 void *stack; member1965 unsigned long stack[THREAD_SIZE/sizeof(long)]; member1977 # define task_thread_info(task) ((struct thread_info *)(task)->stack)
3053 struct net_device_path_stack *stack);
98 __aligned_u64 stack; member
178 depot_stack_handle_t stack; member
94 } stack[MEDIA_ENTITY_ENUM_MAX_DEPTH]; member
931 /DISCARD/ : { *(.note.GNU-stack) } \