MCPcopy 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
150void msr_and(struct msr *a, const struct msr b) {
151 a->hi &= b.hi;
152 a->lo &= b.lo;
153}
154
155const struct msrdef *findmsrdef(const uint32_t addr) {
156 uint8_t t;

Callers 3

print_bitvalFunction · 0.85
decodemsrFunction · 0.85
diff_msrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected