Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Drandomize_kstack.h79 #define choose_random_kstack_offset(rand) do { \ macro
89 #define choose_random_kstack_offset(rand) do { } while (0) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dentry-common.h88 choose_random_kstack_offset(rdtsc() & 0xFF); in arch_exit_to_user_mode_prepare()
/linux-6.3-rc2/arch/s390/include/asm/
A Dentry-common.h58 choose_random_kstack_offset(get_tod_clock_fast() & 0xff); in arch_exit_to_user_mode_prepare()
/linux-6.3-rc2/arch/arm64/kernel/
A Dsyscall.c70 choose_random_kstack_offset(get_random_u16() & 0x1FF); in invoke_syscall()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dsyscall.c186 choose_random_kstack_offset(mftb()); in system_call_exception()
/linux-6.3-rc2/arch/
A DKconfig1212 during syscall entry and choose_random_kstack_offset() during

Completed in 10 milliseconds