Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Drandomize_kstack.h85 #define choose_random_kstack_offset(rand) do { \ macro
95 #define choose_random_kstack_offset(rand) do { } while (0) macro
/linux-6.15/arch/s390/include/asm/
H A Dentry-common.h57 choose_random_kstack_offset(get_tod_clock_fast()); in arch_exit_to_user_mode_prepare()
/linux-6.15/arch/x86/include/asm/
H A Dentry-common.h94 choose_random_kstack_offset(rdtsc()); in arch_exit_to_user_mode_prepare()
/linux-6.15/arch/loongarch/kernel/
H A Dsyscall.c78 choose_random_kstack_offset(drdtime()); in do_syscall()
/linux-6.15/arch/arm64/kernel/
H A Dsyscall.c65 choose_random_kstack_offset(get_random_u16()); in invoke_syscall()
/linux-6.15/arch/powerpc/kernel/
H A Dsyscall.c186 choose_random_kstack_offset(mftb()); in system_call_exception()
/linux-6.15/arch/riscv/kernel/
H A Dtraps.c353 choose_random_kstack_offset(get_random_u16()); in do_trap_ecall_u()
/linux-6.15/arch/
H A DKconfig1451 during syscall entry and choose_random_kstack_offset() during