Searched refs:MsrValue (Results 1 – 3 of 3) sorted by relevance
57 UINTN MsrValue; in InternalX86GetApicBase() local60 MsrValue = (UINTN) AsmReadMsr64 (27); in InternalX86GetApicBase()61 ApicBase = MsrValue & 0xffffff000ULL; in InternalX86GetApicBase()67 ASSERT ((MsrValue & BIT11) != 0); in InternalX86GetApicBase()73 ASSERT ((MsrValue & BIT10) == 0); in InternalX86GetApicBase()
451 UINT64 MsrValue;453 MsrValue = AsmReadMsr64 (0xE2);455 if (MsrValue & BIT15) {459 if (MsrValue & BIT10) { in ClearP2PBusMaster()460 MsrValue &= ~BIT10; in ClearP2PBusMaster()461 AsmWriteMsr64 (0xE2, MsrValue); in ClearP2PBusMaster()
224 UINT64 MsrValue; in SendIpi() local281 MsrValue = LShiftU64 ((UINT64) ApicId, 32) | IcrLow; in SendIpi()282 AsmWriteMsr64 (X2APIC_MSR_ICR_ADDRESS, MsrValue); in SendIpi()