Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 10 of 10) sorted by relevance

/include/linux/sched/
Dtask_stack.h21 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() local
89 return (obj >= stack) && (obj < (stack + THREAD_SIZE)); in object_is_on_stack()
Dtask.h27 unsigned long stack; member
/include/uapi/linux/
Dsched.h98 __aligned_u64 stack; member
/include/linux/
Dbpf_verifier.h200 struct bpf_stack_state *stack; member
285 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \
286 ? &frame->stack[slot].spilled_ptr : NULL)
Dthread_info.h116 static inline int arch_within_stack_frames(const void * const stack, in arch_within_stack_frames() argument
Duprobes.h86 unsigned long stack; /* stack pointer */ member
Dsched.h673 void *stack; member
1770 unsigned long stack[THREAD_SIZE/sizeof(long)]; member
1785 # define task_thread_info(task) ((struct thread_info *)(task)->stack)
/include/drm/
Ddrm_mm.h176 depot_stack_handle_t stack; member
/include/media/
Dmedia-entity.h93 } stack[MEDIA_ENTITY_ENUM_MAX_DEPTH]; member
/include/asm-generic/
Dvmlinux.lds.h955 /DISCARD/ : { *(.note.GNU-stack) } \