Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/aarch64/
Dvgic_irq.c34 int kvm_max_routes; /* output of KVM_CAP_IRQ_ROUTING */ member
561 uint32_t intid, uint32_t num, uint32_t kvm_max_routes, in kvm_set_gsi_routing_irqchip_check() argument
568 assert(num <= kvm_max_routes && kvm_max_routes <= KVM_MAX_IRQ_ROUTES); in kvm_set_gsi_routing_irqchip_check()
606 uint32_t intid, uint32_t num, uint32_t kvm_max_routes, in kvm_routing_and_irqfd_check() argument
623 kvm_max_routes, expect_failure); in kvm_routing_and_irqfd_check()
704 test_args->kvm_max_routes, in run_guest_cmd()
752 .kvm_max_routes = kvm_check_cap(KVM_CAP_IRQ_ROUTING), in test_vgic()