Searched refs:bits_to_flip (Results 1 – 1 of 1) sorted by relevance
78 static void check_msr(uint32_t msr, uint64_t bits_to_flip) in check_msr() argument80 uint64_t v = rdmsr(msr) ^ bits_to_flip; in check_msr()86 v ^= bits_to_flip; in check_msr()