Searched refs:hyperthreading_cpus (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/i386/i386/
H A Dmp_machdep.c214 static u_int hyperthreading_cpus; /* logical cpus sharing L1 cache */ variable
319 hyperthreading_cpus = cpu_logical;
428 if (cpu_logical > 1 && hyperthreading_cpus)
632 if (hyperthreading_cpus > 1)
852 if (hyperthreading_cpus > 1 &&
853 apic_id % hyperthreading_cpus != 0)
876 if (hyperthreading_cpus > 1 && i % hyperthreading_cpus != 0) {
896 if (hyperthreading_allowed == 0 && hyperthreading_cpus > 1) {
897 hyperthreading_cpus
[all...]
/freebsd-10.1-release/sys/amd64/amd64/
H A Dmp_machdep.c173 static u_int hyperthreading_cpus; /* logical cpus sharing L1 cache */ variable
279 hyperthreading_cpus = cpu_logical;
388 if (cpu_logical > 1 && hyperthreading_cpus)
590 if (hyperthreading_cpus > 1)
828 if (hyperthreading_cpus > 1 &&
829 apic_id % hyperthreading_cpus != 0)
852 if (hyperthreading_cpus > 1 && i % hyperthreading_cpus != 0) {
872 if (hyperthreading_allowed == 0 && hyperthreading_cpus > 1) {
873 hyperthreading_cpus
[all...]
/freebsd-10.1-release/sys/i386/xen/
H A Dmp_machdep.c134 static u_int hyperthreading_cpus; variable
648 if (hyperthreading_cpus > 1 &&
649 PCPU_GET(apic_id) % hyperthreading_cpus != 0)
704 if (hyperthreading_cpus > 1 &&
705 apic_id % hyperthreading_cpus != 0)

Completed in 110 milliseconds