Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dcpu_hotplug.c76 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/arch/x86/boot/
H A DMakefile44 $(obj)/cpu.o: $(obj)/cpustr.h
48 $(obj)/cpustr.h: $(obj)/mkcpustr FORCE
49 $(call if_changed,cpustr)
50 targets += cpustr.h
/linux/arch/mips/dec/
H A Dkn02xa-berr.c45 static const char cpustr[] = "CPU"; in dec_kn02xa_be_backend() local
66 agent = cpustr; in dec_kn02xa_be_backend()
H A Dkn01-berr.c67 static const char cpustr[] = "CPU"; in dec_kn01_be_backend() local
92 agent = cpustr; in dec_kn01_be_backend()
H A 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()
/linux/tools/perf/util/
H A Dpython.c521 char *cpustr = NULL; in pyrf_cpu_map__init() local
524 kwlist, &cpustr)) in pyrf_cpu_map__init()
527 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_cpu_map__init()