Home
last modified time | relevance | path

Searched refs:MAX_PCPU_NUM (Results 1 – 11 of 11) sorted by relevance

/hypervisor/include/arch/x86/asm/
A Dboard.h37 extern struct acrn_cpufreq_limits cpufreq_limits[MAX_PCPU_NUM];
A Dper_cpu.h77 extern struct per_cpu_region per_cpu_data[MAX_PCPU_NUM];
A Dvm_config.h21 #define MAX_VCPUS_PER_VM MAX_PCPU_NUM
/hypervisor/boot/
A Dacpi_base.c175 local_parse_madt(struct acpi_table_madt *madt, uint32_t lapic_id_array[MAX_PCPU_NUM]) in local_parse_madt() argument
197 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
/hypervisor/arch/x86/
A Dcpu.c45 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()
A Dnotify.c54 while (pcpu_id < MAX_PCPU_NUM) { in smp_call_function()
A Dlapic.c249 while (pcpu_id < MAX_PCPU_NUM) { in send_dest_ipi_mask()
/hypervisor/boot/include/
A Dacpi.h259 uint16_t parse_madt(uint32_t lapic_id_array[MAX_PCPU_NUM]);
/hypervisor/arch/x86/guest/
A Dassign.c61 if (pcpu_id < MAX_PCPU_NUM) { in calculate_logical_dest_mask()
81 } while (pcpu_id < MAX_PCPU_NUM); in calculate_logical_dest_mask()
/hypervisor/debug/
A Dprofiling.c809 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()
A Dshell.c30 #define SHELL_LOG_BUF_SIZE (PAGE_SIZE * MAX_PCPU_NUM / 2U)

Completed in 19 milliseconds