Searched refs:boot_cpu_data (Results 101 - 125 of 206) sorted by relevance

123456789

/linux-master/arch/x86/crypto/
H A Ddes3_ede_glue.c338 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
341 if (boot_cpu_data.x86 == 0x0f) {
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c256 (boot_cpu_data.x86_phys_bits - PAGE_SHIFT)) {
559 phys_hi_rsvd = GENMASK(31, boot_cpu_data.x86_phys_bits - 32);
H A Dgeneric.c107 if (!((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) &&
108 (boot_cpu_data.x86 >= 0x0f)))
666 high_width = (boot_cpu_data.x86_phys_bits - (32 - PAGE_SHIFT) + 3) / 4;
1028 if (mtrr_if == &generic_mtrr_ops && boot_cpu_data.x86 == 6 &&
1029 boot_cpu_data.x86_model == 1 &&
1030 boot_cpu_data.x86_stepping <= 7) {
H A Dcleanup.c173 mask = (1ULL << boot_cpu_data.x86_phys_bits) - 1;
823 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD &&
824 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON)
826 if (boot_cpu_data.x86 < 0xf)
/linux-master/drivers/acpi/
H A Dacpi_pad.c45 if (boot_cpu_data.cpuid_level < CPUID_MWAIT_LEAF)
65 switch (boot_cpu_data.x86_vendor) {
H A Dacpi_fpdt.c154 return !(address >> boot_cpu_data.x86_phys_bits);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c87 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL ||
88 boot_cpu_data.x86 != 6)
91 switch (boot_cpu_data.x86_model) {
1087 switch (boot_cpu_data.x86_model) {
1126 switch (boot_cpu_data.x86_model) {
1145 if (boot_cpu_data.x86_model == INTEL_FAM6_BROADWELL_X) {
H A Dmonitor.c1008 unsigned int mbm_offset = boot_cpu_data.x86_cache_mbm_width_offset;
1013 resctrl_rmid_realloc_limit = boot_cpu_data.x86_cache_size * 1024;
1014 hw_res->mon_scale = boot_cpu_data.x86_cache_occ_scale;
1015 r->num_rmid = boot_cpu_data.x86_cache_max_rmid + 1;
1076 cf_index = (boot_cpu_data.x86_cache_max_rmid + 1) / 8 - 1;
/linux-master/arch/x86/events/amd/
H A Dcore.c290 if (cpu_feature_enabled(X86_FEATURE_ZEN4) || boot_cpu_data.x86 >= 0x1a)
293 if (cpu_feature_enabled(X86_FEATURE_ZEN2) || boot_cpu_data.x86 >= 0x19)
1412 if (boot_cpu_data.x86 == 0x15) {
1416 if (boot_cpu_data.x86 >= 0x17) {
1478 if (boot_cpu_data.x86 < 6)
1495 if (boot_cpu_data.x86 >= 0x17)
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c127 m->cpuvendor = boot_cpu_data.x86_vendor;
133 m->microcode = boot_cpu_data.microcode;
1250 if (boot_cpu_data.x86_vendor == X86_VENDOR_ZHAOXIN) {
2113 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
2115 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
2383 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ||
2384 boot_cpu_data.x86_vendor == X86_VENDOR_HYGON ||
2385 boot_cpu_data.x86_vendor == X86_VENDOR_AMD ||
2386 boot_cpu_data.x86_vendor == X86_VENDOR_ZHAOXIN)
2796 if (!mce_available(&boot_cpu_data)) {
[all...]
H A Dinject.c119 m->cpuvendor = boot_cpu_data.x86_vendor;
122 m->microcode = boot_cpu_data.microcode;
543 boot_cpu_data.x86 < 0x17) {
H A Ddev-mcelog.c70 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD)
/linux-master/drivers/platform/x86/
H A Dintel_ips.c1287 if (!(boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 37)) {
1303 if (strstr(boot_cpu_data.x86_model_id, "CPU M"))
1305 else if (strstr(boot_cpu_data.x86_model_id, "CPU L"))
1307 else if (strstr(boot_cpu_data.x86_model_id, "CPU U"))
/linux-master/arch/x86/kernel/cpu/
H A Dintel.c124 if (c == &boot_cpu_data)
426 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL &&
427 boot_cpu_data.x86 == 6 &&
428 boot_cpu_data.x86_model == 1 &&
429 boot_cpu_data.x86_stepping < 8) {
/linux-master/arch/parisc/kernel/
H A Ddrivers.c926 boot_cpu_data.pdc.sys_model_name);
928 #define p ((unsigned long *)&boot_cpu_data.pdc.model)
935 boot_cpu_data.pdc.versions);
938 boot_cpu_data.pdc.cpuid);
941 boot_cpu_data.pdc.capabilities);
/linux-master/arch/sh/kernel/
H A Dsignal_32.c81 if (!(boot_cpu_data.flags & CPU_HAS_FPU))
94 if (!(boot_cpu_data.flags & CPU_HAS_FPU))
137 if (boot_cpu_data.flags & CPU_HAS_FPU) {
/linux-master/drivers/edac/
H A Dmce_amd.c409 bool k8 = (boot_cpu_data.x86 == 0xf && (m->status & BIT_64(58)));
560 if (boot_cpu_data.x86 >= 0x14) {
916 struct cpuinfo_x86 *c = &boot_cpu_data;
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c258 if (!(boot_cpu_data.flags & CPU_HAS_PERF_COUNTER)) {
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c292 if (!(boot_cpu_data.flags & CPU_HAS_PERF_COUNTER)) {
/linux-master/arch/mips/kernel/
H A Dptrace32.c121 tmp = boot_cpu_data.fpu_id;
H A Delf.c310 struct cpuinfo_mips *c = &boot_cpu_data;
/linux-master/drivers/cpufreq/
H A Dspeedstep-lib.c175 struct cpuinfo_x86 *c = &boot_cpu_data;
/linux-master/arch/x86/mm/
H A Dcpu_entry_area.c111 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
/linux-master/drivers/char/tpm/
H A Dtpm_tis_core.h213 return ((boot_cpu_data.x86_model == INTEL_FAM6_ATOM_AIRMONT) ? 1 : 0);
/linux-master/arch/x86/include/asm/
H A Dmce.h92 #define MCI_ADDR_PHYSADDR GENMASK_ULL(boot_cpu_data.x86_phys_bits - 1, 0)

Completed in 584 milliseconds

123456789