Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetPfmCounters.td74 class PfmCountersBinding<string cpu_name, ProcPfmCounters counters> {
75 string CpuName = cpu_name;
/freebsd/usr.sbin/config/
H A Dconfig.y176 cp->cpu_name = $2;
182 if (eq(cp->cpu_name, $2)) {
H A Dconfig.h167 char *cpu_name; member
H A Dmkoptions.cc70 op->op_name = ns(cp->cpu_name); in options()
H A Dmain.cc475 cfg << "cpu\t" << cput->cpu_name << lend; in configfile_dynamic()
/freebsd/sys/x86/x86/
H A Didentcpu.c200 char *cpu_name; member
255 strncpy(cpu_model, cpus[cpu].cpu_name, sizeof (cpu_model)); in printcpuinfo()