3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 18:25:53 +00:00

20 lines
230 B
ArmAsm
Raw Normal View History

2021-05-27 00:09:36 +05:00
#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