Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c72 uint32_t first_intid; member
202 .first_intid = first_intid, in kvm_inject_call()
271 for (i = first_intid; i < num + first_intid; i++) in guest_inject()
287 for (i = first_intid; i < num + first_intid; i++) in guest_inject()
313 intid = i + first_intid; in guest_restore_active()
322 intid = i + first_intid; in guest_restore_active()
333 intid = num - i - 1 + first_intid; in guest_restore_active()
369 uint32_t first_intid, int num, in test_inject_preemption() argument
380 intid = i + first_intid; in test_inject_preemption()
388 intid = i + first_intid; in test_inject_preemption()
[all …]