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

/linux-master/include/linux/
H A Drandomize_kstack.h63 * choose_random_kstack_offset - Choose the random offset for the next
79 #define choose_random_kstack_offset(rand) do { \ macro
89 #define choose_random_kstack_offset(rand) do { } while (0) macro
/linux-master/arch/x86/include/asm/
H A Dentry-common.h88 choose_random_kstack_offset(rdtsc() & 0xFF);
/linux-master/arch/s390/include/asm/
H A Dentry-common.h57 choose_random_kstack_offset(get_tod_clock_fast() & 0xff);
/linux-master/arch/arm64/kernel/
H A Dsyscall.c66 choose_random_kstack_offset(get_random_u16() & 0x1FF);
/linux-master/arch/powerpc/kernel/
H A Dsyscall.c186 choose_random_kstack_offset(mftb());
/linux-master/arch/riscv/kernel/
H A Dtraps.c343 choose_random_kstack_offset(get_random_u16());

Completed in 110 milliseconds