Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 27) sorted by relevance

12

/arch/x86/kernel/
Dreboot.c177 .matches = {
185 .matches = {
195 .matches = {
203 .matches = {
211 .matches = {
219 .matches = {
227 .matches = {
237 .matches = {
247 .matches = {
255 .matches = {
[all …]
Dio_delay.c82 .matches = {
90 .matches = {
98 .matches = {
106 .matches = {
114 .matches = {
Dsysfb_efi.c245 .matches = {
253 .matches = {
261 .matches = {
Dmmconf-fam10h_64.c227 .matches = {
/arch/x86/pci/
Dcommon.c97 .matches = {
105 .matches = {
113 .matches = {
242 .matches = {
251 .matches = {
259 .matches = {
267 .matches = {
275 .matches = {
283 .matches = {
291 .matches = {
[all …]
Dacpi.c49 .matches = {
59 .matches = {
68 .matches = {
78 .matches = {
89 .matches = {
102 .matches = {
112 .matches = {
122 .matches = {
133 .matches = {
Dfixup.c363 .matches = {
420 .matches = {
427 .matches = {
434 .matches = {
Dirq.c1101 .matches = {
1112 .matches = {
/arch/mips/include/asm/
Dmachine.h14 const struct of_device_id *matches; member
48 if (!mach->matches) in mips_machine_is_compatible()
51 for (match = mach->matches; match->compatible[0]; match++) { in mips_machine_is_compatible()
/arch/arm64/kernel/
Dcpu_errata.c519 .matches = is_affected_midr_range, \
523 .matches = is_affected_midr_range, \
534 .matches = is_affected_midr_range_list, \
672 .matches = is_kryo_midr,
713 .matches = is_kryo_midr,
763 .matches = is_affected_midr_range,
769 .matches = is_affected_midr_range,
810 .matches = cpucap_multi_entry_cap_matches,
846 .matches = has_mismatched_cache_type,
855 .matches = cpucap_multi_entry_cap_matches,
[all …]
Dcpufeature.c556 for (; caps->matches; caps++) { in init_cpu_hwcaps_indirect_list_from_array()
1274 .matches = has_useable_gicv3_cpuif,
1285 .matches = has_cpuid_feature,
1298 .matches = has_cpuid_feature,
1309 .matches = has_no_hw_prefetch,
1316 .matches = has_cpuid_feature,
1330 .matches = cpufeature_pan_not_uao,
1338 .matches = runs_at_el2,
1346 .matches = has_cpuid_feature,
1364 .matches = unmap_kernel_at_el0,
[all …]
/arch/sparc/kernel/
Dvio.c23 const struct vio_device_id *matches, in vio_match_device() argument
33 while (matches->type[0] || matches->compat[0]) { in vio_match_device()
35 if (matches->type[0]) in vio_match_device()
36 match &= !strcmp(matches->type, type); in vio_match_device()
38 if (matches->compat[0]) { in vio_match_device()
40 of_find_in_proplist(compat, matches->compat, len); in vio_match_device()
43 return matches; in vio_match_device()
44 matches++; in vio_match_device()
61 const struct vio_device_id *matches = vio_drv->id_table; in vio_bus_match() local
63 if (!matches) in vio_bus_match()
[all …]
/arch/powerpc/platforms/pseries/
Dibmebus.c179 static int ibmebus_create_devices(const struct of_device_id *matches) in ibmebus_create_devices() argument
188 if (!of_match_node(matches, child)) in ibmebus_create_devices()
337 const struct of_device_id *matches = drv->of_match_table; in ibmebus_bus_bus_match() local
339 if (!matches) in ibmebus_bus_bus_match()
342 return of_match_device(matches, dev) != NULL; in ibmebus_bus_bus_match()
/arch/x86/kernel/acpi/
Dboot.c1402 .matches = {
1414 .matches = {
1431 .matches = {
1439 .matches = {
1450 .matches = {
1461 .matches = {
1484 .matches = {
1492 .matches = {
1500 .matches = {
1508 .matches = {
[all …]
/arch/mips/generic/
Dboard-ranchu.c87 .matches = ranchu_of_match,
/arch/arm64/include/asm/
Dcpufeature.h290 bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope); member
366 for (caps = entry->match_list; caps->matches; caps++) in cpucap_multi_entry_cap_matches()
367 if (caps->matches(caps, scope)) in cpucap_multi_entry_cap_matches()
/arch/mips/lantiq/
DKconfig37 a device tree that matches the target board.
/arch/mips/bmips/
DKconfig9 a device tree that matches the target board.
/arch/arm/kernel/
Dhyp-stub.S47 cmp \mode, \reg1 @ matches primary CPU boot mode?
/arch/alpha/lib/
Dstrrchr.S61 and t3, t4, t3 # e0 : mask out char matches after null
Dev67-strrchr.S89 and t3, t4, t3 # E : mask out char matches after null
/arch/powerpc/platforms/40x/
DKconfig67 The generic virtex board support matches any device tree which
/arch/x86/power/
Dcpu.c457 .matches = {
/arch/arm64/boot/dts/marvell/
Darmada-ap806.dtsi37 * This area matches the mapping done with a
/arch/powerpc/platforms/44x/
DKconfig244 The generic virtex board support matches any device tree which

12