12679f63fSMichael Ellerman#include <asm/ppc_asm.h> 22679f63fSMichael Ellerman 32679f63fSMichael EllermanFUNC_START(enter_vmx_usercopy) 42679f63fSMichael Ellerman li r3,1 52679f63fSMichael Ellerman blr 62679f63fSMichael Ellerman 72679f63fSMichael EllermanFUNC_START(exit_vmx_usercopy) 82679f63fSMichael Ellerman li r3,0 92679f63fSMichael Ellerman blr 102679f63fSMichael Ellerman 112679f63fSMichael EllermanFUNC_START(enter_vmx_ops) 122679f63fSMichael Ellerman li r3,1 132679f63fSMichael Ellerman blr 142679f63fSMichael Ellerman 152679f63fSMichael EllermanFUNC_START(exit_vmx_ops) 162679f63fSMichael Ellerman blr 172679f63fSMichael Ellerman 182679f63fSMichael EllermanFUNC_START(__copy_tofrom_user_base) 192679f63fSMichael Ellerman blr 20