Searched refs:bad_stack (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/misc/lkdtm/
H A Dusercopy.c59 unsigned char *bad_stack; local
68 bad_stack = do_usercopy_stack_callee((uintptr_t)&bad_stack);
71 bad_stack = task_stack_page(current) + THREAD_SIZE;
72 bad_stack -= sizeof(unsigned long);
79 pr_info("bad_stack : %px-%px\n", bad_stack, bad_stack + sizeof(good_stack));
98 if (copy_to_user((void __user *)user_addr, bad_stack,
119 if (copy_from_user(bad_stack, (voi
[all...]
/linux-master/arch/mips/kernel/
H A Dscall64-o32.S67 bltz t1, bad_stack
160 bad_stack: label
H A Dscall32-o32.S51 bltz t4, bad_stack # -> sp is bad
149 bad_stack: label
/linux-master/arch/openrisc/kernel/
H A Dtraps.c121 goto bad_stack;
128 bad_stack:

Completed in 265 milliseconds