Lines Matching refs:RT_BIT_64

270         uint64_t fBitMask = RT_BIT_64(iBit);
314 uint64_t fBitMask = RT_BIT_64(iBit);
434 uint64_t fMsrOrMask = RT_BIT_64(iBit);
453 fMsrOrMask += RT_BIT_64(iBit);
455 fMsrOrMask += RT_BIT_64(iBit) * 33;
457 fMsrOrMask += RT_BIT_64(iBit) * 1025;
459 fMsrOrMask += RT_BIT_64(iBit) * 65537;
461 fMsrOrMask += RT_BIT_64(iBit) * 262145;
2365 case 0xc0010112: return UINT64_C(0xfffe0000) | ((RT_BIT_64(vbCpuRepGetPhysAddrWidth()) - 1) & ~(uint64_t)UINT32_MAX);
2366 case 0xc0010113: return UINT64_C(0xfffe773f) | ((RT_BIT_64(vbCpuRepGetPhysAddrWidth()) - 1) & ~(uint64_t)UINT32_MAX);
2369 case 0xc0010114: return RT_BIT_64(3) /* SVM lock */ | RT_BIT_64(4) /* SvmeDisable */;
2388 case 0xc0010041: return RT_BIT_64(16); /* FIDVID_CTL.InitFidVid */
3252 uint64_t fSkipMask = RT_BIT_64(11);
3254 fSkipMask |= RT_BIT_64(10);
3816 fSkipMask |= (RT_BIT_64(vbCpuRepGetPhysAddrWidth()) - 1) & X86_PAGE_4K_BASE_MASK;
3832 fSkipMask |= (RT_BIT_64(vbCpuRepGetPhysAddrWidth()) - 1) & X86_PAGE_4K_BASE_MASK;
3847 uint64_t fSkipMask = (RT_BIT_64(vbCpuRepGetPhysAddrWidth()) - 1) & ~(RT_BIT_64(23) - 1);
3875 uint64_t fSkipMask = RT_BIT_64(63); /* PstateEn */
3876 fSkipMask |= RT_BIT_64(41) | RT_BIT_64(40); /* IddDiv */
3991 uint64_t fSkipMask = RT_BIT_64(9) /* DIS_SPEC_TLB_RLD */;
3993 fSkipMask |= RT_BIT_64(14); /* DIS_IND */
3995 fSkipMask |= RT_BIT_64(26); /* DIS_WIDEREAD_PWR_SAVE */
3999 fSkipMask |= RT_BIT_64(39); /* DisLoopPredictor */
4000 fSkipMask |= RT_BIT_64(27); /* Unknown killer bit, possibly applicable to other microarchs. */
4001 fSkipMask |= RT_BIT_64(28); /* Unknown killer bit, possibly applicable to other microarchs. */
4017 uint64_t fSkipMask = RT_BIT_64(23) /* L2WayLock */
4018 | RT_BIT_64(22) /* L2FirstLockWay */
4019 | RT_BIT_64(21) /* L2FirstLockWay */
4020 | RT_BIT_64(20) /* L2FirstLockWay */
4021 | RT_BIT_64(19) /* L2FirstLockWay */
4022 | RT_BIT_64(10) /* DcacheAggressivePriority */;
4023 fSkipMask |= RT_BIT_64(46) | RT_BIT_64(45); /* Killer field. Seen bit 46 set, 45 clear. Messing with either means reboot/BSOD. */
4038 uint64_t fSkipMask = RT_BIT_64(54) /* LateSbzResync */;
4039 fSkipMask |= RT_BIT_64(35); /* Undocumented killer bit. */
4144 uint64_t fCr3Mask = (RT_BIT_64(vbCpuRepGetPhysAddrWidth()) - 1) & (X86_CR3_PAE_PAGE_MASK | X86_CR3_AMD64_PAGE_MASK);