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

/gem5/src/dev/x86/
H A Di8259.cc51 int in_count = p->port_inputs_connection_count; local
52 panic_if(in_count >= NumLines,
53 "I8259 only supports 8 inputs, but there are %d.", in_count);
54 for (int i = 0; i < in_count; i++) {

Completed in 8 milliseconds