Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Dinstrumented.h159 static __always_inline void instrument_memcpy_before(void *to, const void *from, in instrument_memcpy_before() function