MCPcopy Create free account
hub / github.com/coreboot/coreboot / msr_eq

Function msr_eq

util/msrtool/msrutils.c:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118int msr_eq(const struct msr a, const struct msr b) {
119 return a.hi == b.hi && a.lo == b.lo;
120}
121
122struct msr msr_shl(const struct msr a, const uint8_t bits) {
123 struct msr ret;

Callers 2

print_bitvalFunction · 0.85
diff_msrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected