Home
last modified time | relevance | path

Searched refs:R (Results 1 – 20 of 20) sorted by relevance

/tools/memory-model/Documentation/
Dcheatsheet.txt3 C Self R W RMW Self R W DR DW RMW SV
10 Successful *_acquire() R Y Y Y Y Y Y
12 smp_rmb() Y R Y Y R
27 R: Read, for example, READ_ONCE(), or read portion of RMW
Dexplanation.txt484 come earlier in program order. Symbolically, if we have R ->data X,
485 R ->addr X, or R ->ctrl X (where R is a read event), then we must also
486 have R ->po X. It wouldn't make sense for a computation to depend
548 write W ->rf R to indicate that the load R reads from the store W. We
640 Write-read coherence: If W ->po-loc R, where W is a store and R
641 is a load, then R must read from W or from some other store
644 Read-write coherence: If R ->po-loc W, where R is a load and W
645 is a store, then the store which R reads from must come before
648 Read-read coherence: If R ->po-loc R', where R and R' are two
650 store read by R comes before the store read by R' in the
[all …]
Dlitmus-tests.txt896 …//github.com/paulmckrcu/litmus/blob/master/auto/C-RW-R+RW-R+RW-G+RW-G+RW-G+RW-G+RW-R+RW-R+RW-R+RW-
910 …ulmckrcu/litmus/blob/master/auto/C-RW-R+RW-R+RW-G+RW-G+RW-G+RW-G+RW-R+RW-R+RW-R+RW-R+RW-G+RW-G+RW-…
920 …u/litmus/blob/master/auto/C-RW-R+RW-R+RW-G+RW-G+RW-G+RW-G+RW-R+RW-R+RW-R+RW-R+RW-R+RW-R+RW-G+RW-G+…
Dreferences.txt47 o Imagination Technologies, LTD. 2015. "MIPS(R) Architecture
48 For Programmers, Volume II-A: The MIPS64(R) Instruction,
/tools/testing/selftests/media_tests/
Dopen_loop_test.sh8 R=$(./media_device_open -d $file);
10 echo -e "Loop $i\n$R"
/tools/perf/util/
Ds390-cpumsf-kernel.h17 unsigned int R:4; /* 16-19 reserved */ member
35 unsigned int R:15; /* 16-19 and 20-30 reserved */ member
/tools/perf/Documentation/
Dperf-lock.txt189 semaphore, spinlock, rwlock, rwlock:R, rwlock:W, rwsem, rwsem:R, rwsem:W,
190 rtmutex, rwlock-rt, rwlock-rt:R, rwlock-rt:W, pcpu-sem, pcpu-sem:R, pcpu-sem:W,
193 Note that RW-variant of locks have :R and :W suffix. Names without the
194 suffix are shortcuts for the both variants. Ex) rwsem = rwsem:R + rwsem:W.
Dperf-trace.txt331 0.015 rcu_sched/10 sched:sched_switch:rcu_sched:10 [120] R ==> swapper/2:0 [120]
Dperf-record.txt366 -R::
/tools/perf/tests/attr/
Dtest-record-raw3 args = --no-bpf-event -R kill >/dev/null 2>&1
DREADME59 perf record -R kill (test-record-raw)
/tools/memory-model/litmus-tests/
DR+poonceonces.litmus1 C R+poonceonces
DR+fencembonceonces.litmus1 C R+fencembonceonces
DREADME108 R+fencembonceonces.litmus
113 R+poonceonces.litmus
/tools/memory-model/
Dlock.cat39 (* There should be no ordinary R or W accesses to spinlocks or SRCU structs *)
64 let R = R | LKR | LF | RU
127 let M = R | W
Dlinux-kernel.bell19 'noreturn (* R of non-return RMW *)
20 instructions R[{'once,'acquire,'noreturn}]
Dlinux-kernel.cat33 let R4rmb = R \ Noreturn (* Reads for which rmb works *)
84 let to-r = (addr ; [R]) | (dep ; [Marked] ; rfi)
/tools/bpf/
Dbpf_dbg.c126 uint32_t R; member
458 rl_printf("ret: [%#08x][%u]!\n", r->R, r->R); in bpf_dump_curr()
628 r->R = 0; in set_return()
641 r->R = K; in bpf_single_step()
645 r->R = r->A; in bpf_single_step()
649 r->R = r->X; in bpf_single_step()
883 return stop ? -1 : bpf_curr.R; in bpf_run_all()
905 return stop ? -1 : bpf_curr.R; in bpf_run_stepping()
/tools/arch/x86/lib/
Dx86-opcode-map.txt4 # - Intel(R) 64 and IA-32 Architectures Software Developer's Manual Vol.2C
113 44: INC eSP (i64) | REX.R (o64)
/tools/perf/
Dbuiltin-trace.c814 P_MODE(R); in syscall_arg__scnprintf_access_mode()