Home
last modified time | relevance | path

Searched refs:instrument_write (Results 1 – 6 of 6) sorted by relevance

/linux/include/asm-generic/bitops/
H A Dinstrumented-non-atomic.h28 instrument_write(addr + BIT_WORD(nr), sizeof(long)); in ___set_bit()
44 instrument_write(addr + BIT_WORD(nr), sizeof(long)); in ___clear_bit()
60 instrument_write(addr + BIT_WORD(nr), sizeof(long)); in ___change_bit()
82 instrument_write(addr + BIT_WORD(nr), sizeof(long)); in __instrument_read_write_bitop()
H A Dinstrumented-lock.h42 instrument_write(addr + BIT_WORD(nr), sizeof(long)); in __clear_bit_unlock()
/linux/arch/s390/include/asm/
H A Dfpu-insn.h116 instrument_write(reg, sizeof(*reg)); in fpu_std()
133 instrument_write(fpc, sizeof(*fpc)); in fpu_stfpc()
363 instrument_write(vxr, sizeof(__vector128)); in fpu_vst()
374 instrument_write(vxr, sizeof(__vector128)); in fpu_vst()
392 instrument_write(vxr, size); in fpu_vstl()
407 instrument_write(vxr, size); in fpu_vstl()
428 instrument_write(_v, size); \
445 instrument_write(_v, size); \
H A Daccess-regs.h20 instrument_write(regs, sizeof(*regs)); in save_access_regs()
/linux/include/linux/
H A Dinstrumented.h39 static __always_inline void instrument_write(const volatile void *v, size_t size) in instrument_write() function
/linux/mm/
H A Dmaccess.c58 instrument_write(dst, sizeof(type)); \