Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dgic.h30 #define MIN_PPI 16 macro
35 #define INTID_IS_SGI(intid) (0 <= (intid) && (intid) < MIN_PPI)
36 #define INTID_IS_PPI(intid) (MIN_PPI <= (intid) && (intid) < MIN_SPI)
/linux/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c418 guest_inject(args, MIN_PPI, 1, f->cmd); in test_injection()
449 test_inject_preemption(args, MIN_PPI, 4, f->cmd); in test_preemption()
462 guest_restore_active(args, MIN_PPI, 4, f->cmd); in test_restore_active()