diff options
| author | Sarah Walker <sarah.walker2@arm.com> | 2026-01-28 16:22:50 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2026-02-10 15:39:56 +0000 |
| commit | 2ccbf06c0285ca1c06681e7212da8e7d1e87fe19 (patch) | |
| tree | 882902b0c5bf7c77550048599f22fdc5c51f0b4c /sys/arm64/include | |
| parent | 18af5a180b29f425b8427263be5517d3573ca220 (diff) | |
Diffstat (limited to 'sys/arm64/include')
| -rw-r--r-- | sys/arm64/include/cpu.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arm64/include/cpu.h b/sys/arm64/include/cpu.h index 9f1db23744d4..05844ad63036 100644 --- a/sys/arm64/include/cpu.h +++ b/sys/arm64/include/cpu.h @@ -328,7 +328,12 @@ ADDRESS_TRANSLATE_FUNC(s1e1r) ADDRESS_TRANSLATE_FUNC(s1e1w) #endif /* !__ASSEMBLER__ */ -#endif + +#define MEMSET_EARLY_FUNC memset_std +#define MEMCPY_EARLY_FUNC memcpy_std +#define MEMMOVE_EARLY_FUNC memmove_std + +#endif /* _KERNEL */ #endif /* !_MACHINE_CPU_H_ */ |
