Home
last modified time | relevance | path

Searched refs:x86_max_cores (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c429 c->x86_max_cores = 1; in identify_cpu()
574 c->x86_max_cores = (core_level_siblings / c->x86_num_siblings); in detect_extended_topology()
580 if ( c->x86_max_cores > 1 ) in detect_extended_topology()
609 c->x86_num_siblings = c->x86_num_siblings / c->x86_max_cores; in detect_ht()
613 core_bits = get_count_order(c->x86_max_cores); in detect_ht()
618 if (opt_cpu_info && c->x86_max_cores > 1) in detect_ht()
A Damd.c484 if (c->x86_max_cores <= 1) in amd_get_topology()
494 while ((1 << bits) < c->x86_max_cores) in amd_get_topology()
513 cpu, c->x86_max_cores, c->phys_proc_id, in amd_get_topology()
580 c->x86_max_cores = (cpuid_ecx(0x80000008) & 0xff) + 1; in init_amd()
A Dintel.c333 c->x86_max_cores = num_cpu_cores(c); in init_intel()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmpparse.c92 / boot_cpu_data.x86_max_cores in set_nr_sockets()
96 / boot_cpu_data.x86_max_cores in set_nr_sockets()
A Dsmpboot.c258 if ( c[cpu].x86_max_cores == 1 ) in set_cpu_sibling_map()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h135 __u32 x86_max_cores; /* cpuid returned max cores value */ member
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce.c1015 if ( c->x86_max_cores > 1 ) in x86_mc_get_cpu_info()
1021 *ncores = c->x86_max_cores; in x86_mc_get_cpu_info()

Completed in 14 milliseconds