Lines Matching full:access
4 * This header provides generic wrappers for memory access instrumentation that
17 * instrument_read - instrument regular read access
18 * @v: address of access
19 * @size: size of access
21 * Instrument a regular read access. The instrumentation should be inserted
31 * instrument_write - instrument regular write access
32 * @v: address of access
33 * @size: size of access
35 * Instrument a regular write access. The instrumentation should be inserted
45 * instrument_read_write - instrument regular read-write access
46 * @v: address of access
47 * @size: size of access
49 * Instrument a regular write access. The instrumentation should be inserted
59 * instrument_atomic_read - instrument atomic read access
60 * @v: address of access
61 * @size: size of access
63 * Instrument an atomic read access. The instrumentation should be inserted
73 * instrument_atomic_write - instrument atomic write access
74 * @v: address of access
75 * @size: size of access
77 * Instrument an atomic write access. The instrumentation should be inserted
87 * instrument_atomic_read_write - instrument atomic read-write access
88 * @v: address of access
89 * @size: size of access
91 * Instrument an atomic read-write access. The instrumentation should be