Lines Matching full:specified
22 Reads and returns the lower 32-bits of the MSR specified by Index.
46 Writes the 32-bit value specified by Value to the MSR specified by Index. The
73 Reads the 64-bit MSR specified by Index, performs a bitwise OR
74 between the lower 32-bits of the read result and the value specified by
75 OrData, and writes the result to the 64-bit MSR specified by Index. The lower
102 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
103 lower 32-bits of the read result and the value specified by AndData, and
104 writes the result to the 64-bit MSR specified by Index. The lower 32-bits of
131 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
132 lower 32-bits of the read result and the value specified by AndData
134 result of the AND operation and the value specified by OrData, and writes the
135 result to the 64-bit MSR specified by Address. The lower 32-bits of the value
164 specified by the StartBit and the EndBit. The value of the bit field is
197 field is specified by the StartBit and the EndBit. All other bits in the
206 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
236 Reads the 64-bit MSR specified by Index, performs a bitwise OR
237 between the read result and the value specified by OrData, and writes the
238 result to the 64-bit MSR specified by Index. The lower 32-bits of the value
247 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
277 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
278 read result and the value specified by AndData, and writes the result to the
279 64-bit MSR specified by Index. The lower 32-bits of the value written to the
288 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
319 Reads the 64-bit MSR specified by Index, performs a bitwise AND followed by a
320 bitwise OR between the read result and the value specified by
321 AndData, and writes the result to the 64-bit MSR specified by Index. The
331 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
332 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
370 Reads the 64-bit MSR specified by Index, performs a bitwise OR
371 between the read result and the value specified by OrData, and writes the
372 result to the 64-bit MSR specified by Index. The value written to the MSR is
398 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
399 read result and the value specified by OrData, and writes the result to the
400 64-bit MSR specified by Index. The value written to the MSR is returned. No
426 Reads the 64-bit MSR specified by Index, performs a bitwise AND between read
427 result and the value specified by AndData, performs a bitwise OR
428 between the result of the AND operation and the value specified by OrData,
429 and writes the result to the 64-bit MSR specified by Index. The value written
457 Reads the bit field in the 64-bit MSR. The bit field is specified by the
490 Writes Value to a bit field in a 64-bit MSR. The bit field is specified by
499 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
530 Reads the 64-bit MSR specified by Index, performs a bitwise OR
531 between the read result and the value specified by OrData, and writes the
532 result to the 64-bit MSR specified by Index. The value written to the MSR is
541 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
572 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
573 read result and the value specified by AndData, and writes the result to the
574 64-bit MSR specified by Index. The value written to the MSR is returned.
583 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
615 Reads the 64-bit MSR specified by Index, performs a bitwise AND followed by
616 a bitwise OR between the read result and the value specified by
617 AndData, and writes the result to the 64-bit MSR specified by Index. The
626 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
627 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().