Searched refs:stack (Results 1 – 12 of 12) sorted by relevance
23 return task->stack; in task_stack_page()31 return (unsigned long *)((unsigned long)task->stack + THREAD_SIZE) - 1; in end_of_stack()33 return task->stack; in end_of_stack()39 #define task_stack_page(task) ((void *)(task)->stack)91 void *stack = task_stack_page(current); in object_is_on_stack() local94 return (obj >= stack) && (obj < (stack + THREAD_SIZE)); in object_is_on_stack()
34 unsigned long stack; member
98 __aligned_u64 stack; member
207 void stack_depot_print(depot_stack_handle_t stack);
344 struct bpf_stack_state *stack; member476 ((1 << frame->stack[slot].slot_type[BPF_REG_SIZE - 1]) & (mask))) \477 ? &frame->stack[slot].spilled_ptr : NULL)
91 unsigned long stack; /* stack pointer */ member
199 static inline int arch_within_stack_frames(const void * const stack, in arch_within_stack_frames() argument
854 void *stack; member1989 unsigned long stack[THREAD_SIZE/sizeof(long)]; member2001 # define task_thread_info(task) ((struct thread_info *)(task)->stack)
3120 struct net_device_path_stack *stack);
178 depot_stack_handle_t stack; member
94 } stack[MEDIA_ENTITY_ENUM_MAX_DEPTH]; member
908 *(.note.GNU-stack) \