diff options
author | 2021-04-05 18:39:38 +0200 | |
---|---|---|
committer | 2021-04-06 14:51:38 +0100 | |
commit | da3853097679022e14a2d125983f11a67fd2f96a (patch) | |
tree | 85ecadc19feec8380e5d5d9252403a044fcd644c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc (diff) | |
download | linux-dev-da3853097679022e14a2d125983f11a67fd2f96a.tar.xz linux-dev-da3853097679022e14a2d125983f11a67fd2f96a.zip |
KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
vgic_uaccess() takes a struct vgic_io_device argument, converts it
to a struct kvm_io_device and passes it to the read/write accessor
functions, which convert it back to a struct vgic_io_device.
Avoid the indirection by passing the struct vgic_io_device argument
directly to vgic_uaccess_{read,write}.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210405163941.510258-7-eric.auger@redhat.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions