Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/intel64/
Dirq.c51 const int VECTORS_PER_PRIORITY = 16; in z_x86_allocate_vector() local
61 vector = (priority * VECTORS_PER_PRIORITY) + IV_IRQS; in z_x86_allocate_vector()
64 for (i = 0; i < VECTORS_PER_PRIORITY; ++i, ++vector) { in z_x86_allocate_vector()