diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2025-01-13 13:36:59 +0100 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2025-01-26 17:24:05 +0100 |
commit | 5b629e64e5dd22d2f68f730f0c341342d9b83dda (patch) | |
tree | e2bbe1e49dee2a2d0e5724af8aa7a7ea54fea294 /scripts/gdb/linux/utils.py | |
parent | 722926ecbcb36c41e3cf3f051aa6cfbfaebe5959 (diff) |
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 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions