Searched refs:prom_strstr (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | prom_init.c | 310 static char __init *prom_strstr(const char *s1, const char *s2) in prom_strstr() function 807 opt = prom_strstr(prom_cmd_line, "iommu="); in early_cmdline_parse() 819 opt = prom_strstr(prom_cmd_line, "mem="); in early_cmdline_parse() 831 opt = prom_strstr(prom_cmd_line, "disable_radix"); in early_cmdline_parse() 847 opt = prom_strstr(prom_cmd_line, "radix_hcall_invalidate=on"); in early_cmdline_parse() 853 opt = prom_strstr(prom_cmd_line, "xive=off"); in early_cmdline_parse() 861 opt = prom_strstr(prom_cmd_line, "svm="); in early_cmdline_parse() 2009 if ((type[0] == 0) || (prom_strstr(type, "pci") == NULL)) in prom_initialize_tce_table() 2014 if ((prom_strstr(compatible, "python") == NULL) && in prom_initialize_tce_table() 2015 (prom_strstr(compatible, "Speedwagon") == NULL) && in prom_initialize_tce_table() [all …]
|