Searched refs:cpustr (Results 1 – 6 of 6) sorted by relevance
56 $(obj)/cpu.o: $(obj)/cpustr.h60 targets += cpustr.h61 $(obj)/cpustr.h: $(obj)/mkcpustr FORCE62 $(call if_changed,cpustr)64 clean-files += cpustr.h
3 cpustr.h
45 static const char cpustr[] = "CPU"; in dec_kn02xa_be_backend() local66 agent = cpustr; in dec_kn02xa_be_backend()
67 static const char cpustr[] = "CPU"; in dec_kn01_be_backend() local92 agent = cpustr; in dec_kn01_be_backend()
44 static const char cpustr[] = "CPU"; in dec_ecc_be_backend() local77 agent = (erraddr & KN0X_EAR_CPU) ? cpustr : dmastr; in dec_ecc_be_backend()
929 char cpustr[3+4+1]; /* cpu numbers are up to 4095 on itanic */ in palinfo_add_proc() local930 sprintf(cpustr, "cpu%d", cpu); in palinfo_add_proc()932 cpu_dir = proc_mkdir(cpustr, palinfo_dir); in palinfo_add_proc()948 char cpustr[3+4+1]; /* cpu numbers are up to 4095 on itanic */ in palinfo_del_proc() local950 sprintf(cpustr, "cpu%d", hcpu); in palinfo_del_proc()951 remove_proc_subtree(cpustr, palinfo_dir); in palinfo_del_proc()