Home
last modified time | relevance | path

Searched refs:accessed (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/kvm/lib/x86/
A Dvmx.c29 uint64_t accessed:1; member
443 pte->accessed = true; in __nested_pg_map()
/tools/perf/
A Ddesign.txt18 Performance counters are accessed via special file descriptors.
122 and accessed as raw events. For example, to count "External bus
287 accessed through mmap().
/tools/memory-model/litmus-tests/
A DREADME181 Each class defines the pattern of accesses and of the variables accessed.
/tools/perf/Documentation/
A Dperf-c2c.txt331 - list of all accessed offsets for each cacheline
/tools/memory-model/Documentation/
A Daccess-marking.txt184 3. Per-CPU variables that are not accessed from other CPUs.
487 Because foo is accessed locklessly, all accesses are marked. It does
A Dordering.txt539 o Declare the accessed variables as C11 atomics.
542 o Declare the accessed variables as "volatile".
A Dsimple.txt159 and "do not update anything that is visible to and accessed by readers",
A Drecipes.txt15 there is only one CPU or only one memory location is accessed, and the
A Dexplanation.txt374 accessed normally without READ_ONCE() or WRITE_ONCE(). In fact, they
453 accessed by the other event. The second event can be either a read or
462 Here the location accessed by the second READ_ONCE() depends on the
464 to address dependencies, since the address of a location accessed
1226 READ_ONCE() or another synchronization primitive rather than accessed
2058 different CPUs and accessed the same lock variable, but the LKMM says

Completed in 255 milliseconds