OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cmm_smp_wmb
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/include/urcu/arch/
arm.h
42
#define
cmm_smp_wmb
() __asm__ __volatile__ ("dmb ish":::"memory")
macro
ppc.h
71
#define
cmm_smp_wmb
() __asm__ __volatile__ (LWSYNC_OPCODE:::"memory")
macro
x86.h
41
* using SSE or working with I/O areas. cmm_smp_rmb/
cmm_smp_wmb
are
47
#define
cmm_smp_wmb
() cmm_barrier()
macro
60
* under our feet;
cmm_smp_wmb
() ceases to be a nop for these processors.
generic.h
149
#ifndef
cmm_smp_wmb
150
#define
cmm_smp_wmb
() cmm_wmb()
macro
171
#ifndef
cmm_smp_wmb
172
#define
cmm_smp_wmb
() cmm_barrier()
macro
Completed in 18 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026