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

/linux-master/include/linux/
H A Dnospec.h14 #ifndef barrier_nospec
15 # define barrier_nospec() do { } while (0) macro
/linux-master/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();
149 barrier_nospec();
/linux-master/arch/x86/include/asm/
H A Dbarrier.h52 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC) macro
H A Duaccess.h42 barrier_nospec(); \
/linux-master/lib/
H A Dusercopy.c21 barrier_nospec();
/linux-master/arch/powerpc/kernel/
H A Dsyscall.c148 barrier_nospec();
/linux-master/kernel/bpf/
H A Dcore.c2093 barrier_nospec();
/linux-master/drivers/cdrom/
H A Dcdrom.c2316 barrier_nospec();
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c7230 barrier_nospec();

Completed in 195 milliseconds