Lines Matching full:extension
78 * isa_string_contains - check if isa string contains an extension
81 * @ext_name: the extension to search for
83 * Returns true if the extension is in the given isa string,
110 /* Check if matches the whole extension. */ in isa_string_contains()
115 * extensions with an "_", the end of a multi-letter extension will in isa_string_contains()
117 * multi-letter extension. in isa_string_contains()
128 * early_cpu_isa_ext_available - check if cpu node has an extension
132 * @ext_name: the extension to search for
134 * Returns true if the cpu node has the extension,
154 * fdt_early_match_extension_isa - check if all cpu nodes have an extension
157 * @ext_name: the extension to search for
159 * Returns true if the all available the cpu nodes have the extension,