Searched refs:boot_cpu_data (Results 51 - 75 of 207) sorted by relevance

123456789

/linux-master/arch/x86/crypto/
H A Dblowfish_glue.c141 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
144 if (boot_cpu_data.x86 == 0x0f) {
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_wc_x86_64.c149 return boot_cpu_data.x86_vendor != X86_VENDOR_AMD;
/linux-master/arch/x86/pci/
H A Damd_bus.c148 if (boot_cpu_data.x86 > 0x11)
384 if (boot_cpu_data.x86 < 0x10)
402 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD &&
403 boot_cpu_data.x86_vendor != X86_VENDOR_HYGON)
/linux-master/arch/x86/kernel/apic/
H A Dprobe_32.c102 switch (boot_cpu_data.x86_vendor) {
/linux-master/arch/x86/platform/intel-mid/
H A Dintel-mid.c58 switch (boot_cpu_data.x86_model) {
/linux-master/arch/x86/kvm/mmu/
H A Dspte.c457 low_phys_bits = boot_cpu_data.x86_phys_bits;
459 !WARN_ON_ONCE(boot_cpu_data.x86_cache_bits >=
461 low_phys_bits = boot_cpu_data.x86_cache_bits
464 rsvd_bits(low_phys_bits, boot_cpu_data.x86_cache_bits - 1);
/linux-master/arch/x86/events/intel/
H A Dp6.c237 if (boot_cpu_data.x86_stepping < 9) {
251 switch (boot_cpu_data.x86_model) {
272 pr_cont("unsupported p6 CPU model %d ", boot_cpu_data.x86_model);
/linux-master/arch/x86/events/
H A Dmsr.c42 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL ||
43 boot_cpu_data.x86 != 6)
46 switch (boot_cpu_data.x86_vfm) {
/linux-master/arch/x86/kernel/cpu/mce/
H A Dintel.c90 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL &&
91 boot_cpu_data.x86_vendor != X86_VENDOR_ZHAOXIN)
484 struct cpuinfo_x86 *c = &boot_cpu_data;
H A Dthreshold.c62 switch (boot_cpu_data.x86_vendor) {
/linux-master/arch/x86/events/zhaoxin/
H A Dcore.c542 switch (boot_cpu_data.x86) {
549 if ((boot_cpu_data.x86_model == 0x0f && boot_cpu_data.x86_stepping >= 0x0e) ||
550 boot_cpu_data.x86_model == 0x19) {
575 switch (boot_cpu_data.x86_model) {
/linux-master/arch/x86/kernel/
H A Dtsc.c663 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
666 if (boot_cpu_data.cpuid_level < 0x15)
685 boot_cpu_data.x86_vfm == INTEL_ATOM_GOLDMONT_D)
701 if (crystal_khz == 0 && boot_cpu_data.cpuid_level >= 0x16) {
716 if (boot_cpu_data.x86_vfm == INTEL_ATOM_GOLDMONT)
736 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
739 if (boot_cpu_data.cpuid_level < 0x16)
1030 loops_per_jiffy_ref = boot_cpu_data.loops_per_jiffy;
1036 boot_cpu_data.loops_per_jiffy =
1079 if (boot_cpu_data
[all...]
H A Dsmpboot.c324 /* Copy boot_cpu_data only on the first bringup */
326 *c = boot_cpu_data;
691 if (((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && (boot_cpu_data.x86 == 6)) ||
692 ((boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) && (boot_cpu_data.x86 >= 0x18)) ||
693 ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && (boot_cpu_data.x86 >= 0xF))) {
1285 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD ||
1286 boot_cpu_data
[all...]
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c195 boot_cpu_data.x86, boot_cpu_data.x86_model);
282 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
735 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
737 else if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
750 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
811 switch (boot_cpu_data.x86_vfm) {
817 if (boot_cpu_data.x86_stepping <= 4)
830 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
886 if (boot_cpu_data
[all...]
/linux-master/arch/x86/events/amd/
H A Dibs.c413 if (boot_cpu_data.x86 == 0x10)
788 if (boot_cpu_data.x86 != 0x19 || boot_cpu_data.x86_model > 0xF ||
853 if (boot_cpu_data.x86 == 0x19 &&
854 (boot_cpu_data.x86_model <= 0xF ||
855 (boot_cpu_data.x86_model >= 0x20 &&
856 boot_cpu_data.x86_model <= 0x5F))) {
948 if (boot_cpu_data.x86 == 0x19 && boot_cpu_data.x86_model <= 0xF &&
1202 if (boot_cpu_data
[all...]
/linux-master/drivers/platform/x86/amd/
H A Dhsmp.c740 if (boot_cpu_data.x86 == 0x1A && boot_cpu_data.x86_model <= 0x0F)
777 boot_cpu_data.x86, boot_cpu_data.x86_model);
828 boot_cpu_data.x86, boot_cpu_data.x86_model);
914 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD || boot_cpu_data.x86 < 0x19) {
916 boot_cpu_data.x86, boot_cpu_data
[all...]
/linux-master/arch/mips/kernel/
H A Dptrace.c131 if (!cpu_has_watch || boot_cpu_data.watch_reg_use_cnt == 0)
145 __put_user(boot_cpu_data.watch_reg_use_cnt,
147 for (i = 0; i < boot_cpu_data.watch_reg_use_cnt; i++) {
153 __put_user(boot_cpu_data.watch_reg_masks[i],
173 if (!cpu_has_watch || boot_cpu_data.watch_reg_use_cnt == 0)
178 for (i = 0; i < boot_cpu_data.watch_reg_use_cnt; i++) {
197 for (i = 0; i < boot_cpu_data.watch_reg_use_cnt; i++) {
355 mask = boot_cpu_data.fpu_msk31;
377 __put_user(boot_cpu_data.fpu_id, data + 65);
450 membuf_write(&to, &boot_cpu_data
[all...]
H A Dtime.c53 glb_lpj_ref = boot_cpu_data.udelay_val;
/linux-master/arch/mips/include/asm/
H A Dcpu-info.h122 #define boot_cpu_data cpu_data[0] macro
/linux-master/arch/x86/kernel/fpu/
H A Dinit.c85 if (!test_cpu_cap(&boot_cpu_data, X86_FEATURE_FPU)) {
/linux-master/arch/sh/include/asm/
H A Dprocessor.h90 #define boot_cpu_data cpu_data[0] macro
H A Dcacheflush.h70 if (boot_cpu_data.dcache.n_aliases && PageAnon(page))
/linux-master/arch/parisc/kernel/
H A Dpci-dma.c408 if (boot_cpu_data.cpu_type != pcxl2 && boot_cpu_data.cpu_type != pcxl)
428 WARN_ON_ONCE(boot_cpu_data.cpu_type != pcxl2 &&
429 boot_cpu_data.cpu_type != pcxl);
/linux-master/arch/arm64/kernel/
H A Dcpuinfo.c34 static struct cpuinfo_arm64 boot_cpu_data; variable in typeref:struct:cpuinfo_arm64
487 update_cpu_features(smp_processor_id(), info, &boot_cpu_data); local
495 boot_cpu_data = *info;
496 init_cpu_features(&boot_cpu_data);
/linux-master/arch/x86/kernel/cpu/
H A Dcpuid-deps.c98 clear_cpu_cap(&boot_cpu_data, feature);

Completed in 351 milliseconds

123456789