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

/gem5/src/arch/x86/regs/
H A Dapic.hh75 APIC_IN_SERVICE(int index) function in namespace:X86ISA
/gem5/src/arch/x86/
H A Dinterrupts.cc123 regNum = APIC_IN_SERVICE((paddr - 0x100) / 0x10);
413 if (reg >= APIC_IN_SERVICE(0) &&
414 reg <= APIC_IN_SERVICE(15)) {

Completed in 7 milliseconds