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

/gem5/src/arch/x86/
H A Dinterrupts.cc238 if (vector > IRRV)
239 IRRV = vector;
616 IRRV = 0;
633 if (IRRV > ISRV && bits(IRRV, 7, 4) >
646 (IRRV > ISRV && bits(IRRV, 7, 4) >
680 return std::make_shared<ExternalInterrupt>(IRRV);
709 DPRINTF(LocalApic, "Interrupt %d sent to core.\n", IRRV);
711 ISRV = IRRV;
[all...]
H A Dinterrupts.hh123 uint8_t IRRV; member in class:X86ISA::Interrupts
141 IRRV = findRegArrayMSB(APIC_INTERRUPT_REQUEST_BASE);

Completed in 7 milliseconds