Searched refs:instrument_read (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Daccess-regs.h31 instrument_read(regs, sizeof(*regs));
H A Dfpu-insn.h68 instrument_read(reg, sizeof(*reg));
85 instrument_read(fpc, sizeof(*fpc));
105 instrument_read(fpc, sizeof(*fpc));
190 instrument_read(vxr, sizeof(__vector128));
204 instrument_read(vxr, sizeof(__vector128));
248 instrument_read(vxr, size);
266 instrument_read(vxr, size);
286 instrument_read(_v, size); \
306 instrument_read(_v, size); \
H A Dchecksum.h25 instrument_read(buff, len);
/linux-master/include/linux/
H A Dinstrumented.h17 * instrument_read - instrument regular read access
24 static __always_inline void instrument_read(const volatile void *v, size_t size) function

Completed in 109 milliseconds