Home
last modified time | relevance | path

Searched refs:num_processors (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dtopology_ext.c56 u32 num_processors : 16, // Number of processors at current level in topo_subleaf() member
75 if (!sl.num_processors || sl.type == INVALID_TYPE) in topo_subleaf()
100 topology_set_dom(tscan, dom, sl.x2apic_shift, sl.num_processors); in topo_subleaf()
/linux/include/acpi/
H A Dprocessor.h108 u64 num_processors; member
149 u64 num_processors; member
/linux/drivers/acpi/
H A Dprocessor_perflib.c660 if (pdomain->num_processors <= 1) in acpi_processor_preregister_performance()
664 count_target = pdomain->num_processors; in acpi_processor_preregister_performance()
686 if (match_pdomain->num_processors != count_target) { in acpi_processor_preregister_performance()
H A Dprocessor_throttling.c108 if (pdomain->num_processors <= 1) in acpi_processor_update_tsd_coord()
112 count_target = pdomain->num_processors; in acpi_processor_update_tsd_coord()
133 if (match_pdomain->num_processors != count_target) { in acpi_processor_update_tsd_coord()
/linux/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress.c48 static int num_processors(void) in num_processors() function
374 cpus = num_processors(); in main()
/linux/arch/loongarch/kernel/
H A Dsetup.c575 possible = num_processors + disabled_cpus; in prefill_possible_map()
580 possible, max((possible - num_processors), 0)); in prefill_possible_map()
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c52 static int num_processors(void) in num_processors() function
477 cpus = num_processors(); in main()
/linux/include/xen/interface/
H A Dplatform.h392 uint64_t num_processors; member