Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/lib/
H A Diomem.c10 static __always_inline void rep_movs(void *to, const void *from, size_t n) in rep_movs() function
40 rep_movs(to, (const void *)from, n); in string_memcpy_fromio()
61 rep_movs((void *)to, (const void *) from, n); in string_memcpy_toio()