Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dmshyperv.h226 static inline int hv_cpu_number_to_vp_number(int cpu_number) in hv_cpu_number_to_vp_number() argument
228 return hv_vp_index[cpu_number]; in hv_cpu_number_to_vp_number()
/linux/arch/mips/fw/cfe/
H A Dcfe_api_int.h66 u64 cpu_number; /* cpu number to control */ member
H A Dcfe_api.c82 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_start()
103 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; in cfe_cpu_stop()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c6259 int cpu_number; in snapshot_proc_interrupts() local
6261 retval = fscanf(fp, " CPU%d", &cpu_number); in snapshot_proc_interrupts()
6265 if (cpu_number > topo.max_cpu_num) { in snapshot_proc_interrupts()
6266 warn("/proc/interrupts: cpu%d: > %d", cpu_number, topo.max_cpu_num); in snapshot_proc_interrupts()
6270 irq_column_2_cpu[column] = cpu_number; in snapshot_proc_interrupts()
6271 irqs_per_cpu[cpu_number] = 0; in snapshot_proc_interrupts()
6272 nmi_per_cpu[cpu_number] = 0; in snapshot_proc_interrupts()
6291 int cpu_number, irq_count; in snapshot_proc_interrupts() local
6298 cpu_number = irq_column_2_cpu[column]; in snapshot_proc_interrupts()
6299 irqs_per_cpu[cpu_number] += irq_count; in snapshot_proc_interrupts()
[all …]
/linux/Documentation/networking/
H A Dnetconsole.rst310 line in the userdata field with the format `cpu=<cpu_number>`. This allows the
/linux/kernel/bpf/
H A Dverifier.c23259 insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, (u32)(unsigned long)&cpu_number); in do_misc_fixups()