repo.or.cz
/
qemu
/
kevin.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 'pull-request-2024-10-21' of https://gitlab.com/thuth/qemu into staging
[qemu/kevin.git]
/
linux-user
/
riscv
/
vdso-asmoffset.h
blob
123902ef61c946b625ede5379df9e4f9a2aabf3c
1
#ifdef TARGET_ABI32
2
# define sizeof_rt_sigframe 0x2b0
3
# define offsetof_uc_mcontext 0x120
4
# define offsetof_freg0 0x80
5
#else
6
# define sizeof_rt_sigframe 0x340
7
# define offsetof_uc_mcontext 0x130
8
# define offsetof_freg0 0x100
9
#endif