OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_vendor
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/sys/arch/x86/x86/
compat_60_cpu_ucode.c
55
if (
cpu_vendor
!= CPUVENDOR_AMD)
69
if (
cpu_vendor
!= CPUVENDOR_AMD)
cpu_ucode.c
70
switch (
cpu_vendor
) {
92
switch (
cpu_vendor
) {
115
switch (
cpu_vendor
) {
cpu_topology.c
94
switch (
cpu_vendor
) {
122
switch (
cpu_vendor
) {
174
if (
cpu_vendor
== CPUVENDOR_AMD && cpu_family < 0x11) { /* XXX */
189
if (
cpu_vendor
== CPUVENDOR_AMD && cpu_family >= 0x17) { /* XXX */
tsc.c
99
if (
cpu_vendor
== CPUVENDOR_INTEL) {
131
} else if (
cpu_vendor
== CPUVENDOR_AMD) {
161
if (((
cpu_vendor
== CPUVENDOR_INTEL) || (
cpu_vendor
== CPUVENDOR_AMD))
190
if (
cpu_vendor
== CPUVENDOR_AMD)
192
else if (
cpu_vendor
== CPUVENDOR_INTEL)
identcpu.c
77
int
cpu_vendor
;
variable in typeref:typename:int
182
if (
cpu_vendor
!= CPUVENDOR_INTEL)
377
if (
cpu_vendor
!= CPUVENDOR_AMD)
465
if (
cpu_vendor
!= CPUVENDOR_CYRIX ||
477
if (
cpu_vendor
!= CPUVENDOR_IDT ||
492
if (
cpu_vendor
!= CPUVENDOR_IDT ||
711
if (
cpu_vendor
!= CPUVENDOR_VORTEX86)
863
cpu_vendor
= i386_nocpuid_cpus[cputype << 1];
888
cpu_vendor
= CPUVENDOR_INTEL;
890
cpu_vendor
= CPUVENDOR_AMD
[
all
...]
spectre.c
125
if (
cpu_vendor
== CPUVENDOR_INTEL) {
145
} else if (
cpu_vendor
== CPUVENDOR_AMD) {
411
if (
cpu_vendor
== CPUVENDOR_INTEL) {
428
} else if (
cpu_vendor
== CPUVENDOR_AMD) {
673
if (
cpu_vendor
!= CPUVENDOR_INTEL) {
830
if (
cpu_vendor
!= CPUVENDOR_INTEL) {
procfs_machdep.c
321
if ((
cpu_vendor
== CPUVENDOR_AMD)
336
if ((
cpu_vendor
== CPUVENDOR_AMD)
348
if ((
cpu_vendor
== CPUVENDOR_AMD)
356
if ((
cpu_vendor
== CPUVENDOR_INTEL)
364
if ((
cpu_vendor
== CPUVENDOR_AMD)
viac7temp.c
77
if (
cpu_vendor
!= CPUVENDOR_IDT)
identcpu_subr.c
188
if (freq == 0 &&
cpu_vendor
== CPUVENDOR_INTEL)
patch.c
344
if (
cpu_vendor
== CPUVENDOR_AMD &&
coretemp.c
138
if (
cpu_vendor
!= CPUVENDOR_INTEL || cpuid_level < 0x06)
est.c
1021
if (
cpu_vendor
!= CPUVENDOR_IDT &&
1022
cpu_vendor
!= CPUVENDOR_INTEL)
1094
if (
cpu_vendor
!= CPUVENDOR_IDT)
1172
if (
cpu_vendor
== fql->vendor &&
1260
sc->sc_fake_fqlist.vendor =
cpu_vendor
;
fpu.c
407
if (
cpu_vendor
== CPUVENDOR_AMD)
413
if (
cpu_vendor
== CPUVENDOR_AMD)
svs.c
738
if (
cpu_vendor
!= CPUVENDOR_INTEL) {
errata.c
625
if (
cpu_vendor
!= CPUVENDOR_AMD)
/src/sys/dev/tprof/
tprof_x86.c
47
#include <machine/cpuvar.h> /*
cpu_vendor
*/
61
switch (
cpu_vendor
) {
84
switch (
cpu_vendor
) {
tprof_x86_amd.c
78
#include <machine/cpuvar.h> /*
cpu_vendor
*/
240
if (
cpu_vendor
!= CPUVENDOR_AMD)
tprof_x86_intel.c
78
#include <machine/cpuvar.h> /*
cpu_vendor
*/
239
if (
cpu_vendor
!= CPUVENDOR_INTEL)
/src/usr.sbin/cpuctl/arch/
cpuctl_i386.h
44
extern int
cpu_vendor
;
i386.c
93
int
cpu_vendor
;
member in struct:cpu_nocpuid_nameclass
104
int
cpu_vendor
;
member in struct:cpu_cpuid_nameclass
162
int
cpu_vendor
;
variable in typeref:typename:int
1960
if (
cpu_vendor
== CPUVENDOR_INTEL)
1962
else if (
cpu_vendor
== CPUVENDOR_AMD)
2001
cpu_vendor
= i386_nocpuid_cpus[ci->ci_cpu_type].
cpu_vendor
;
2024
cpu_vendor
= CPUVENDOR_UNKNOWN;
2034
cpu_vendor
= cpup->
cpu_vendor
;
[
all
...]
/src/sys/arch/x86/include/
cpuvar.h
129
extern int
cpu_vendor
;
/src/sys/arch/x86/acpi/
acpi_pdc.c
61
if (
cpu_vendor
!= CPUVENDOR_IDT &&
62
cpu_vendor
!= CPUVENDOR_INTEL)
acpi_cpu_md.c
175
switch (
cpu_vendor
) {
441
switch (
cpu_vendor
) {
498
switch (
cpu_vendor
) {
/src/sys/arch/riscv/riscv/
cpu.c
90
struct
cpu_vendor
{
struct
/src/sys/arch/aarch64/aarch64/
cpu.c
214
const char *
cpu_vendor
;
member in struct:cpuidtab
266
cpuids[i].
cpu_vendor
, cpuids[i].cpu_name,
Completed in 47 milliseconds
1
2
Indexes created Wed Oct 15 16:09:53 GMT 2025