Lines Matching full:access
4 * This header provides generic wrappers for memory access instrumentation that
16 * instrument_read - instrument regular read access
18 * Instrument a regular read access. The instrumentation should be inserted
21 * @ptr address of access
22 * @size size of access
31 * instrument_write - instrument regular write access
33 * Instrument a regular write access. The instrumentation should be inserted
36 * @ptr address of access
37 * @size size of access
46 * instrument_read_write - instrument regular read-write access
48 * Instrument a regular write access. The instrumentation should be inserted
51 * @ptr address of access
52 * @size size of access
61 * instrument_atomic_read - instrument atomic read access
63 * Instrument an atomic read access. The instrumentation should be inserted
66 * @ptr address of access
67 * @size size of access
76 * instrument_atomic_write - instrument atomic write access
78 * Instrument an atomic write access. The instrumentation should be inserted
81 * @ptr address of access
82 * @size size of access
91 * instrument_atomic_read_write - instrument atomic read-write access
93 * Instrument an atomic read-write access. The instrumentation should be
96 * @ptr address of access
97 * @size size of access