Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/aarch64/
Dvgic_irq.c45 #define KVM_NUM_PRIOS 32 macro
48 #define LOWEST_PRIO (KVM_NUM_PRIOS - 1)
273 gic_set_priority(i, (i % (KVM_NUM_PRIOS - 1)) << 3); in guest_inject()