/freebsd/lib/libc/x86/gen/ |
H A D | getcontextx.c | 61 DEFINE_UIFUNC(, int, __getcontextx_size, (void)) 100 DEFINE_UIFUNC(, int, __fillcontextx2, (char *))
|
/freebsd/lib/libsys/x86/ |
H A D | pkru.c | 70 DEFINE_UIFUNC(, int, x86_pkru_get_perm, (u_int, int *, int *)) 105 DEFINE_UIFUNC(, int, x86_pkru_set_perm, (u_int, int, int))
|
H A D | __vdso_gettc.c | 213 DEFINE_UIFUNC(static, u_int, __vdso_gettc_rdtsc_low, 219 DEFINE_UIFUNC(static, u_int, __vdso_gettc_rdtsc32, (void)) 224 DEFINE_UIFUNC(static, uint64_t, __vdso_gettc_rdtsc, (void))
|
H A D | sched_getcpu_x86.c | 62 DEFINE_UIFUNC(, int, sched_getcpu, (void))
|
/freebsd/lib/libc/powerpc64/string/ |
H A D | strcpy_resolver.c | 38 DEFINE_UIFUNC(, char *, strcpy, (char * restrict, const char * restrict))
|
H A D | strncpy_resolver.c | 38 DEFINE_UIFUNC(, char *, strncpy,
|
H A D | bcopy_resolver.c | 59 DEFINE_UIFUNC(, FN_RET, FN_NAME, FN_PARAMS)
|
/freebsd/lib/libsys/amd64/ |
H A D | amd64_get_fsbase.c | 56 DEFINE_UIFUNC(, int, amd64_get_fsbase, (void **))
|
H A D | amd64_get_gsbase.c | 56 DEFINE_UIFUNC(, int, amd64_get_gsbase, (void **))
|
H A D | amd64_set_fsbase.c | 56 DEFINE_UIFUNC(, int, amd64_set_fsbase, (void *))
|
H A D | amd64_set_gsbase.c | 56 DEFINE_UIFUNC(, int, amd64_set_gsbase, (void *))
|
/freebsd/sys/x86/include/ |
H A D | ifunc.h | 37 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ macro
|
/freebsd/sys/riscv/include/ |
H A D | ifunc.h | 38 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ macro
|
/freebsd/sys/powerpc/include/ |
H A D | ifunc.h | 43 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ macro
|
/freebsd/sys/arm64/include/ |
H A D | ifunc.h | 37 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ macro
|
/freebsd/sys/crypto/sha2/ |
H A D | sha256c.c | 206 DEFINE_UIFUNC(static, void, SHA256_Transform,
|
H A D | sha512c.c | 236 DEFINE_UIFUNC(static, void, SHA512_Transform,
|