Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ msr_and
Function
msr_and
util/msrtool/msrutils.c:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
void msr_and(struct msr *a, const struct msr b) {
151
a->hi &= b.hi;
152
a->lo &= b.lo;
153
}
154
155
const struct msrdef *findmsrdef(const uint32_t addr) {
156
uint8_t t;
Callers
3
print_bitval
Function · 0.85
decodemsr
Function · 0.85
diff_msr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected