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
HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
powerpc
/
stringloops
/
asm
/
ppc_asm.h
blob
11bece87e8808361b7c8904b86a4d6a95954c768
1
#include <ppc-asm.h>
2
3
#ifndef r1
4
#define r1 sp
5
#endif
6
7
#define _GLOBAL(A) FUNC_START(test_ ## A)