Home
last modified time | relevance | path

Searched refs:__stack_protector_apply (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/asm/
H A Darch-stackprotector.h10 int __stack_protector_apply(unsigned long *start, unsigned long *end, unsigned long kernel_start);
21 return __stack_protector_apply(start, end, 0); in stack_protector_apply()
/linux/arch/s390/kernel/
H A Dstackprotector.c117 int __stack_protector_apply(unsigned long *start, unsigned long *end, unsigned long kernel_start) in __stack_protector_apply() function
155 __stack_protector_apply(start, end, kernel_start); in __stack_protector_apply_early()