Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_early.c65 #ifndef MEMMOVE_EARLY_FUNC
66 #define MEMMOVE_EARLY_FUNC memmove macro
68 void *MEMMOVE_EARLY_FUNC(void *, const void *, size_t);
75 return (MEMMOVE_EARLY_FUNC(to, from, len)); in memmove_early()
/f-stack/freebsd/amd64/include/
H A Dcpu.h98 #define MEMMOVE_EARLY_FUNC memmove_std macro