linux/tools/testing/selftests/kvm/include/arm64
David Matlack 7b60918768 KVM: selftests: Use s32 instead of int32_t
Use s32 instead of int32_t to make the KVM selftests code more concise
and more similar to the kernel (since selftests are primarily developed
by kernel developers).

This commit was generated with the following command:

  git ls-files tools/testing/selftests/kvm | xargs sed -i 's/int32_t/s32/g'

Then by manually adjusting whitespace to make checkpatch.pl happy.

No functional change intended.

Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://patch.msgid.link/20260420212004.3938325-8-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
2026-04-20 14:54:16 -07:00
..
arch_timer.h KVM: selftests: Use s32 instead of int32_t 2026-04-20 14:54:16 -07:00
delay.h KVM: selftests: Use u64 instead of uint64_t 2026-04-20 14:54:16 -07:00
gic_v3_its.h KVM: selftests: Use gpa_t instead of vm_paddr_t 2026-04-20 14:54:16 -07:00
gic_v3.h
gic_v5.h KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest 2026-03-19 18:21:29 +00:00
gic.h KVM: selftests: Use u32 instead of uint32_t 2026-04-20 14:54:16 -07:00
kvm_util_arch.h KVM: selftests: Add a "struct kvm_mmu_arch arch" member to kvm_mmu 2026-01-08 12:02:09 -08:00
processor.h KVM: selftests: Use u32 instead of uint32_t 2026-04-20 14:54:16 -07:00
spinlock.h
ucall.h KVM: selftests: Use gva_t instead of vm_vaddr_t 2026-04-20 14:54:16 -07:00
vgic.h KVM: selftests: Use u32 instead of uint32_t 2026-04-20 14:54:16 -07:00