Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnospec.h14 #ifndef barrier_nospec
15 # define barrier_nospec() do { } while (0) macro
/openbmc/linux/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()
/openbmc/linux/arch/x86/include/asm/
H A Dbarrier.h52 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC) macro
H A Duaccess.h42 barrier_nospec(); \
/openbmc/linux/lib/
H A Dusercopy.c21 barrier_nospec(); in _copy_from_user()
/openbmc/linux/arch/powerpc/kernel/
H A Dsyscall.c148 barrier_nospec(); in system_call_exception()
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst470 barrier_nospec() macro.
/openbmc/linux/kernel/bpf/
H A Dcore.c2063 barrier_nospec(); in ___bpf_prog_run()
/openbmc/linux/drivers/cdrom/
H A Dcdrom.c2316 barrier_nospec(); in cdrom_ioctl_media_changed()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c7223 barrier_nospec(); in vmx_spec_ctrl_restore_host()