Searched refs:MAX_PCPU_NUM (Results 1 – 11 of 11) sorted by relevance
37 extern struct acrn_cpufreq_limits cpufreq_limits[MAX_PCPU_NUM];
77 extern struct per_cpu_region per_cpu_data[MAX_PCPU_NUM];
21 #define MAX_VCPUS_PER_VM MAX_PCPU_NUM
175 local_parse_madt(struct acpi_table_madt *madt, uint32_t lapic_id_array[MAX_PCPU_NUM]) in local_parse_madt() argument197 if (pcpu_num < MAX_PCPU_NUM) { in local_parse_madt()209 uint16_t parse_madt(uint32_t lapic_id_array[MAX_PCPU_NUM]) in parse_madt() argument
45 struct per_cpu_region per_cpu_data[MAX_PCPU_NUM] __aligned(PAGE_SIZE);66 uint32_t lapic_id_array[MAX_PCPU_NUM]; in init_percpu_lapic_id()72 if ((phys_cpu_num != 0U) && (phys_cpu_num <= MAX_PCPU_NUM)) { in init_percpu_lapic_id()215 if (pcpu_id >= MAX_PCPU_NUM) { in init_pcpu_pre()
54 while (pcpu_id < MAX_PCPU_NUM) { in smp_call_function()
249 while (pcpu_id < MAX_PCPU_NUM) { in send_dest_ipi_mask()
259 uint16_t parse_madt(uint32_t lapic_id_array[MAX_PCPU_NUM]);
61 if (pcpu_id < MAX_PCPU_NUM) { in calculate_logical_dest_mask()81 } while (pcpu_id < MAX_PCPU_NUM); in calculate_logical_dest_mask()
809 struct profiling_msr_ops_list msr_list[MAX_PCPU_NUM]; in profiling_msr_ops_all_cpus()1235 struct profiling_status pstats[MAX_PCPU_NUM]; in profiling_get_status_info()
30 #define SHELL_LOG_BUF_SIZE (PAGE_SIZE * MAX_PCPU_NUM / 2U)
Completed in 18 milliseconds