Searched refs:x86_model (Results 51 - 75 of 80) sorted by relevance

1234

/linux-master/drivers/thermal/intel/
H A Dtherm_throt.c755 if (c->x86 == 6 && (c->x86_model == 9 || c->x86_model == 13)) {
/linux-master/drivers/edac/
H A Dmce_amd.c806 fam, x86_model(m->cpuid), x86_stepping(m->cpuid),
962 xec_mask = c->x86_model == 0x60 ? 0x3f : 0x1f;
/linux-master/drivers/ras/amd/
H A Dfmpm.c765 if (!(boot_cpu_data.x86_model >= 0x90 &&
766 boot_cpu_data.x86_model <= 0x9f))
/linux-master/arch/x86/crypto/
H A Dpoly1305_glue.c272 boot_cpu_data.x86_model != INTEL_FAM6_SKYLAKE_X)
/linux-master/arch/x86/events/intel/
H A Dp4.c735 if (boot_cpu_data.x86_model != 3 &&
736 boot_cpu_data.x86_model != 4 &&
737 boot_cpu_data.x86_model != 6)
1378 boot_cpu_data.x86_model);
/linux-master/sound/soc/intel/avs/boards/
H A Des8336.c156 switch (boot_cpu_data.x86_model) {
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h338 static inline unsigned int x86_model(unsigned int eax) function
652 return x86_model(this_cpu_fms());
907 return x86_model(kvm_cpu_fms());
/linux-master/drivers/cpufreq/
H A Dpowernow-k7.c134 if ((c->x86_model == 6) && (c->x86_stepping == 0)) {
H A Dcpufreq_ondemand.c49 boot_cpu_data.x86_model >= 15)
H A Damd-pstate.c339 if (c->x86 == 0x19 && (c->x86_model >= 0x70 && c->x86_model <= 0x7f))
H A Dacpi-cpufreq.c620 (c->x86_model == 6) &&
/linux-master/arch/x86/include/asm/
H A Dprocessor.h118 __u8 x86_model; member in struct:cpuinfo_x86::__anon122::__anon123
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c309 (((c->x86 == 0x6) && (c->x86_model <= 0xd)) ||
310 ((c->x86 == 0xf) && (c->x86_model <= 0x6)))) {
/linux-master/drivers/crypto/
H A Dpadlock-aes.c507 if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) {
/linux-master/drivers/acpi/
H A Dprocessor_perflib.c283 if ((boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model < 10) ||
/linux-master/arch/x86/kernel/
H A Dmpparse.c386 (boot_cpu_data.x86_model << 4) | boot_cpu_data.x86_stepping;
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c407 switch (x86_model(eax)) {
/linux-master/drivers/iommu/amd/
H A Dinit.c1662 (boot_cpu_data.x86_model < 0x10) ||
1663 (boot_cpu_data.x86_model > 0x1f))
1693 (boot_cpu_data.x86_model < 0x30) ||
1694 (boot_cpu_data.x86_model > 0x3f))
/linux-master/drivers/idle/
H A Dintel_idle.c1993 switch (boot_cpu_data.x86_model) {
2223 boot_cpu_data.x86_model);
/linux-master/drivers/crypto/ccp/
H A Dsev-dev.c1549 boot_cpu_data.x86, boot_cpu_data.x86_model);
1553 boot_cpu_data.x86, (boot_cpu_data.x86_model & 0xf0) >> 4);
/linux-master/drivers/platform/x86/
H A Dintel_ips.c1287 if (!(boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 37)) {
/linux-master/arch/x86/kernel/cpu/
H A Dcacheinfo.c676 } else if (c->x86 == 0x17 && c->x86_model <= 0x1F) {
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c1029 boot_cpu_data.x86_model == 1 &&
/linux-master/arch/x86/virt/vmx/tdx/
H A Dtdx.c1429 switch (boot_cpu_data.x86_model) {
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c195 boot_cpu_data.x86, boot_cpu_data.x86_model);

Completed in 309 milliseconds

1234