Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
int msr_eq(const struct msr a, const struct msr b) {
119
return a.hi == b.hi && a.lo == b.lo;
120
}
121
122
struct msr msr_shl(const struct msr a, const uint8_t bits) {
123
struct msr ret;
Callers
2
print_bitval
Function · 0.85
diff_msr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected