repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
ia64
/
hp
/
sim
/
hpsim.S
blob
44b4d53e1689cee99eee576daad6abaf5ef5dd1e
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#include <asm/asmmacro.h>
3
4
/*
5
* Simulator system call.
6
*/
7
GLOBAL_ENTRY(ia64_ssc)
8
mov r15=r36
9
break 0x80001
10
br.ret.sptk.many rp
11
END(ia64_ssc)