xref: /kernel/linux/linux-5.10/tools/perf/bench/mem-memset-arch.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/perf/bench/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ci#ifdef HAVE_ARCH_X86_64_SUPPORT
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#define MEMSET_FN(fn, name, desc)		\
68c2ecf20Sopenharmony_ci	void *fn(void *, int, size_t);
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#include "mem-memset-x86-64-asm-def.h"
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#undef MEMSET_FN
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#endif
138c2ecf20Sopenharmony_ci
14

Indexes created Thu Nov 07 10:32:03 CST 2024