Home
last modified time | relevance | path

Searched refs:KVM_NUM_PRIOS (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c44 #define KVM_NUM_PRIOS 32 macro
47 #define LOWEST_PRIO (KVM_NUM_PRIOS - 1)
272 gic_set_priority(i, (i % (KVM_NUM_PRIOS - 1)) << 3); in guest_inject()
308 * Set the priorities of the first (KVM_NUM_PRIOS - 1) IRQs in guest_restore_active()
375 /* Set the priorities of the first (KVM_NUM_PRIOS - 1) IRQs in test_inject_preemption()

Completed in 2 milliseconds