Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/ !
Dbarrier.h101 #define barrier_nospec() asm (stringify_in_c(barrier_nospec_asm) ::: "memory") macro
105 #define barrier_nospec() macro
Dkup.h166 barrier_nospec(); in allow_read_from_user()
178 barrier_nospec(); in allow_read_write_user()
/linux-6.1.9/arch/x86/include/asm/ !
Dbarrier.h52 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC) macro
Duaccess.h64 barrier_nospec(); \
/linux-6.1.9/arch/powerpc/kernel/ !
Dsyscall.c148 barrier_nospec(); in system_call_exception()
/linux-6.1.9/Documentation/admin-guide/hw-vuln/ !
Dspectre.rst454 barrier_nospec() macro.
/linux-6.1.9/kernel/bpf/ !
Dcore.c1912 barrier_nospec(); in ___bpf_prog_run()
/linux-6.1.9/arch/x86/kvm/vmx/ !
Dvmx.c7050 barrier_nospec(); in vmx_spec_ctrl_restore_host()