repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
powerpc
/
copyloops
/
stubs.S
blob
ec8bcf2bf1c274c1274bbe49f759170a90dd6e12
1
#include <asm/ppc_asm.h>
2
3
FUNC_START(enter_vmx_usercopy)
4
li r3,1
5
blr
6
7
FUNC_START(exit_vmx_usercopy)
8
li r3,0
9
blr
10
11
FUNC_START(enter_vmx_ops)
12
li r3,1
13
blr
14
15
FUNC_START(exit_vmx_ops)
16
blr
17
18
FUNC_START(__copy_tofrom_user_base)
19
blr