Searched refs:cpu_nr (Results 1 – 12 of 12) sorted by relevance
20 BUILD_BUG_ON(sizeof_field(struct lowcore, cpu_nr) != sizeof(cpu)); in raw_smp_processor_id()21 lc_cpu_nr = offsetof(struct lowcore, cpu_nr); in raw_smp_processor_id()29 "m" (((struct lowcore *)0)->cpu_nr)); in raw_smp_processor_id()
57 static inline int topology_cpu_dedicated(int cpu_nr) { return 0; } in topology_cpu_dedicated() argument58 static inline int topology_booted_cores(int cpu_nr) { return 1; } in topology_booted_cores() argument
160 __u32 cpu_nr; /* 0x03a0 */ member
105 __field( __u32, cpu_nr )110 __entry->cpu_nr = vcpu->vcpu_id;115 __entry->cpu_nr, __entry->requests)
184 __field( __u32, cpu_nr )190 __entry->cpu_nr = vcpu->vcpu_id;196 __entry->cpu_nr,
40 static void smp_chrp_setup_cpu(int cpu_nr) in smp_chrp_setup_cpu() argument
37 __u32 cpu_nr; /* CPU number */ member
400 static void __init smp_psurge_setup_cpu(int cpu_nr) in smp_psurge_setup_cpu() argument405 if (cpu_nr != 0 || !psurge_start) in smp_psurge_setup_cpu()838 static void smp_core99_setup_cpu(int cpu_nr) in smp_core99_setup_cpu() argument841 if (cpu_nr != 0) in smp_core99_setup_cpu()842 core99_init_caches(cpu_nr); in smp_core99_setup_cpu()
97 smp_86xx_setup_cpu(int cpu_nr) in smp_86xx_setup_cpu() argument
200 lc->cpu_nr = cpu; in pcpu_alloc_lowcore()250 lc->cpu_nr = cpu; in pcpu_prepare_secondary()976 lc->cpu_nr = 0; in smp_setup_processor_id()
1470 (bytes + sizeof(((struct s390_ctrset_cpudata *)0)->cpu_nr) + in cfset_needspace()1488 rc = put_user(cpu, &ctrset_cpudata->cpu_nr); in cfset_all_copy()
473 static void smp_85xx_setup_cpu(int cpu_nr) in smp_85xx_setup_cpu() argument
Completed in 57 milliseconds