xref: /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/stubs.S (revision 8c2ecf20)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/
1#include <asm/ppc_asm.h>
2
3FUNC_START(enter_vmx_usercopy)
4	li	r3,1
5	blr
6
7FUNC_START(exit_vmx_usercopy)
8	li	r3,0
9	blr
10
11FUNC_START(enter_vmx_ops)
12	li	r3,1
13	blr
14
15FUNC_START(exit_vmx_ops)
16	blr
17
18FUNC_START(__copy_tofrom_user_base)
19	blr
20

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