| /linux/tools/perf/arch/x86/annotate/ |
| A D | instructions.c | 150 if (strstr(ins2, "jmp")) in amd__ins_is_fused() 155 (strstarts(ins1, "cmp") && !strstr(ins1, "xchg")))) { in amd__ins_is_fused() 178 if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) || in intel__ins_is_fused() 179 strstr(ins1, "test")) { in intel__ins_is_fused() 184 if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) || in intel__ins_is_fused() 185 strstr(ins1, "test") || in intel__ins_is_fused() 186 strstr(ins1, "add") || in intel__ins_is_fused() 187 strstr(ins1, "sub") || in intel__ins_is_fused() 188 strstr(ins1, "and") || in intel__ins_is_fused() 189 strstr(ins1, "inc") || in intel__ins_is_fused() [all …]
|
| /linux/arch/mips/loongson2ef/lemote-2f/ |
| A D | machtype.c | 27 if (strstr(arcs_cmdline, "PMON_VER=LM")) { in mach_prom_init_machtype() 28 if (strstr(arcs_cmdline, "PMON_VER=LM8")) in mach_prom_init_machtype() 30 else if (strstr(arcs_cmdline, "PMON_VER=LM6")) in mach_prom_init_machtype() 32 else if (strstr(arcs_cmdline, "PMON_VER=LM9")) in mach_prom_init_machtype()
|
| /linux/tools/testing/selftests/powerpc/security/ |
| A D | spectre_v2.c | 105 if (strstr(buf, "Vulnerable")) in get_sysfs_state() 107 else if (strstr(buf, "Not affected")) in get_sysfs_state() 109 else if (strstr(buf, "Indirect branch serialisation (kernel only)")) in get_sysfs_state() 111 else if (strstr(buf, "Indirect branch cache disabled")) in get_sysfs_state() 113 else if (strstr(buf, "Software count cache flush (hardware accelerated)")) in get_sysfs_state() 115 else if (strstr(buf, "Software count cache flush")) in get_sysfs_state() 117 else if (strstr(buf, "Branch predictor state flush")) in get_sysfs_state()
|
| /linux/arch/mips/loongson32/common/ |
| A D | prom.c | 28 if (strstr(arcs_cmdline, "console=ttyS3")) in prom_init() 30 else if (strstr(arcs_cmdline, "console=ttyS2")) in prom_init() 32 else if (strstr(arcs_cmdline, "console=ttyS1")) in prom_init()
|
| /linux/drivers/platform/mellanox/ |
| A D | mlxbf-pmc.c | 541 if (strstr(blk, "tilenet")) { in mlxbf_pmc_event_list() 544 } else if (strstr(blk, "tile")) { in mlxbf_pmc_event_list() 547 } else if (strstr(blk, "triogen")) { in mlxbf_pmc_event_list() 550 } else if (strstr(blk, "trio")) { in mlxbf_pmc_event_list() 565 } else if (strstr(blk, "mss")) { in mlxbf_pmc_event_list() 568 } else if (strstr(blk, "ecc")) { in mlxbf_pmc_event_list() 571 } else if (strstr(blk, "pcie")) { in mlxbf_pmc_event_list() 574 } else if (strstr(blk, "l3cache")) { in mlxbf_pmc_event_list() 577 } else if (strstr(blk, "gic")) { in mlxbf_pmc_event_list() 580 } else if (strstr(blk, "smmu")) { in mlxbf_pmc_event_list() [all …]
|
| /linux/arch/mips/pic32/pic32mzda/ |
| A D | early_console.c | 93 s = strstr(arch_cmdline, "earlyprintk="); in get_port_from_cmdline() 95 s = strstr(s, "ttyS"); in get_port_from_cmdline() 116 s = strstr(arch_cmdline, "earlyprintk="); in get_baud_from_cmdline() 118 s = strstr(s, "ttyS"); in get_baud_from_cmdline()
|
| /linux/arch/mips/loongson2ef/common/ |
| A D | machtype.c | 45 p = strstr(arcs_cmdline, "machtype="); in prom_init_machtype() 53 p = strstr(str, " "); in prom_init_machtype() 58 if (strstr(system_types[machtype], str)) { in prom_init_machtype()
|
| /linux/arch/powerpc/platforms/powermac/ |
| A D | setup.c | 321 if (strstr(boot_command_line, "adb_sync")) { in pmac_setup_arch() 360 p = strstr(boot_command_line, "root="); in note_bootable_part() 448 if (strstr(boot_command_line, "btextdbg")) { in pmac_init() 457 udbg_scc_init(!!strstr(boot_command_line, "sccdbg")); in pmac_init() 458 udbg_adb_init(!!strstr(boot_command_line, "btextdbg")); in pmac_init() 527 if (strstr(boot_command_line, "console=")) { in check_pmac_serial_console()
|
| /linux/arch/mips/ar7/ |
| A D | platform.c | 508 if (strstr(prid, "Fritz_Box_FON")) { in detect_leds() 511 } else if (strstr(prid, "Fritz_Box_")) { in detect_leds() 515 && usb_prod != NULL && strstr(usb_prod, "DSL-502T")) { in detect_leds() 518 } else if (strstr(prid, "DG834")) { in detect_leds() 521 } else if (strstr(prid, "CYWM") || strstr(prid, "CYWL")) { in detect_leds() 524 } else if (strstr(prid, "GT701")) { in detect_leds()
|
| /linux/include/linux/ |
| A D | fs_enet_pd.h | 156 if(strstr(fpi->fs_type, "SCC")) in fs_get_id() 158 if(strstr(fpi->fs_type, "FCC")) in fs_get_id() 160 if(strstr(fpi->fs_type, "FEC")) in fs_get_id()
|
| A D | fs_uart_pd.h | 64 if(strstr(fpi->fs_type, "SMC")) in fs_uart_get_id() 66 if(strstr(fpi->fs_type, "SCC")) in fs_uart_get_id()
|
| /linux/arch/x86/lib/ |
| A D | strstr_32.c | 5 char *strstr(const char *cs, const char *ct) in strstr() function 33 EXPORT_SYMBOL(strstr);
|
| /linux/arch/mips/mti-malta/ |
| A D | malta-setup.c | 103 if (strstr(fw_getcmdline(), "iobcuncached")) { in plat_setup_iocoherency() 146 optptr = strstr(argptr, "pci_clock="); in pci_clock_check() 186 if (strstr(argptr, "debug")) { in bonito_quirks_setup()
|
| /linux/tools/thermal/tmon/ |
| A D | sysfs.c | 171 if (strstr(d_name, "trip_point") && in find_tzone_tp() 172 strstr(d_name, "temp")) { in find_tzone_tp() 314 temp_str = strstr(namelist[n]->d_name, "cdev"); in scan_tzones() 366 if (strstr(ptdata.cdi[k].type, ctrl_cdev)) { in scan_cdevs() 400 if (strstr(namelist[n]->d_name, CDEV)) { in probe_thermal_sysfs() 414 } else if (strstr(namelist[n]->d_name, TZONE)) { in probe_thermal_sysfs()
|
| /linux/sound/soc/codecs/ |
| A D | rt715-sdca.c | 517 if (strstr(ucontrol->id.name, "ADC 22 Mux")) in rt715_sdca_mux_get() 519 else if (strstr(ucontrol->id.name, "ADC 23 Mux")) in rt715_sdca_mux_get() 521 else if (strstr(ucontrol->id.name, "ADC 24 Mux")) in rt715_sdca_mux_get() 523 else if (strstr(ucontrol->id.name, "ADC 25 Mux")) in rt715_sdca_mux_get() 537 if ((strstr(ucontrol->id.name, "ADC 24 Mux") || in rt715_sdca_mux_get() 538 strstr(ucontrol->id.name, "ADC 25 Mux")) && val > 0) in rt715_sdca_mux_get() 560 if (strstr(ucontrol->id.name, "ADC 22 Mux")) in rt715_sdca_mux_put() 562 else if (strstr(ucontrol->id.name, "ADC 23 Mux")) in rt715_sdca_mux_put() 564 else if (strstr(ucontrol->id.name, "ADC 24 Mux")) in rt715_sdca_mux_put() 566 else if (strstr(ucontrol->id.name, "ADC 25 Mux")) in rt715_sdca_mux_put()
|
| /linux/tools/perf/arch/x86/util/ |
| A D | kvm-stat.c | 204 if (strstr(cpuid, "Intel")) { in cpu_isa_init() 207 } else if (strstr(cpuid, "AMD") || strstr(cpuid, "Hygon")) { in cpu_isa_init()
|
| /linux/arch/powerpc/mm/ |
| A D | init_32.c | 90 if (strstr(boot_command_line, "nobats")) { in MMU_setup() 94 if (strstr(boot_command_line, "noltlbs")) { in MMU_setup()
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| A D | init.c | 145 start = strstr(line, "wireguard: "); in kmod_selftests() 150 if (strstr(start, "www.wireguard.com")) in kmod_selftests() 152 pass = strstr(start, ": pass"); in kmod_selftests()
|
| /linux/arch/um/os-Linux/ |
| A D | user_syms.c | 13 #undef strstr 24 EXPORT_SYMBOL(strstr);
|
| /linux/drivers/leds/ |
| A D | leds-mlxreg.c | 221 if (strstr(data->label, "red") || in mlxreg_led_config() 222 strstr(data->label, "orange")) { in mlxreg_led_config() 225 } else if (strstr(data->label, "amber")) { in mlxreg_led_config()
|
| /linux/drivers/firmware/ |
| A D | pcdp.c | 100 if (strstr(cmdline, "console=hcdp")) { in efi_setup_pcdp_console() 103 } else if (strstr(cmdline, "console=")) { in efi_setup_pcdp_console()
|
| /linux/lib/kunit/ |
| A D | kunit-test.c | 430 strstr(test->log, "put this in log.")); in kunit_log_test() 432 strstr(test->log, "this too.")); in kunit_log_test() 434 strstr(suite.log, "add to suite log.")); in kunit_log_test() 436 strstr(suite.log, "along with this.")); in kunit_log_test()
|
| /linux/drivers/macintosh/ |
| A D | windfarm_lm87_sensor.c | 117 if (strstr(loc, "DIMM")) in wf_lm87_probe() 119 else if (strstr(loc, "Processors")) in wf_lm87_probe()
|
| /linux/tools/testing/selftests/powerpc/pmu/ |
| A D | lib.c | 175 if (strstr(name, "libc")) { in parse_proc_maps() 178 } else if (strstr(name, "[vdso]")) { in parse_proc_maps()
|
| /linux/drivers/target/loopback/ |
| A D | tcm_loop.c | 832 ptr = strstr(i_port, "naa."); in tcm_loop_tpg_nexus_store() 842 ptr = strstr(i_port, "fc."); in tcm_loop_tpg_nexus_store() 852 ptr = strstr(i_port, "iqn."); in tcm_loop_tpg_nexus_store() 962 if (strstr(name, "tpgt_") != name) { in tcm_loop_make_naa_tpg() 1040 ptr = strstr(name, "naa."); in tcm_loop_make_scsi_hba() 1045 ptr = strstr(name, "fc."); in tcm_loop_make_scsi_hba() 1051 ptr = strstr(name, "iqn."); in tcm_loop_make_scsi_hba()
|