Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds