Searched refs:resource_contains (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/zorro/ |
| H A D | zorro.c | 121 if (resource_contains(&bridge->resource[i], &z->resource)) in zorro_find_parent_resource()
|
| /linux/drivers/acpi/ |
| H A D | pci_mcfg.c | 211 resource_contains(&f->bus_range, bus_range)) in pci_mcfg_quirk_matches()
|
| H A D | resource.c | 1131 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
|
| /linux/drivers/memory/ |
| H A D | stm32_omm.c | 75 if (!resource_contains(omm->mm_res, &res)) { in stm32_omm_set_amcr()
|
| /linux/include/linux/ |
| H A D | ioport.h | 325 static inline bool resource_contains(const struct resource *r1, const struct resource *r2) in resource_contains() function
|
| /linux/drivers/cxl/core/ |
| H A D | hdm.c | 400 if (resource_contains(&cxlds->part[i].res, res)) { in __cxl_dpa_reserve() 539 return resource_contains(res, &_addr); in cxl_resource_contains_addr()
|
| H A D | region.c | 4028 return resource_contains(p->res, res) ? 1 : 0; in region_contains_resource()
|
| /linux/drivers/acpi/numa/ |
| H A D | hmat.c | 137 if (!resource_contains(res, backing_res)) in hmat_get_extended_linear_cache_size()
|
| /linux/tools/testing/cxl/test/ |
| H A D | cxl.c | 681 !resource_contains(&cfmws0_res, backing_res)) { in mock_hmat_get_extended_linear_cache_size()
|