Searched refs:prom_strstr (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dprom_init.c306 static char __init *prom_strstr(const char *s1, const char *s2) function
803 opt = prom_strstr(prom_cmd_line, "iommu=");
815 opt = prom_strstr(prom_cmd_line, "mem=");
827 opt = prom_strstr(prom_cmd_line, "disable_radix");
843 opt = prom_strstr(prom_cmd_line, "radix_hcall_invalidate=on");
849 opt = prom_strstr(prom_cmd_line, "xive=off");
857 opt = prom_strstr(prom_cmd_line, "svm=");
2013 if ((type[0] == 0) || (prom_strstr(type, "pci") == NULL))
2018 if ((prom_strstr(compatible, "python") == NULL) &&
2019 (prom_strstr(compatibl
[all...]

Completed in 125 milliseconds