OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_vendors
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/riscv/riscv/
cpu.c
99
}
cpu_vendors
[] = {
variable in typeref:struct:cpu_vendor[]
158
for (size_t i = 0; i < __arraycount(
cpu_vendors
); i++) {
159
if (mvendorid ==
cpu_vendors
[i].cv_id) {
160
cv_name =
cpu_vendors
[i].cv_name;
161
cv_arch =
cpu_vendors
[i].cv_arch;
cpu.c
99
}
cpu_vendors
[] = {
variable in typeref:struct:cpu_vendor[]
158
for (size_t i = 0; i < __arraycount(
cpu_vendors
); i++) {
159
if (mvendorid ==
cpu_vendors
[i].cv_id) {
160
cv_name =
cpu_vendors
[i].cv_name;
161
cv_arch =
cpu_vendors
[i].cv_arch;
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025