Home
last modified time | relevance | path

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

/linux/include/asm-generic/bitops/
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()
A Dinstrumented-lock.h42 instrument_write(addr + BIT_WORD(nr), sizeof(long)); in __clear_bit_unlock()
/linux/arch/s390/include/asm/
A Dfpu-insn.h122 instrument_write(reg, sizeof(*reg)); in fpu_std()
139 instrument_write(fpc, sizeof(*fpc)); in fpu_stfpc()
369 instrument_write(vxr, sizeof(__vector128)); in fpu_vst()
382 instrument_write(vxr, sizeof(__vector128)); in fpu_vst()
398 instrument_write(vxr, size); in fpu_vstl()
414 instrument_write(vxr, size); in fpu_vstl()
432 instrument_write(_v, size); \
451 instrument_write(_v, size); \
A Daccess-regs.h20 instrument_write(regs, sizeof(*regs)); in save_access_regs()
/linux/include/linux/
A Dinstrumented.h38 static __always_inline void instrument_write(const volatile void *v, size_t size) in instrument_write() function

Completed in 22 milliseconds