Home
last modified time | relevance | path

Searched refs:instrument_put_user (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dinstrumented.h211 #define instrument_put_user(from, ptr, size) \ macro
/linux-6.15/arch/x86/include/asm/
H A Duaccess.h187 instrument_put_user(__x, __ptr, sizeof(*(ptr))); \
253 instrument_put_user(__x, __ptr, size); \
/linux-6.15/arch/s390/include/asm/
H A Duaccess.h179 instrument_put_user(*from, to, size); \