Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_early.c60 #ifndef MEMMOVE_EARLY_FUNC
61 #define MEMMOVE_EARLY_FUNC memmove macro
63 void *MEMMOVE_EARLY_FUNC(void *, const void *, size_t);
70 return (MEMMOVE_EARLY_FUNC(to, from, len)); in memmove_early()
/freebsd/sys/amd64/include/
H A Dcpu.h95 #define MEMMOVE_EARLY_FUNC memmove_std macro