Home
last modified time | relevance | path

Searched refs:cpu_name (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetPfmCounters.td72 class PfmCountersBinding<string cpu_name, ProcPfmCounters counters> {
73 string CpuName = cpu_name;
/freebsd-14.2/usr.sbin/config/
H A Dconfig.y171 cp->cpu_name = $2;
177 if (eq(cp->cpu_name, $2)) {
H A Dconfig.h169 char *cpu_name; member
H A Dmkoptions.cc75 op->op_name = ns(cp->cpu_name); in options()
H A Dmain.cc482 cfg << "cpu\t" << cput->cpu_name << lend; in configfile_dynamic()
/freebsd-14.2/sys/x86/x86/
H A Didentcpu.c195 char *cpu_name; member
250 strncpy(cpu_model, cpus[cpu].cpu_name, sizeof (cpu_model)); in printcpuinfo()