Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Dcpu_hotplug.c74 char *cpustr; in handle_vcpu_hotplug_event() local
77 cpustr = strstr(node, "cpu/"); in handle_vcpu_hotplug_event()
78 if (cpustr != NULL) { in handle_vcpu_hotplug_event()
79 sscanf(cpustr, "cpu/%u", &cpu); in handle_vcpu_hotplug_event()
/linux-4.4.14/arch/x86/boot/
DMakefile48 $(obj)/cpu.o: $(obj)/cpustr.h
52 targets += cpustr.h
53 $(obj)/cpustr.h: $(obj)/mkcpustr FORCE
54 $(call if_changed,cpustr)
56 clean-files += cpustr.h
D.gitignore3 cpustr.h
/linux-4.4.14/arch/mips/dec/
Dkn02xa-berr.c49 static const char cpustr[] = "CPU"; in dec_kn02xa_be_backend() local
70 agent = cpustr; in dec_kn02xa_be_backend()
Dkn01-berr.c71 static const char cpustr[] = "CPU"; in dec_kn01_be_backend() local
96 agent = cpustr; in dec_kn01_be_backend()
Decc-berr.c48 static const char cpustr[] = "CPU"; in dec_ecc_be_backend() local
81 agent = (erraddr & KN0X_EAR_CPU) ? cpustr : dmastr; in dec_ecc_be_backend()
/linux-4.4.14/arch/ia64/kernel/
Dpalinfo.c941 char cpustr[3+4+1]; /* cpu numbers are up to 4095 on itanic */ in create_palinfo_proc_entries() local
942 sprintf(cpustr, "cpu%d", cpu); in create_palinfo_proc_entries()
944 cpu_dir = proc_mkdir(cpustr, palinfo_dir); in create_palinfo_proc_entries()
960 char cpustr[3+4+1]; /* cpu numbers are up to 4095 on itanic */ in remove_palinfo_proc_entries() local
961 sprintf(cpustr, "cpu%d", hcpu); in remove_palinfo_proc_entries()
962 remove_proc_subtree(cpustr, palinfo_dir); in remove_palinfo_proc_entries()
/linux-4.4.14/Documentation/
Ddontdiff113 cpustr.h
/linux-4.4.14/tools/perf/util/
Dpython.c419 char *cpustr = NULL; in pyrf_cpu_map__init() local
422 kwlist, &cpustr)) in pyrf_cpu_map__init()
425 pcpus->cpus = cpu_map__new(cpustr); in pyrf_cpu_map__init()