Home
last modified time | relevance | path

Searched refs:kvm_max_routes (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/kvm/arm64/
H A Dvgic_irq.c30 int kvm_max_routes; /* output of KVM_CAP_IRQ_ROUTING */ member
577 u32 kvm_max_routes, in kvm_set_gsi_routing_irqchip_check() argument
584 assert(num <= kvm_max_routes && kvm_max_routes <= KVM_MAX_IRQ_ROUTES); in kvm_set_gsi_routing_irqchip_check()
622 u32 intid, u32 num, u32 kvm_max_routes, in kvm_routing_and_irqfd_check() argument
639 kvm_max_routes, expect_failure); in kvm_routing_and_irqfd_check()
714 test_args->kvm_max_routes, in run_guest_cmd()
762 .kvm_max_routes = kvm_check_cap(KVM_CAP_IRQ_ROUTING), in test_vgic()