Searched refs:boot_cpu_data (Results 1 - 25 of 206) sorted by relevance

123456789

/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c15 boot_cpu_data.family = CPU_FAMILY_SH2A;
18 boot_cpu_data.flags |= CPU_HAS_OP32;
21 boot_cpu_data.type = CPU_SH7201;
22 boot_cpu_data.flags |= CPU_HAS_FPU;
24 boot_cpu_data.type = CPU_SH7203;
25 boot_cpu_data.flags |= CPU_HAS_FPU;
27 boot_cpu_data.type = CPU_SH7263;
28 boot_cpu_data.flags |= CPU_HAS_FPU;
30 boot_cpu_data.type = CPU_SH7264;
31 boot_cpu_data
[all...]
/linux-master/arch/x86/include/asm/
H A Dgeode.h16 return ((boot_cpu_data.x86_vendor == X86_VENDOR_NSC) &&
17 (boot_cpu_data.x86 == 5) &&
18 (boot_cpu_data.x86_model == 5));
23 return ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) &&
24 (boot_cpu_data.x86 == 5) &&
25 (boot_cpu_data.x86_model == 10));
H A Damd_nb.h104 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD)
108 if (boot_cpu_data.x86 == 0xf || boot_cpu_data.x86 == 0x10 ||
109 (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model < 0x10))
H A Dacpi.h90 if (boot_cpu_data.x86 == 0x0F &&
91 boot_cpu_data.x86_vendor == X86_VENDOR_AMD &&
92 boot_cpu_data.x86_model <= 0x05 &&
93 boot_cpu_data.x86_stepping < 0x0A)
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dprobe.c50 boot_cpu_data.dcache.ways = 4;
51 boot_cpu_data.dcache.entry_shift = 4;
52 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES;
53 boot_cpu_data.dcache.flags = 0;
60 boot_cpu_data.dcache.way_incr = (1 << 11);
61 boot_cpu_data.dcache.entry_mask = 0x7f0;
62 boot_cpu_data.dcache.sets = 128;
63 boot_cpu_data.type = CPU_SH7708;
65 boot_cpu_data.flags |= CPU_HAS_MMU_PAGE_ASSOC;
67 boot_cpu_data
[all...]
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dprobe.c35 boot_cpu_data.icache.way_incr = (1 << 13);
36 boot_cpu_data.icache.entry_shift = 5;
37 boot_cpu_data.icache.sets = 256;
38 boot_cpu_data.icache.ways = 1;
39 boot_cpu_data.icache.linesz = L1_CACHE_BYTES;
44 boot_cpu_data.dcache.way_incr = (1 << 14);
45 boot_cpu_data.dcache.entry_shift = 5;
46 boot_cpu_data.dcache.sets = 512;
47 boot_cpu_data.dcache.ways = 1;
48 boot_cpu_data
[all...]
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dprobe.c33 boot_cpu_data.type = CPU_SH7619;
34 boot_cpu_data.dcache.ways = 4;
35 boot_cpu_data.dcache.way_incr = (1<<12);
36 boot_cpu_data.dcache.sets = 256;
37 boot_cpu_data.dcache.entry_shift = 4;
38 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES;
39 boot_cpu_data.dcache.flags = 0;
51 boot_cpu_data.type = CPU_J2;
56 boot_cpu_data.dcache.ways = 1;
57 boot_cpu_data
[all...]
/linux-master/arch/x86/mm/
H A Dphysaddr.h7 return !(addr >> boot_cpu_data.x86_phys_bits);
H A Dmaccess.c33 if (!boot_cpu_data.x86_virt_bits)
36 return __is_canonical_address(vaddr, boot_cpu_data.x86_virt_bits);
/linux-master/arch/parisc/kernel/
H A Dprocessor.c34 struct system_cpuinfo_parisc boot_cpu_data __ro_after_init;
35 EXPORT_SYMBOL(boot_cpu_data); variable
47 ** Monarch CPU will initialize boot_cpu_data which shouldn't
94 if (boot_cpu_data.cpu_count > 0) {
103 cpuid = boot_cpu_data.cpu_count;
152 boot_cpu_data.cpu_count--;
162 boot_cpu_data.cpu_count++;
224 * collect_boot_cpu_data - Fill the boot_cpu_data structure.
227 * in the boot_cpu_data structure.
234 memset(&boot_cpu_data,
[all...]
H A Dalternative.c42 (((boot_cpu_data.cpu_type > pcxw_) &&
43 ((boot_cpu_data.pdc.capabilities & PDC_MODEL_IOPDIR_FDC) == 0))
72 if (boot_cpu_data.cpu_type >= pcxu) /* >= pa2.0 ? */
/linux-master/arch/sh/mm/
H A Dcache-shx3.c27 if (boot_cpu_data.dcache.n_aliases || boot_cpu_data.icache.n_aliases) {
30 boot_cpu_data.icache.n_aliases = 0;
31 boot_cpu_data.dcache.n_aliases = 0;
H A Dcache.c66 if (boot_cpu_data.dcache.n_aliases && folio_mapped(folio) &&
73 if (boot_cpu_data.dcache.n_aliases)
87 if (boot_cpu_data.dcache.n_aliases && page_mapcount(page) &&
94 if (boot_cpu_data.dcache.n_aliases)
107 if (boot_cpu_data.dcache.n_aliases && folio_mapped(src) &&
146 if (!boot_cpu_data.dcache.n_aliases)
164 if (boot_cpu_data.dcache.n_aliases && folio_mapped(folio) &&
186 if (boot_cpu_data.dcache.n_aliases == 0)
194 if (boot_cpu_data.dcache.n_aliases == 0)
268 boot_cpu_data
[all...]
/linux-master/arch/x86/kernel/acpi/
H A Dcppc.c16 switch (boot_cpu_data.x86_vendor) {
19 if (boot_cpu_data.x86 == 0x19 && ((boot_cpu_data.x86_model <= 0x0f) ||
20 (boot_cpu_data.x86_model >= 0x20 && boot_cpu_data.x86_model <= 0x2f)))
22 else if (boot_cpu_data.x86 == 0x17 &&
23 boot_cpu_data.x86_model >= 0x30 && boot_cpu_data.x86_model <= 0x7f)
110 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD)
/linux-master/arch/um/include/asm/
H A Dcpufeature.h55 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit)
62 set_cpu_cap(&boot_cpu_data, bit); \
112 [cap_byte] "m" (((const char *)boot_cpu_data.x86_capability)[bit >> 3])
131 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit))
132 #define boot_cpu_set_bug(bit) set_cpu_cap(&boot_cpu_data, (bit))
138 #define CPU_FEATURE_TYPEVAL boot_cpu_data.x86_vendor, boot_cpu_data.x86, \
139 boot_cpu_data.x86_model
H A Dprocessor-generic.h91 extern struct cpuinfo_um boot_cpu_data;
93 #define cpu_data(cpu) boot_cpu_data
94 #define current_cpu_data boot_cpu_data
95 #define cache_line_size() (boot_cpu_data.cache_alignment)
/linux-master/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c48 switch (boot_cpu_data.x86_vendor) {
55 if (cpu_has(&boot_cpu_data, X86_FEATURE_ARCH_PERFMON))
58 switch (boot_cpu_data.x86) {
81 switch (boot_cpu_data.x86_vendor) {
88 if (cpu_has(&boot_cpu_data, X86_FEATURE_ARCH_PERFMON))
91 switch (boot_cpu_data.x86) {
H A Dmatch.c40 struct cpuinfo_x86 *c = &boot_cpu_data;
65 struct cpuinfo_x86 *c = &boot_cpu_data;
86 if (!res || res->x86_microcode_rev > boot_cpu_data.microcode)
/linux-master/arch/x86/kernel/fpu/
H A Dbugs.c59 set_cpu_bug(&boot_cpu_data, X86_BUG_FDIV);
/linux-master/arch/x86/crypto/
H A Dtwofish_glue_3way.c107 if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
110 if (boot_cpu_data.x86 == 0x06 &&
111 (boot_cpu_data.x86_model == 0x1c ||
112 boot_cpu_data.x86_model == 0x26 ||
113 boot_cpu_data.x86_model == 0x36)) {
126 if (boot_cpu_data.x86 == 0x0f) {
/linux-master/drivers/staging/media/atomisp/include/linux/
H A Datomisp_platform.h220 #define __IS_SOC(x) (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && \
221 boot_cpu_data.x86 == 6 && \
222 boot_cpu_data.x86_model == (x))
223 #define __IS_SOCS(x,y) (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && \
224 boot_cpu_data.x86 == 6 && \
225 (boot_cpu_data.x86_model == (x) || \
226 boot_cpu_data.x86_model == (y)))
/linux-master/drivers/hwmon/
H A Dk10temp.c315 if (boot_cpu_data.x86 != 0x10)
341 return boot_cpu_data.x86_model < 4 ||
342 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2);
416 if (boot_cpu_data.x86 == 0x17 &&
417 strstr(boot_cpu_data.x86_model_id, AMD_I3255_STR)) {
421 if (boot_cpu_data.x86 == 0x15 &&
422 ((boot_cpu_data.x86_model & 0xf0) == 0x60 ||
423 (boot_cpu_data.x86_model & 0xf0) == 0x70)) {
426 } else if (boot_cpu_data
[all...]
/linux-master/arch/parisc/lib/
H A Ddelay.c21 #include <asm/processor.h> /* for boot_cpu_data */
70 __cr16_delay(usecs * ((unsigned long)boot_cpu_data.cpu_hz / 1000000UL));
/linux-master/arch/x86/video/
H A Dfbdev.c21 if (boot_cpu_data.x86 > 3)
/linux-master/arch/sh/kernel/cpu/
H A Dfpu.c14 if ((boot_cpu_data.flags & CPU_HAS_FPU) && tsk == current)
29 if (boot_cpu_data.flags & CPU_HAS_FPU) {

Completed in 227 milliseconds

123456789