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

/linux-master/arch/arm/probes/kprobes/
H A Dopt-arm.c187 unsigned long stack_protect = sizeof(struct pt_regs); local
241 stack_protect += orig->ainsn.stack_space;
244 BUG_ON(stack_protect > 255);
246 /* Create a 'sub sp, sp, #<stack_protect>' */
247 code[TMPL_SUB_SP] = __opcode_to_mem_arm(0xe24dd000 | stack_protect);
248 /* Create a 'add r3, sp, #<stack_protect>' */
249 code[TMPL_ADD_SP] = __opcode_to_mem_arm(0xe28d3000 | stack_protect);

Completed in 123 milliseconds