fInterruptVector
fInterruptVector(0),
fInterruptVector = fIRQ + ARCH_INTERRUPT_BASE;
TRACE("VMBus irq interrupt line: %" B_PRId32 ", vector: %u\n", fIRQ, fInterruptVector);
uint8 fInterruptVector;
msr = fInterruptVector | (msr & IA32_MSR_HV_SINT_RSVD_MASK);
msr = fInterruptVector | (msr & IA32_MSR_HV_SINT_RSVD_MASK);
newState->fInterruptVector = fInterruptVector;
x86State->vector = fInterruptVector;
fInterruptVector = state.vector;
{ return fInterruptVector; }
uint32 fInterruptVector;
fInterruptVector = state.vector;
newState->fInterruptVector = fInterruptVector;
{ return fInterruptVector; }
uint64 fInterruptVector;