1
0
Fork 0
android_kernel_rockchip_tart/tools/testing/selftests/powerpc/copyloops/stubs.S
2025-06-27 00:32:42 -05:00

19 lines
230 B
ArmAsm

#include <asm/ppc_asm.h>
FUNC_START(enter_vmx_usercopy)
li r3,1
blr
FUNC_START(exit_vmx_usercopy)
li r3,0
blr
FUNC_START(enter_vmx_ops)
li r3,1
blr
FUNC_START(exit_vmx_ops)
blr
FUNC_START(__copy_tofrom_user_base)
blr