Searched refs:instrument_write (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/asm-generic/bitops/ |
| H A D | instrumented-non-atomic.h | 28 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 D | instrumented-lock.h | 42 instrument_write(addr + BIT_WORD(nr), sizeof(long)); in __clear_bit_unlock()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | fpu-insn.h | 115 instrument_write(reg, sizeof(*reg)); in fpu_std() 132 instrument_write(fpc, sizeof(*fpc)); in fpu_stfpc() 362 instrument_write(vxr, sizeof(__vector128)); in fpu_vst() 373 instrument_write(vxr, sizeof(__vector128)); in fpu_vst() 391 instrument_write(vxr, size); in fpu_vstl() 405 instrument_write(vxr, size); in fpu_vstl() 425 instrument_write(_v, size); \ 442 instrument_write(_v, size); \
|
| H A D | access-regs.h | 20 instrument_write(regs, sizeof(*regs)); in save_access_regs()
|
| /linux-6.15/include/linux/ |
| H A D | instrumented.h | 38 static __always_inline void instrument_write(const volatile void *v, size_t size) in instrument_write() function
|
| /linux-6.15/mm/ |
| H A D | maccess.c | 58 instrument_write(dst, sizeof(type)); \
|