Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Drandomize_kstack.h45 #define choose_random_kstack_offset(rand) do { \ macro
/Linux-v5.15/arch/s390/include/asm/
Dentry-common.h55 choose_random_kstack_offset(get_tod_clock_fast() & 0xff); in arch_exit_to_user_mode_prepare()
/Linux-v5.15/arch/x86/include/asm/
Dentry-common.h88 choose_random_kstack_offset(rdtsc() & 0xFF); in arch_exit_to_user_mode_prepare()
/Linux-v5.15/arch/arm64/kernel/
Dsyscall.c70 choose_random_kstack_offset(get_random_int() & 0x1FF); in invoke_syscall()
/Linux-v5.15/arch/
DKconfig1134 during syscall entry and choose_random_kstack_offset() during