Home
last modified time | relevance | path

Searched refs:instrument_memcpy_before (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/lib/ !
H A Dcopy_mc.c68 instrument_memcpy_before(dst, src, len); in copy_mc_to_kernel()
74 instrument_memcpy_before(dst, src, len); in copy_mc_to_kernel()
/linux/include/linux/ !
H A Dinstrumented.h176 static __always_inline void instrument_memcpy_before(void *to, const void *from, in instrument_memcpy_before() function