Home
last modified time | relevance | path

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

/arch/x86/boot/
DMakefile56 $(obj)/cpu.o: $(obj)/cpustr.h
60 targets += cpustr.h
61 $(obj)/cpustr.h: $(obj)/mkcpustr FORCE
62 $(call if_changed,cpustr)
64 clean-files += cpustr.h
D.gitignore3 cpustr.h
/arch/mips/dec/
Dkn02xa-berr.c45 static const char cpustr[] = "CPU"; in dec_kn02xa_be_backend() local
66 agent = cpustr; in dec_kn02xa_be_backend()
Dkn01-berr.c67 static const char cpustr[] = "CPU"; in dec_kn01_be_backend() local
92 agent = cpustr; in dec_kn01_be_backend()
Decc-berr.c44 static const char cpustr[] = "CPU"; in dec_ecc_be_backend() local
77 agent = (erraddr & KN0X_EAR_CPU) ? cpustr : dmastr; in dec_ecc_be_backend()
/arch/ia64/kernel/
Dpalinfo.c929 char cpustr[3+4+1]; /* cpu numbers are up to 4095 on itanic */ in palinfo_add_proc() local
930 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() local
950 sprintf(cpustr, "cpu%d", hcpu); in palinfo_del_proc()
951 remove_proc_subtree(cpustr, palinfo_dir); in palinfo_del_proc()