IORESOURCE_PREFETCH  260 arch/arm/mach-footbridge/dc21285.c 	res[1].flags = IORESOURCE_MEM | IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  126 arch/arm/mach-sa1100/pci-nanoengine.c 	.flags	= IORESOURCE_MEM  | IORESOURCE_PREFETCH,
IORESOURCE_PREFETCH  206 arch/microblaze/pci/pci-common.c 		if (found->flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  470 arch/powerpc/kernel/pci-common.c 		if (found->flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH   89 arch/powerpc/kernel/pci_of_scan.c 			flags |= IORESOURCE_PREFETCH |
IORESOURCE_PREFETCH  105 arch/powerpc/platforms/4xx/pci.c 	res->flags = IORESOURCE_MEM | IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  139 arch/powerpc/platforms/4xx/pci.c 			res->flags &= ~IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  238 arch/powerpc/platforms/4xx/pci.c 	if (flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  510 arch/powerpc/platforms/4xx/pci.c 	if (res->flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH 1878 arch/powerpc/platforms/4xx/pci.c 		if (res->flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  269 arch/powerpc/platforms/52xx/mpc52xx_pci.c 		if (res->flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  283 arch/powerpc/platforms/52xx/mpc52xx_pci.c 		if (res->flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  225 arch/powerpc/platforms/fsl_uli1575.c 		if ((flags & (IORESOURCE_MEM|IORESOURCE_PREFETCH)) == IORESOURCE_MEM)
IORESOURCE_PREFETCH  132 arch/powerpc/platforms/powernv/pci-ioda.c 	unsigned long flags = (IORESOURCE_MEM_64 | IORESOURCE_PREFETCH);
IORESOURCE_PREFETCH  485 arch/powerpc/platforms/powernv/pci-ioda.c 	res->flags = (IORESOURCE_MEM | IORESOURCE_MEM_64 | IORESOURCE_PREFETCH);
IORESOURCE_PREFETCH 3278 arch/powerpc/platforms/powernv/pci-ioda.c 			 (type & IORESOURCE_PREFETCH) &&
IORESOURCE_PREFETCH  156 arch/powerpc/sysdev/fsl_pci.c 	if (res->flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  528 arch/s390/pci/pci.c 			flags |= IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH   95 arch/sparc/kernel/of_device_32.c 		flags |= IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  158 arch/sparc/kernel/of_device_64.c 		flags |= IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  194 arch/sparc/kernel/pci.c 			flags |= IORESOURCE_PREFETCH
IORESOURCE_PREFETCH   61 arch/x86/pci/broadcom_bus.c 		res.flags = IORESOURCE_MEM | IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  740 arch/x86/pci/fixup.c 	res->flags = IORESOURCE_PREFETCH | IORESOURCE_MEM |
IORESOURCE_PREFETCH   60 drivers/acpi/ioapic.c 	if ((res->flags & IORESOURCE_PREFETCH) ||
IORESOURCE_PREFETCH  268 drivers/acpi/resource.c 		res->flags |= IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  141 drivers/of/address.c 		flags |= IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  182 drivers/pci/bus.c 		if ((r->flags & IORESOURCE_PREFETCH) &&
IORESOURCE_PREFETCH  183 drivers/pci/bus.c 		    !(res->flags & IORESOURCE_PREFETCH))
IORESOURCE_PREFETCH  976 drivers/pci/controller/pci-aardvark.c 			res_valid |= !(res->flags & IORESOURCE_PREFETCH);
IORESOURCE_PREFETCH  317 drivers/pci/controller/pci-rcar-gen2.c 		if (!(range.flags & IORESOURCE_PREFETCH)) {
IORESOURCE_PREFETCH 2210 drivers/pci/controller/pci-tegra.c 			if (res.flags & IORESOURCE_PREFETCH) {
IORESOURCE_PREFETCH  556 drivers/pci/controller/pci-v3-semi.c 		if (mem->flags & IORESOURCE_PREFETCH) {
IORESOURCE_PREFETCH   93 drivers/pci/controller/pci-versatile.c 			res_valid |= !(res->flags & IORESOURCE_PREFETCH);
IORESOURCE_PREFETCH  431 drivers/pci/controller/pci-xgene.c 			if (res->flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  508 drivers/pci/controller/pci-xgene.c 	if (range->flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  692 drivers/pci/controller/pcie-altera.c 			res_valid |= !(res->flags & IORESOURCE_PREFETCH);
IORESOURCE_PREFETCH 1034 drivers/pci/controller/pcie-rcar.c 	if (restype & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH   38 drivers/pci/hotplug/shpchp_sysfs.c 				!(res->flags & IORESOURCE_PREFETCH)) {
IORESOURCE_PREFETCH   47 drivers/pci/hotplug/shpchp_sysfs.c 			       (res->flags & IORESOURCE_PREFETCH)) {
IORESOURCE_PREFETCH  514 drivers/pci/of.c 			res_valid |= !(res->flags & IORESOURCE_PREFETCH);
IORESOURCE_PREFETCH 1207 drivers/pci/pci-sysfs.c 		    pdev->resource[i].flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  645 drivers/pci/pci.c 			if (r->flags & IORESOURCE_PREFETCH &&
IORESOURCE_PREFETCH  646 drivers/pci/pci.c 			    !(res->flags & IORESOURCE_PREFETCH))
IORESOURCE_PREFETCH 2865 drivers/pci/pci.c 		flags |= IORESOURCE_MEM | IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  145 drivers/pci/probe.c 		flags |= IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  340 drivers/pci/probe.c 		res->flags = IORESOURCE_MEM | IORESOURCE_PREFETCH |
IORESOURCE_PREFETCH  502 drivers/pci/probe.c 					 IORESOURCE_MEM | IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  272 drivers/pci/proc.c 		if (dev->resource[i].flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  317 drivers/pci/setup-bus.c 	return mask & (IORESOURCE_IO | IORESOURCE_MEM | IORESOURCE_PREFETCH);
IORESOURCE_PREFETCH  326 drivers/pci/setup-bus.c 	if (res->flags & IORESOURCE_PREFETCH) {
IORESOURCE_PREFETCH  327 drivers/pci/setup-bus.c 		if (mask & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  331 drivers/pci/setup-bus.c 			 !(res->parent->flags & IORESOURCE_PREFETCH))
IORESOURCE_PREFETCH  645 drivers/pci/setup-bus.c 	if (res->flags & IORESOURCE_PREFETCH) {
IORESOURCE_PREFETCH  676 drivers/pci/setup-bus.c 	if (type & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  689 drivers/pci/setup-bus.c 				  IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  746 drivers/pci/setup-bus.c 		b_res[2].flags |= IORESOURCE_MEM | IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  982 drivers/pci/setup-bus.c 					mask | IORESOURCE_PREFETCH, type);
IORESOURCE_PREFETCH 1149 drivers/pci/setup-bus.c 		b_res[2].flags |= IORESOURCE_MEM | IORESOURCE_PREFETCH |
IORESOURCE_PREFETCH 1229 drivers/pci/setup-bus.c 		prefmask = IORESOURCE_MEM | IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH 1245 drivers/pci/setup-bus.c 				type3 = prefmask & ~IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH 1305 drivers/pci/setup-bus.c 			     IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH 1482 drivers/pci/setup-bus.c 	(IORESOURCE_IO | IORESOURCE_MEM | IORESOURCE_PREFETCH |\
IORESOURCE_PREFETCH 1508 drivers/pci/setup-bus.c 	else if (!(type & IORESOURCE_PREFETCH))
IORESOURCE_PREFETCH 1514 drivers/pci/setup-bus.c 		 (b_res[2].flags & IORESOURCE_PREFETCH))
IORESOURCE_PREFETCH 1536 drivers/pci/setup-bus.c 		if (type & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH 1537 drivers/pci/setup-bus.c 			type = IORESOURCE_PREFETCH;
IORESOURCE_PREFETCH  262 drivers/pci/setup-res.c 				     IORESOURCE_PREFETCH | IORESOURCE_MEM_64,
IORESOURCE_PREFETCH  271 drivers/pci/setup-res.c 	if ((res->flags & (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) ==
IORESOURCE_PREFETCH  272 drivers/pci/setup-res.c 	     (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) {
IORESOURCE_PREFETCH  274 drivers/pci/setup-res.c 					     IORESOURCE_PREFETCH,
IORESOURCE_PREFETCH  286 drivers/pci/setup-res.c 	if (res->flags & (IORESOURCE_PREFETCH | IORESOURCE_MEM_64))
IORESOURCE_PREFETCH  682 drivers/pcmcia/yenta_socket.c 		    (IORESOURCE_IO | IORESOURCE_MEM | IORESOURCE_PREFETCH))
IORESOURCE_PREFETCH  728 drivers/pcmcia/yenta_socket.c 		if (type & IORESOURCE_PREFETCH) {
IORESOURCE_PREFETCH  759 drivers/pcmcia/yenta_socket.c 	program += yenta_allocate_res(socket, 2, IORESOURCE_MEM|IORESOURCE_PREFETCH,
IORESOURCE_PREFETCH 2797 drivers/rapidio/devices/tsi721.c 		if (pci_resource_flags(pdev, BAR_2) & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH 2807 drivers/rapidio/devices/tsi721.c 		if (pci_resource_flags(pdev, BAR_4) & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH  436 drivers/vfio/pci/vfio_pci_config.c 	if (flags & IORESOURCE_PREFETCH)
IORESOURCE_PREFETCH 1054 lib/vsprintf.c 		if (res->flags & IORESOURCE_PREFETCH)