stubs.S 230 B

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