1#include <asm/ppc_asm.h> 2 3FUNC_START(enter_vmx_ops) 4 li r3,1 5 blr 6 7FUNC_START(exit_vmx_ops) 8 blr 9 10FUNC_START(__copy_tofrom_user_base) 11 blr 12