diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2025-01-13 15:36:59 +0300 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2025-01-26 19:24:05 +0300 |
commit | 5b629e64e5dd22d2f68f730f0c341342d9b83dda (patch) | |
tree | e2bbe1e49dee2a2d0e5724af8aa7a7ea54fea294 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 722926ecbcb36c41e3cf3f051aa6cfbfaebe5959 (diff) | |
download | linux-5b629e64e5dd22d2f68f730f0c341342d9b83dda.tar.xz |
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