Searched refs:boot_cpu_data (Results 151 - 175 of 206) sorted by relevance

123456789

/linux-master/drivers/iommu/amd/
H A Dinit.c1712 if ((boot_cpu_data.x86 != 0x15) ||
1713 (boot_cpu_data.x86_model < 0x10) ||
1714 (boot_cpu_data.x86_model > 0x1f))
1743 if ((boot_cpu_data.x86 != 0x15) ||
1744 (boot_cpu_data.x86_model < 0x30) ||
1745 (boot_cpu_data.x86_model > 0x3f))
3432 (boot_cpu_data.x86 != 0x17))
3436 if (boot_cpu_data.microcode >= 0x08001205)
3439 if ((boot_cpu_data.microcode >= 0x08001126) &&
3440 (boot_cpu_data
[all...]
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dif.c413 struct cpuinfo_x86 *c = &boot_cpu_data;
/linux-master/arch/x86/pci/
H A Dcommon.c483 struct cpuinfo_x86 *c = &boot_cpu_data;
/linux-master/arch/sh/kernel/
H A Dptrace_32.c194 if ((boot_cpu_data.flags & CPU_HAS_FPU))
/linux-master/drivers/parisc/
H A Dsba_iommu.c1152 if ( ((boot_cpu_data.pdc.cpuid >> 5) & 0x7f) != 0x13
1153 || (boot_cpu_data.pdc.versions > 0x202)
1154 || (boot_cpu_data.pdc.capabilities & 0x08L) )
1770 ioc_needs_fdc = boot_cpu_data.pdc.capabilities & PDC_MODEL_IOPDIR_FDC;
/linux-master/arch/mips/include/asm/
H A Dio.h188 ioremap_prot((offset), (size), boot_cpu_data.writecombine)
/linux-master/drivers/ras/
H A Dcec.c570 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.c413 if (boot_cpu_data.x86 >= 0x1A)
/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/acpi/x86/
H A Ds2idle.c357 return boot_cpu_data.x86_vendor == X86_VENDOR_AMD;
/linux-master/drivers/edac/
H A Damd64_edac.c3756 pvt->ext_model = boot_cpu_data.x86_model >> 4;
3757 pvt->stepping = boot_cpu_data.x86_stepping;
3758 pvt->model = boot_cpu_data.x86_model;
3759 pvt->fam = boot_cpu_data.x86;
4037 if (boot_cpu_data.x86 >= 0x17) {
4051 if (boot_cpu_data.x86 < 0x17)
4175 if (boot_cpu_data.x86 >= 0x17) {
4209 if (boot_cpu_data.x86 >= 0x17)
/linux-master/drivers/acpi/
H A Dprocessor_idle.c188 switch (boot_cpu_data.x86_vendor) {
541 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1388 get_cpu_cap(&boot_cpu_data);
1398 get_cpu_address_sizes(&boot_cpu_data);
/linux-master/arch/mips/kernel/
H A Dperf_event_mipsxx.c174 if ((boot_cpu_data.processor_id & PRID_COMP_MASK) == PRID_COMP_LEGACY)
176 if ((boot_cpu_data.processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64C)
178 if ((boot_cpu_data.processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G)
/linux-master/drivers/idle/
H A Dintel_idle.c1993 switch (boot_cpu_data.x86_model) {
2198 if (boot_cpu_data.cpuid_level < CPUID_MWAIT_LEAF)
2223 boot_cpu_data.x86_model);
/linux-master/drivers/thermal/intel/
H A Dtherm_throt.c712 if (intel_thermal_supported(&boot_cpu_data))
/linux-master/arch/parisc/kernel/
H A Dtraps.c345 if (boot_cpu_data.cpu_type >= pcxu) {
H A Dfirmware.c66 #include <asm/processor.h> /* for boot_cpu_data */
938 #define IS_SPROCKETS() (strlen(boot_cpu_data.pdc.sys_model_name) == 14 && \
939 strncmp(boot_cpu_data.pdc.sys_model_name, "9000/785", 8) == 0)
/linux-master/drivers/char/tpm/
H A Dtpm_crb.c810 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD &&
/linux-master/arch/x86/kernel/
H A Dprocess.c858 const struct cpuinfo_x86 *c = &boot_cpu_data;
/linux-master/arch/x86/events/intel/
H A Dlbr.c1460 if (boot_cpu_data.x86_model == 28
1461 && boot_cpu_data.x86_stepping < 10) {
H A Dcore.c4701 if ((boot_cpu_data.x86_model == INTEL_FAM6_METEORLAKE) ||
4702 (boot_cpu_data.x86_model == INTEL_FAM6_METEORLAKE_L))
6169 if (!cpu_has(&boot_cpu_data, X86_FEATURE_ARCH_PERFMON)) {
6170 switch (boot_cpu_data.x86) {
6248 switch (boot_cpu_data.x86_model) {
6501 if (boot_cpu_data.x86_model == INTEL_FAM6_SANDYBRIDGE_X)
6544 if (boot_cpu_data.x86_model == INTEL_FAM6_IVYBRIDGE_X)
/linux-master/arch/x86/crypto/
H A Dcamellia_glue.c1360 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
1363 if (boot_cpu_data.x86 == 0x0f) {
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c317 const unsigned long clflush_size = boot_cpu_data.x86_clflush_size;
379 if (cache && boot_cpu_data.x86 >= 4)
/linux-master/drivers/cpufreq/
H A Dpowernow-k8.c1202 num_online_nodes(), boot_cpu_data.x86_model_id, supported_cpus);

Completed in 459 milliseconds

123456789