diff options
author | 2023-08-07 18:27:07 +0200 | |
---|---|---|
committer | 2023-08-07 20:43:59 +0200 | |
commit | 918a7a04e71745e99a0efc6753e587439b794b29 (patch) | |
tree | cd0b8fa3ddff5187550cad22f24ddb3ffece8015 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86/decompressor: Call trampoline as a normal function (diff) | |
download | wireguard-linux-918a7a04e71745e99a0efc6753e587439b794b29.tar.xz wireguard-linux-918a7a04e71745e99a0efc6753e587439b794b29.zip |
x86/decompressor: Use standard calling convention for trampoline
Update the trampoline code so its arguments are passed via RDI and RSI,
which matches the ordinary SysV calling convention for x86_64. This will
allow this code to be called directly from C.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Link: https://lore.kernel.org/r/20230807162720.545787-11-ardb@kernel.org
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions