Home
last modified time | relevance | path

Searched refs:current_top_of_stack (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/
H A Dstackleak.c95 boundary = current_top_of_stack(); in stackleak_erase()
103 current->lowest_stack = current_top_of_stack() - THREAD_SIZE/64; in stackleak_erase()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch18 const void *WvTaskMan::current_top_of_stack()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkprobes.h30 (current_top_of_stack() - (unsigned long)(ADDR))
H A Dprocessor.h569 static inline unsigned long current_top_of_stack(void) in current_top_of_stack() function
581 return (unsigned long)(current_top_of_stack() - in on_thread_stack()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dprocessor.h342 #define current_top_of_stack() \ macro