Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ inteltool.c
File
inteltool.c
util/inteltool/inteltool.c:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* inteltool - dump all registers on an Intel CPU + chipset based system */
2
/* SPDX-License-Identifier: GPL-2.0-only */
3
4
#include <stdio.h>
Callers
nothing calls this directly
Calls
15
getopt_long
Function · 0.85
exit
Function · 0.85
strlen
Function · 0.85
printf
Function · 0.85
perror
Function · 0.85
pci_alloc
Function · 0.85
fprintf
Function · 0.85
pci_get_dev
Function · 0.85
print_rcba
Function · 0.85
print_pmbase
Function · 0.85
print_mchbar
Function · 0.85
print_epbar
Function · 0.85
Tested by
no test coverage detected