Searched refs:cpustr (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/xen/ |
D | cpu_hotplug.c | 76 char *cpustr; in handle_vcpu_hotplug_event() local 78 cpustr = strstr(path, "cpu/"); in handle_vcpu_hotplug_event() 79 if (cpustr != NULL) { in handle_vcpu_hotplug_event() 80 sscanf(cpustr, "cpu/%u", &cpu); in handle_vcpu_hotplug_event()
|
/Linux-v5.4/arch/x86/boot/ |
D | Makefile | 56 $(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 | .gitignore | 3 cpustr.h
|
/Linux-v5.4/arch/mips/dec/ |
D | kn02xa-berr.c | 45 static const char cpustr[] = "CPU"; in dec_kn02xa_be_backend() local 66 agent = cpustr; in dec_kn02xa_be_backend()
|
D | kn01-berr.c | 67 static const char cpustr[] = "CPU"; in dec_kn01_be_backend() local 92 agent = cpustr; in dec_kn01_be_backend()
|
D | ecc-berr.c | 44 static const char cpustr[] = "CPU"; in dec_ecc_be_backend() local 77 agent = (erraddr & KN0X_EAR_CPU) ? cpustr : dmastr; in dec_ecc_be_backend()
|
/Linux-v5.4/arch/ia64/kernel/ |
D | palinfo.c | 929 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()
|
/Linux-v5.4/Documentation/ |
D | dontdiff | 114 cpustr.h
|
/Linux-v5.4/tools/perf/util/ |
D | python.c | 557 char *cpustr = NULL; in pyrf_cpu_map__init() local 560 kwlist, &cpustr)) in pyrf_cpu_map__init() 563 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_cpu_map__init()
|