diff options
author | 2025-01-13 13:36:59 +0100 | |
---|---|---|
committer | 2025-01-26 17:24:05 +0100 | |
commit | 5b629e64e5dd22d2f68f730f0c341342d9b83dda (patch) | |
tree | e2bbe1e49dee2a2d0e5724af8aa7a7ea54fea294 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | s390/extable: Rename EX_TABLE_UA_STORE to EX_TABLE_UA_FAULT (diff) | |
download | wireguard-linux-5b629e64e5dd22d2f68f730f0c341342d9b83dda.tar.xz wireguard-linux-5b629e64e5dd22d2f68f730f0c341342d9b83dda.zip |
s390/uaccess: Implement __get_kernel_nofault()/__put_kernel_nofault() with mvc
Use the mvc instruction in order to implement __get_kernel_nofault() and
__put_kernel_nofault(). Both functions have a source and destination
address where the code is supposed to read from and write to. Use the mvc
instruction to copy from source to destination instead of lg/stg like
instructions. This generates slightly better code.
Acked-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions