Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_early.c52 #ifndef MEMCPY_EARLY_FUNC
53 #define MEMCPY_EARLY_FUNC memcpy macro
55 void *MEMCPY_EARLY_FUNC(void *, const void *, size_t);
62 return (MEMCPY_EARLY_FUNC(to, from, len)); in memcpy_early()
/f-stack/freebsd/amd64/include/
H A Dcpu.h97 #define MEMCPY_EARLY_FUNC memcpy_std macro