Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_early.c34 #ifndef MEMSET_EARLY_FUNC
35 #define MEMSET_EARLY_FUNC memset macro
37 void *MEMSET_EARLY_FUNC(void *, int, size_t);
44 return (MEMSET_EARLY_FUNC(buf, c, len)); in memset_early()
/freebsd/sys/amd64/include/
H A Dcpu.h92 #define MEMSET_EARLY_FUNC memset_std macro