Searched hist:"38 cf0bb7625a58625efeef9ec944671464ff7430" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-mmio.h | diff 38cf0bb7625a58625efeef9ec944671464ff7430 Tue Jul 05 04:16:44 CDT 2022 Marc Zyngier <maz@kernel.org> KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
Despite the userspace ABI clearly defining the bits dealt with by KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO as a __u32, the kernel uses a u64.
Use a u32 to match the userspace ABI, which will subsequently lead to some simplifications.
Reviewed-by: Reiji Watanabe <reijiw@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org>
|
H A D | vgic-kvm-device.c | diff 38cf0bb7625a58625efeef9ec944671464ff7430 Tue Jul 05 04:16:44 CDT 2022 Marc Zyngier <maz@kernel.org> KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
Despite the userspace ABI clearly defining the bits dealt with by KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO as a __u32, the kernel uses a u64.
Use a u32 to match the userspace ABI, which will subsequently lead to some simplifications.
Reviewed-by: Reiji Watanabe <reijiw@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org>
|
H A D | vgic-mmio.c | diff 38cf0bb7625a58625efeef9ec944671464ff7430 Tue Jul 05 04:16:44 CDT 2022 Marc Zyngier <maz@kernel.org> KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
Despite the userspace ABI clearly defining the bits dealt with by KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO as a __u32, the kernel uses a u64.
Use a u32 to match the userspace ABI, which will subsequently lead to some simplifications.
Reviewed-by: Reiji Watanabe <reijiw@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org>
|
H A D | vgic.h | diff 38cf0bb7625a58625efeef9ec944671464ff7430 Tue Jul 05 04:16:44 CDT 2022 Marc Zyngier <maz@kernel.org> KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
Despite the userspace ABI clearly defining the bits dealt with by KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO as a __u32, the kernel uses a u64.
Use a u32 to match the userspace ABI, which will subsequently lead to some simplifications.
Reviewed-by: Reiji Watanabe <reijiw@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org>
|
H A D | vgic-mmio-v3.c | diff 38cf0bb7625a58625efeef9ec944671464ff7430 Tue Jul 05 04:16:44 CDT 2022 Marc Zyngier <maz@kernel.org> KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
Despite the userspace ABI clearly defining the bits dealt with by KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO as a __u32, the kernel uses a u64.
Use a u32 to match the userspace ABI, which will subsequently lead to some simplifications.
Reviewed-by: Reiji Watanabe <reijiw@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org>
|