Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/arch/x86/include/asm/
A Dirq_vectors.h106 #define NR_VECTORS 256 macro
111 #define FIRST_SYSTEM_VECTOR NR_VECTORS
115 #define NR_SYSTEM_VECTORS (NR_VECTORS - FIRST_SYSTEM_VECTOR)
136 (NR_VECTORS + CPU_VECTOR_LIMIT) : \
137 (NR_VECTORS + IO_APIC_VECTOR_LIMIT))
139 #define NR_IRQS (NR_VECTORS + IO_APIC_VECTOR_LIMIT)
141 #define NR_IRQS (NR_VECTORS + CPU_VECTOR_LIMIT)
/tools/testing/selftests/kvm/include/riscv/
A Dprocessor.h117 #define NR_VECTORS 2 macro
/tools/testing/selftests/kvm/lib/riscv/
A Dprocessor.c402 exception_handler_fn exception_handlers[NR_VECTORS][NR_EXCEPTIONS];

Completed in 9 milliseconds