/openbmc/linux/drivers/s390/cio/ |
H A D | fcx.c | diff 5c2e5a0cf5b12c156b0cb07af43b51627c086480 Fri Jun 18 01:39:12 CDT 2021 Alexander Gordeev <agordeev@linux.ibm.com> s390/cio: sort out physical vs virtual pointers usage
This does not fix a real bug, since virtual addresses are currently indentical to physical ones.
Use virt_to_phys() for intparm interrupt parameter to convert a 64-bit virtual address to the 32-bit physical address, which is expected to be below 2GB.
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
|
H A D | itcw.c | diff 5c2e5a0cf5b12c156b0cb07af43b51627c086480 Fri Jun 18 01:39:12 CDT 2021 Alexander Gordeev <agordeev@linux.ibm.com> s390/cio: sort out physical vs virtual pointers usage
This does not fix a real bug, since virtual addresses are currently indentical to physical ones.
Use virt_to_phys() for intparm interrupt parameter to convert a 64-bit virtual address to the 32-bit physical address, which is expected to be below 2GB.
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
|
H A D | device_id.c | diff 5c2e5a0cf5b12c156b0cb07af43b51627c086480 Fri Jun 18 01:39:12 CDT 2021 Alexander Gordeev <agordeev@linux.ibm.com> s390/cio: sort out physical vs virtual pointers usage
This does not fix a real bug, since virtual addresses are currently indentical to physical ones.
Use virt_to_phys() for intparm interrupt parameter to convert a 64-bit virtual address to the 32-bit physical address, which is expected to be below 2GB.
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
|
H A D | device_status.c | diff 5c2e5a0cf5b12c156b0cb07af43b51627c086480 Fri Jun 18 01:39:12 CDT 2021 Alexander Gordeev <agordeev@linux.ibm.com> s390/cio: sort out physical vs virtual pointers usage
This does not fix a real bug, since virtual addresses are currently indentical to physical ones.
Use virt_to_phys() for intparm interrupt parameter to convert a 64-bit virtual address to the 32-bit physical address, which is expected to be below 2GB.
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
|
H A D | eadm_sch.c | diff 5c2e5a0cf5b12c156b0cb07af43b51627c086480 Fri Jun 18 01:39:12 CDT 2021 Alexander Gordeev <agordeev@linux.ibm.com> s390/cio: sort out physical vs virtual pointers usage
This does not fix a real bug, since virtual addresses are currently indentical to physical ones.
Use virt_to_phys() for intparm interrupt parameter to convert a 64-bit virtual address to the 32-bit physical address, which is expected to be below 2GB.
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
|
H A D | device_pgid.c | diff 5c2e5a0cf5b12c156b0cb07af43b51627c086480 Fri Jun 18 01:39:12 CDT 2021 Alexander Gordeev <agordeev@linux.ibm.com> s390/cio: sort out physical vs virtual pointers usage
This does not fix a real bug, since virtual addresses are currently indentical to physical ones.
Use virt_to_phys() for intparm interrupt parameter to convert a 64-bit virtual address to the 32-bit physical address, which is expected to be below 2GB.
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
|
H A D | chsc_sch.c | diff 5c2e5a0cf5b12c156b0cb07af43b51627c086480 Fri Jun 18 01:39:12 CDT 2021 Alexander Gordeev <agordeev@linux.ibm.com> s390/cio: sort out physical vs virtual pointers usage
This does not fix a real bug, since virtual addresses are currently indentical to physical ones.
Use virt_to_phys() for intparm interrupt parameter to convert a 64-bit virtual address to the 32-bit physical address, which is expected to be below 2GB.
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
|
H A D | device_fsm.c | diff 5c2e5a0cf5b12c156b0cb07af43b51627c086480 Fri Jun 18 01:39:12 CDT 2021 Alexander Gordeev <agordeev@linux.ibm.com> s390/cio: sort out physical vs virtual pointers usage
This does not fix a real bug, since virtual addresses are currently indentical to physical ones.
Use virt_to_phys() for intparm interrupt parameter to convert a 64-bit virtual address to the 32-bit physical address, which is expected to be below 2GB.
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
|
H A D | cio.c | diff 5c2e5a0cf5b12c156b0cb07af43b51627c086480 Fri Jun 18 01:39:12 CDT 2021 Alexander Gordeev <agordeev@linux.ibm.com> s390/cio: sort out physical vs virtual pointers usage
This does not fix a real bug, since virtual addresses are currently indentical to physical ones.
Use virt_to_phys() for intparm interrupt parameter to convert a 64-bit virtual address to the 32-bit physical address, which is expected to be below 2GB.
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
|
H A D | device.c | diff 5c2e5a0cf5b12c156b0cb07af43b51627c086480 Fri Jun 18 01:39:12 CDT 2021 Alexander Gordeev <agordeev@linux.ibm.com> s390/cio: sort out physical vs virtual pointers usage
This does not fix a real bug, since virtual addresses are currently indentical to physical ones.
Use virt_to_phys() for intparm interrupt parameter to convert a 64-bit virtual address to the 32-bit physical address, which is expected to be below 2GB.
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
|