Home
last modified time | relevance | path

Searched refs:barrier_nospec (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/include/linux/
H A Dnospec.h14 #ifndef barrier_nospec
15 # define barrier_nospec() do { } while (0) macro
H A Duaccess.h175 barrier_nospec(); in _inline_copy_from_user()
/linux-6.15/arch/powerpc/include/asm/
H A Dbarrier.h101 #define barrier_nospec() asm (stringify_in_c(barrier_nospec_asm) ::: "memory") macro
105 #define barrier_nospec() macro
H A Dkup.h137 barrier_nospec(); in allow_read_from_user()
149 barrier_nospec(); in allow_read_write_user()
/linux-6.15/arch/x86/include/asm/
H A Dbarrier.h48 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC) macro
H A Duaccess.h42 barrier_nospec(); \
/linux-6.15/arch/powerpc/kernel/
H A Dsyscall.c148 barrier_nospec(); in system_call_exception()
/linux-6.15/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst470 barrier_nospec() macro.
/linux-6.15/kernel/bpf/
H A Dcore.c2114 barrier_nospec(); in ___bpf_prog_run()
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c7323 barrier_nospec(); in vmx_spec_ctrl_restore_host()