Home
last modified time | relevance | path

Searched refs:NR_CPUS (Results 1 – 25 of 43) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dsmpboot.c41 struct cpuinfo_arm cpu_data[NR_CPUS];
44 register_t __cpu_logical_map[NR_CPUS] = { [0 ... NR_CPUS-1] = MPIDR_INVALID };
104 static register_t tmp_map[NR_CPUS] __initdata = in dt_smp_init_cpus()
106 [0 ... NR_CPUS - 1] = MPIDR_INVALID in dt_smp_init_cpus()
205 if ( cpuidx > NR_CPUS ) in dt_smp_init_cpus()
209 cpuidx, NR_CPUS); in dt_smp_init_cpus()
210 cpuidx = NR_CPUS; in dt_smp_init_cpus()
A Dpercpu.c7 unsigned long __per_cpu_offset[NR_CPUS];
14 for ( cpu = 1; cpu < NR_CPUS; cpu++ ) in percpu_init_areas()
A Dalternative.c225 ret = stop_machine_run(__apply_alternatives_multi_stop, NULL, NR_CPUS); in apply_alternatives_all()
/xen-4.10.0-shim-comet/xen/common/
A Dcore_parking.c32 static unsigned int core_parking_cpunum[NR_CPUS] = {[0 ... NR_CPUS-1] = -1};
123 int core_tmp, core_weight = NR_CPUS + 1; in core_parking_power()
124 int sibling_tmp, sibling_weight = NR_CPUS + 1; in core_parking_power()
A Dcpu.c8 unsigned int __read_mostly nr_cpu_ids = NR_CPUS;
11 = BITS_TO_LONGS(NR_CPUS) * BITS_PER_LONG; in BITS_TO_LONGS() argument
28 const unsigned long cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)] = {
A Dstop_machine.c115 if ( (cpu == smp_processor_id()) || (cpu == NR_CPUS) ) in stop_machine_run()
157 (stopmachine_data.fn_cpu == NR_CPUS) ) in stopmachine_action()
A Dsoftirq.c20 irq_cpustat_t irq_stat[NR_CPUS];
/xen-4.10.0-shim-comet/xen/include/xen/
A Dcpumask.h82 typedef struct cpumask{ DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
86 #if NR_CPUS > 4 * BITS_PER_LONG
91 # define nr_cpumask_bits (BITS_TO_LONGS(NR_CPUS) * BITS_PER_LONG)
303 cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)];
341 #if NR_CPUS > 2 * BITS_PER_LONG
381 #if NR_CPUS > 1
451 #if NR_CPUS > 1
A Dsmp.h72 extern void *stack_base[NR_CPUS];
A Dconfig.h83 #define NR_CPUS CONFIG_NR_CPUS macro
/xen-4.10.0-shim-comet/tools/xentrace/
A Danalyze.h19 #define NR_CPUS 128 macro
30 typedef struct cpumask{ DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dsmpboot.c16 static paddr_t cpu_release_addr[NR_CPUS];
17 static struct smp_enable_ops smp_enable_ops[NR_CPUS];
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dpercpu.c7 unsigned long __per_cpu_offset[NR_CPUS];
22 for ( cpu = 1; cpu < NR_CPUS; cpu++ ) in percpu_init_areas()
A Dsmpboot.c75 struct cpuinfo_x86 cpu_data[NR_CPUS];
77 u32 x86_cpu_to_apicid[NR_CPUS] __read_mostly =
78 { [0 ... NR_CPUS-1] = BAD_APICID };
91 void *stack_base[NR_CPUS];
717 BUILD_BUG_ON(NR_CPUS > 0x10000); in cpu_smpboot_alloc()
868 #if NR_CPUS > 2 * BITS_PER_LONG in smp_prepare_boot_cpu()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dacpi.h141 #define MAX_MADT_ENTRIES MAX(256, 2 * NR_CPUS)
143 #define MAX_LOCAL_APIC MAX(256, 4 * NR_CPUS)
A Dpercpu.h6 extern unsigned long __per_cpu_offset[NR_CPUS];
A Dmpspec_def.h17 #define MAX_APICS MAX(256, 4 * NR_CPUS)
A Dnuma.h12 extern nodeid_t cpu_to_node[NR_CPUS];
/xen-4.10.0-shim-comet/xen/arch/arm/acpi/
A Dboot.c71 if ( enabled_cpus >= NR_CPUS ) in acpi_map_gic_cpu_interface()
74 NR_CPUS, total_cpus, mpidr); in acpi_map_gic_cpu_interface()
/xen-4.10.0-shim-comet/xen/arch/
A DKconfig2 config NR_CPUS config
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Demul.h27 #define NR_CPUS 8 macro
40 DECLARE_BITMAP(bits, NR_CPUS);
226 struct vcpu *vcpu[NR_CPUS];
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dpercpu.h16 extern unsigned long __per_cpu_offset[NR_CPUS];
/xen-4.10.0-shim-comet/xen/include/acpi/cpufreq/
A Dprocessor_perf.h43 extern struct processor_pminfo *processor_pminfo[NR_CPUS];
/xen-4.10.0-shim-comet/xen/arch/x86/guest/
A Dxen.c48 static unsigned long vcpu_info_mapped[BITS_TO_LONGS(NR_CPUS)];
369 bitmap_zero(vcpu_info_mapped, NR_CPUS); in hypervisor_resume()
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dnmi_int.c35 static struct op_msrs cpu_msrs[NR_CPUS];
36 static unsigned long saved_lvtpc[NR_CPUS];

Completed in 47 milliseconds

12