Home
last modified time | relevance | path

Searched refs:model (Results 1 – 25 of 2723) sorted by relevance

12345678910>>...109

/arch/x86/kernel/cpu/microcode/
A Dintel-ucode-defs.h1 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x03, …
2 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, …
3 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, …
4 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, …
5 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, …
6 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, …
7 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, …
8 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, …
9 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, …
10 { .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x07, …
[all …]
/arch/alpha/kernel/
A Dpc873xx.c13 static unsigned int base, model; variable
23 return pc873xx_names[model]; in pc873xx_get_model()
54 model = PC87332; in pc873xx_probe()
57 model = PC87306; in pc873xx_probe()
60 model = PC87334; in pc873xx_probe()
63 model = PC87303; in pc873xx_probe()
/arch/powerpc/platforms/chrp/
A Dsetup.c103 const char *model = ""; in chrp_show_cpuinfo() local
111 if (model && !strncmp(model, "IBM,LongTrail", 13)) { in chrp_show_cpuinfo()
124 model = "4 MB"; in chrp_show_cpuinfo()
127 model = "8 MB"; in chrp_show_cpuinfo()
130 model = "16 MB"; in chrp_show_cpuinfo()
133 model = "32 MB"; in chrp_show_cpuinfo()
136 model = "64 MB"; in chrp_show_cpuinfo()
139 model = "128 MB"; in chrp_show_cpuinfo()
142 model = "Reserved"; in chrp_show_cpuinfo()
199 const char *model; in sio_init() local
[all …]
A Dpci.c214 const char *model, *machine; in chrp_find_bridges() local
267 model = of_get_property(dev, "model", NULL); in chrp_find_bridges()
268 if (model == NULL) in chrp_find_bridges()
269 model = "<none>"; in chrp_find_bridges()
270 if (strncmp(model, "IBM, Python", 11) == 0) { in chrp_find_bridges()
273 || strncmp(model, "Motorola, Grackle", 17) == 0) { in chrp_find_bridges()
284 } else if (!strncmp(model, "IBM,CPC710", 10)) { in chrp_find_bridges()
301 dev, model); in chrp_find_bridges()
/arch/x86/lib/
A Dcpu.c21 unsigned int fam, model; in x86_model() local
25 model = (sig >> 4) & 0xf; in x86_model()
28 model += ((sig >> 16) & 0xf) << 4; in x86_model()
30 return model; in x86_model()
/arch/arm64/kernel/
A Dcpu_errata.c40 range->model, in is_midr_in_range()
49 while (ranges->model) in is_midr_in_range_list()
101 u32 model; in is_kryo_midr() local
105 model = read_cpuid_id(); in is_kryo_midr()
109 return model == entry->midr_range.model; in is_kryo_midr()
182 #define CAP_MIDR_ALL_VERSIONS(model) \ argument
184 .midr_range = MIDR_ALL_VERSIONS(model)
202 #define ERRATA_MIDR_REV(model, var, rev) \ argument
208 CAP_MIDR_ALL_VERSIONS(model)
294 .midr_range.model = MIDR_QCOM_KRYO,
[all …]
/arch/arm64/boot/dts/freescale/
A Dfsl-ls2080a-simu.dts3 * Device Tree file for Freescale LS2080a software Simulator model
16 model = "Freescale Layerscape 2080a software Simulator model";
/arch/s390/kvm/
A Dkvm-s390.c1458 kvm->arch.model.ibc, in kvm_s390_set_processor()
1459 kvm->arch.model.cpuid); in kvm_s390_set_processor()
1461 kvm->arch.model.fac_list[0], in kvm_s390_set_processor()
1462 kvm->arch.model.fac_list[1], in kvm_s390_set_processor()
1647 kvm->arch.model.ibc, in kvm_s390_get_processor()
1648 kvm->arch.model.cpuid); in kvm_s390_get_processor()
1650 kvm->arch.model.fac_list[0], in kvm_s390_get_processor()
1651 kvm->arch.model.fac_list[1], in kvm_s390_get_processor()
1677 kvm->arch.model.ibc, in kvm_s390_get_machine()
1678 kvm->arch.model.cpuid); in kvm_s390_get_machine()
[all …]
/arch/m68k/atari/
A Dconfig.c71 static void atari_get_model(char *model);
567 static void atari_get_model(char *model) in atari_get_model() argument
569 strcpy(model, "Atari "); in atari_get_model()
573 strcat(model, "Mega ST"); in atari_get_model()
575 strcat(model, "ST"); in atari_get_model()
579 strcat(model, "Mega STE"); in atari_get_model()
581 strcat(model, "STE"); in atari_get_model()
586 strcat(model, "Medusa"); in atari_get_model()
588 strcat(model, "TT"); in atari_get_model()
591 strcat(model, "Falcon"); in atari_get_model()
[all …]
/arch/x86/platform/geode/
A Dnet5501.c69 unsigned char *model = rombase + boards[i].offset; in net5501_present() local
71 if (!memcmp(model, boards[i].sig, boards[i].len)) { in net5501_present()
73 KBUILD_MODNAME, model); in net5501_present()
/arch/parisc/kernel/
A Dprocessor.c242 #define p ((unsigned long *)&boot_cpu_data.pdc.model) in collect_boot_cpu_data()
243 if (pdc_model_info(&boot_cpu_data.pdc.model) == PDC_OK) { in collect_boot_cpu_data()
248 add_device_randomness(&boot_cpu_data.pdc.model, in collect_boot_cpu_data()
249 sizeof(boot_cpu_data.pdc.model)); in collect_boot_cpu_data()
286 boot_cpu_data.hversion = boot_cpu_data.pdc.model.hversion; in collect_boot_cpu_data()
287 boot_cpu_data.sversion = boot_cpu_data.pdc.model.sversion; in collect_boot_cpu_data()
342 per_cpu(cpu_data, cpunum).fp_model = coproc_cfg.model; in init_per_cpu()
346 cpunum, coproc_cfg.revision, coproc_cfg.model); in init_per_cpu()
453 boot_cpu_data.pdc.model.sw_id); in show_cpuinfo()
/arch/x86/kernel/
A Dverify_cpu.S80 # family > 6 || (family == 6 && model >= 0xd)
81 movl $0x1, %eax # check CPU family and model
91 andl $0x000f00f0, %ecx # mask model and extended model
94 jb .Lverify_cpu_check # family == 6, model < 0xd, skip
/arch/x86/boot/
A Dcpucheck.c145 is_centaur() && cpu.model >= 6) { in check_cpu()
176 (cpu.model == 9 || cpu.model == 13)) { in check_cpu()
207 cpu.model != 0x57 /*INTEL_XEON_PHI_KNL*/) in check_knl_erratum()
/arch/arm64/boot/dts/nvidia/
A Dtegra234-p3768-0000+p3767-0005.dts8 model = "NVIDIA Jetson Orin Nano Developer Kit";
12 nvidia,model = "NVIDIA Jetson Orin Nano HDA";
A Dtegra234-p3768-0000+p3767-0000.dts8 model = "NVIDIA Jetson Orin NX Engineering Reference Developer Kit";
12 nvidia,model = "NVIDIA Jetson Orin NX HDA";
/arch/loongarch/kernel/
A Denv.c44 const char *model; in init_cpu_fullname() local
49 ret = of_property_read_string(root, "model", &model); in init_cpu_fullname()
51 cpuname = kstrdup(model, GFP_KERNEL); in init_cpu_fullname()
/arch/s390/kernel/
A Dlgr.c35 char model[16]; member
76 cpascii(lgr_info->model, si->model, sizeof(si->model)); in lgr_stsi_1_1_1()
/arch/powerpc/platforms/85xx/
A Dxes_mpc85xx.c117 const char *model = "Unknown"; in xes_mpc85xx_setup_arch() local
123 model = of_get_property(root, "model", NULL); in xes_mpc85xx_setup_arch()
126 model + strlen("xes,")); in xes_mpc85xx_setup_arch()
/arch/arm64/boot/dts/mediatek/
A Dmt8195-cherry-tomato-r1.dts9 model = "Acer Tomato (rev1) board";
20 model = "mt8195_r1019_5682";
A Dmt8188-geralt-ciri-sku0.dts9 model = "Google Ciri sku0 board";
19 model = "mt8188_m98390_5682";
A Dmt8188-geralt-ciri-sku3.dts9 model = "Google Ciri sku3 board";
19 model = "mt8188_m98390_5682";
/arch/m68k/apollo/
A Dconfig.c36 static void dn_get_model(char *model);
217 static void dn_get_model(char *model) in dn_get_model() argument
219 strcpy(model, "Apollo "); in dn_get_model()
221 strcat(model, apollo_models[apollo_model - APOLLO_DN3000]); in dn_get_model()
/arch/powerpc/boot/
A D4xx.c171 char model[64]; in ibm4xx_denali_get_cs() local
178 if (getprop(devp, "model", model, sizeof(model)) <= 0) in ibm4xx_denali_get_cs()
181 model[sizeof(model)-1] = 0; in ibm4xx_denali_get_cs()
183 if (!strcmp(model, "amcc,sequoia") || in ibm4xx_denali_get_cs()
184 !strcmp(model, "amcc,rainier")) in ibm4xx_denali_get_cs()
/arch/powerpc/boot/dts/
A Diss4xx-mpic.dts22 model = "ibm,iss-4xx";
36 model = "PowerPC,4xx"; // real CPU changed in sim
50 model = "PowerPC,4xx"; // real CPU changed in sim
66 model = "PowerPC,4xx"; // real CPU changed in sim
82 model = "PowerPC,4xx"; // real CPU changed in sim
/arch/arm64/boot/dts/qcom/
A Dapq8094-sony-xperia-kitakami-karin_windy.dts12 model = "Sony Xperia Z4 Tablet (Wi-Fi)";
17 * This model uses the APQ variant of MSM8994 (APQ8094).

Completed in 48 milliseconds

12345678910>>...109