Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_early.c47 #ifndef MEMCPY_EARLY_FUNC
48 #define MEMCPY_EARLY_FUNC memcpy macro
50 void *MEMCPY_EARLY_FUNC(void *, const void *, size_t);
57 return (MEMCPY_EARLY_FUNC(to, from, len)); in memcpy_early()
/freebsd/sys/amd64/include/
H A Dcpu.h94 #define MEMCPY_EARLY_FUNC memcpy_std macro