Searched refs:R (Results 1 – 20 of 20) sorted by relevance
/tools/memory-model/Documentation/ |
D | cheatsheet.txt | 3 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
|
D | explanation.txt | 484 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 …]
|
D | litmus-tests.txt | 896 …//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+…
|
D | references.txt | 47 o Imagination Technologies, LTD. 2015. "MIPS(R) Architecture 48 For Programmers, Volume II-A: The MIPS64(R) Instruction,
|
/tools/testing/selftests/media_tests/ |
D | open_loop_test.sh | 8 R=$(./media_device_open -d $file); 10 echo -e "Loop $i\n$R"
|
/tools/perf/util/ |
D | s390-cpumsf-kernel.h | 17 unsigned int R:4; /* 16-19 reserved */ member 35 unsigned int R:15; /* 16-19 and 20-30 reserved */ member
|
/tools/perf/Documentation/ |
D | perf-lock.txt | 189 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.
|
D | perf-trace.txt | 331 0.015 rcu_sched/10 sched:sched_switch:rcu_sched:10 [120] R ==> swapper/2:0 [120]
|
D | perf-record.txt | 366 -R::
|
/tools/perf/tests/attr/ |
D | test-record-raw | 3 args = --no-bpf-event -R kill >/dev/null 2>&1
|
D | README | 59 perf record -R kill (test-record-raw)
|
/tools/memory-model/litmus-tests/ |
D | R+poonceonces.litmus | 1 C R+poonceonces
|
D | R+fencembonceonces.litmus | 1 C R+fencembonceonces
|
D | README | 108 R+fencembonceonces.litmus 113 R+poonceonces.litmus
|
/tools/memory-model/ |
D | lock.cat | 39 (* 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
|
D | linux-kernel.bell | 19 'noreturn (* R of non-return RMW *) 20 instructions R[{'once,'acquire,'noreturn}]
|
D | linux-kernel.cat | 33 let R4rmb = R \ Noreturn (* Reads for which rmb works *) 84 let to-r = (addr ; [R]) | (dep ; [Marked] ; rfi)
|
/tools/bpf/ |
D | bpf_dbg.c | 126 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/ |
D | x86-opcode-map.txt | 4 # - Intel(R) 64 and IA-32 Architectures Software Developer's Manual Vol.2C 113 44: INC eSP (i64) | REX.R (o64)
|
/tools/perf/ |
D | builtin-trace.c | 814 P_MODE(R); in syscall_arg__scnprintf_access_mode()
|