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

Function is_tme_enabled

util/inteltool/cpu.c:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static int is_tme_enabled(void)
250{
251 msr_t data = read_tme_activate_msr();
252 return (data.lo & TME_ENABLED);
253}
254
255void print_tme(void)
256{

Callers 1

print_tmeFunction · 0.85

Calls 1

read_tme_activate_msrFunction · 0.85

Tested by

no test coverage detected