Lines Matching refs:first_intid
73 uint32_t first_intid; member
80 static void kvm_inject_call(kvm_inject_cmd cmd, uint32_t first_intid,
198 static void kvm_inject_call(kvm_inject_cmd cmd, uint32_t first_intid, in kvm_inject_call() argument
203 .first_intid = first_intid, in kvm_inject_call()
264 uint32_t first_intid, uint32_t num, in guest_inject() argument
272 for (i = first_intid; i < num + first_intid; i++) in guest_inject()
276 KVM_INJECT_MULTI(cmd, first_intid, num); in guest_inject()
288 for (i = first_intid; i < num + first_intid; i++) in guest_inject()
302 uint32_t first_intid, uint32_t num, in guest_restore_active() argument
314 intid = i + first_intid; in guest_restore_active()
323 intid = i + first_intid; in guest_restore_active()
334 intid = num - i - 1 + first_intid; in guest_restore_active()
341 GUEST_ASSERT(!gic_irq_get_active(i + first_intid)); in guest_restore_active()
370 uint32_t first_intid, int num, in test_inject_preemption() argument
381 intid = i + first_intid; in test_inject_preemption()
389 intid = i + first_intid; in test_inject_preemption()
400 intid = num - i - 1 + first_intid; in test_inject_preemption()
409 GUEST_ASSERT(!gic_irq_get_active(i + first_intid)); in test_inject_preemption()
667 uint32_t intid = inject_args->first_intid; in run_guest_cmd()