H A D | vgic_irq.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * vgic_irq.c - Test userspace injection of IRQs 29 bool level_sensitive; /* 1 is level, 0 is edge */ 36 * 0x00 (highest priority) - 0xF8 (lowest priority), in steps of 8 44 #define LOWEST_PRIO (KVM_NUM_PRIOS - 1) 46 #define IRQ_DEFAULT_PRIO (LOWEST_PRIO - 1) 68 int level; member 74 uint32_t num, int level, boo 192 kvm_inject_call(kvm_inject_cmd cmd,uint32_t first_intid,uint32_t num,int level,bool expect_failure) kvm_inject_call() argument 239 guest_set_irq_line(uint32_t intid,uint32_t level) guest_set_irq_line() argument 509 kvm_irq_line_check(struct kvm_vm * vm,uint32_t intid,int level,struct test_args * test_args,bool expect_failure) kvm_irq_line_check() argument 528 kvm_irq_set_level_info_check(int gic_fd,uint32_t intid,int level,bool expect_failure) kvm_irq_set_level_info_check() argument 655 int level = inject_args->level; run_guest_cmd() local [all...] |