aperture           26 arch/alpha/include/asm/agp_backend.h 	} aperture;
aperture          929 arch/alpha/kernel/core_marvel.c 	agp->aperture.bus_base = 
aperture          931 arch/alpha/kernel/core_marvel.c 	agp->aperture.size = aper->pg_count * PAGE_SIZE;
aperture          932 arch/alpha/kernel/core_marvel.c 	agp->aperture.sysdata = aper;
aperture          940 arch/alpha/kernel/core_marvel.c 	struct marvel_agp_aperture *aper = agp->aperture.sysdata;
aperture         1025 arch/alpha/kernel/core_marvel.c 	struct marvel_agp_aperture *aper = agp->aperture.sysdata;
aperture         1033 arch/alpha/kernel/core_marvel.c 	struct marvel_agp_aperture *aper = agp->aperture.sysdata;
aperture         1041 arch/alpha/kernel/core_marvel.c 	struct marvel_agp_aperture *aper = agp->aperture.sysdata;
aperture         1045 arch/alpha/kernel/core_marvel.c 	if (addr < agp->aperture.bus_base ||
aperture         1046 arch/alpha/kernel/core_marvel.c 	    addr >= agp->aperture.bus_base + agp->aperture.size) {
aperture         1127 arch/alpha/kernel/core_marvel.c 	agp->aperture.bus_base = 0;
aperture         1128 arch/alpha/kernel/core_marvel.c 	agp->aperture.size = 0;
aperture         1129 arch/alpha/kernel/core_marvel.c 	agp->aperture.sysdata = NULL;
aperture          612 arch/alpha/kernel/core_titan.c 	agp->aperture.bus_base = 
aperture          614 arch/alpha/kernel/core_titan.c 	agp->aperture.size = aper->pg_count * PAGE_SIZE;
aperture          615 arch/alpha/kernel/core_titan.c 	agp->aperture.sysdata = aper;
aperture          623 arch/alpha/kernel/core_titan.c 	struct titan_agp_aperture *aper = agp->aperture.sysdata;
aperture          686 arch/alpha/kernel/core_titan.c 	struct titan_agp_aperture *aper = agp->aperture.sysdata;
aperture          694 arch/alpha/kernel/core_titan.c 	struct titan_agp_aperture *aper = agp->aperture.sysdata;
aperture          702 arch/alpha/kernel/core_titan.c 	struct titan_agp_aperture *aper = agp->aperture.sysdata;
aperture          706 arch/alpha/kernel/core_titan.c 	if (addr < agp->aperture.bus_base ||
aperture          707 arch/alpha/kernel/core_titan.c 	    addr >= agp->aperture.bus_base + agp->aperture.size) {
aperture          780 arch/alpha/kernel/core_titan.c 	agp->aperture.bus_base = 0;
aperture          781 arch/alpha/kernel/core_titan.c 	agp->aperture.size = 0;
aperture          782 arch/alpha/kernel/core_titan.c 	agp->aperture.sysdata = NULL;
aperture          163 arch/arc/plat-axs10x/axs10x.c static const struct aperture axc001_memmap[16] = {
aperture          186 arch/arc/plat-axs10x/axs10x.c static const struct aperture axc001_axi_tunnel_memmap[16] = {
aperture          209 arch/arc/plat-axs10x/axs10x.c static const struct aperture axs_mb_memmap[16] = {
aperture          229 arch/arc/plat-axs10x/axs10x.c axs101_set_memmap(void __iomem *base, const struct aperture map[16])
aperture         2465 drivers/acpi/nfit/core.c 			memcpy_flushcache(mmio->addr.aperture + offset, iobuf + copied, c);
aperture         2469 drivers/acpi/nfit/core.c 					mmio->addr.aperture + offset, c);
aperture         2471 drivers/acpi/nfit/core.c 			memcpy(iobuf + copied, mmio->addr.aperture + offset, c);
aperture          261 drivers/acpi/nfit/nfit.h 		void *aperture;
aperture           21 drivers/char/agp/alpha-agp.c 	dma_addr = vmf->address - vmf->vma->vm_start + agp->aperture.bus_base;
aperture           54 drivers/char/agp/alpha-agp.c 	agp_bridge->gart_bus_addr = agp->aperture.bus_base;
aperture          168 drivers/char/agp/alpha-agp.c 	aper_size->size = agp->aperture.size / (1024 * 1024);
aperture          169 drivers/char/agp/alpha-agp.c 	aper_size->num_entries = agp->aperture.size / PAGE_SIZE;
aperture           31 drivers/char/agp/nvidia-agp.c 	volatile u32 __iomem *aperture;
aperture          157 drivers/char/agp/nvidia-agp.c 	nvidia_private.aperture =
aperture          160 drivers/char/agp/nvidia-agp.c 	if (!nvidia_private.aperture)
aperture          180 drivers/char/agp/nvidia-agp.c 	iounmap((void __iomem *) nvidia_private.aperture);
aperture          286 drivers/char/agp/nvidia-agp.c 		temp = readl(nvidia_private.aperture+(i * PAGE_SIZE / sizeof(u32)));
aperture          288 drivers/char/agp/nvidia-agp.c 		temp = readl(nvidia_private.aperture+(i * PAGE_SIZE / sizeof(u32)));
aperture           35 drivers/char/agp/uninorth-agp.c static char *aperture = NULL;
aperture           43 drivers/char/agp/uninorth-agp.c 	if (aperture) {
aperture           44 drivers/char/agp/uninorth-agp.c 		char *save = aperture;
aperture           46 drivers/char/agp/uninorth-agp.c 		size = memparse(aperture, &aperture) >> 20;
aperture           47 drivers/char/agp/uninorth-agp.c 		aperture = save;
aperture           57 drivers/char/agp/uninorth-agp.c 			aperture = NULL;
aperture          721 drivers/char/agp/uninorth-agp.c module_param(aperture, charp, 0);
aperture          722 drivers/char/agp/uninorth-agp.c MODULE_PARM_DESC(aperture,
aperture          650 drivers/gpu/drm/savage/savage_bci.c 				&dev_priv->aperture);
aperture          163 drivers/gpu/drm/savage/savage_drv.h 	drm_local_map_t *aperture;
aperture           62 drivers/media/i2c/m5mols/m5mols.h 	u32 aperture;
aperture           75 drivers/media/i2c/m5mols/m5mols_capture.c 				   &exif->aperture);
aperture          107 drivers/misc/pti.c 	u32 __iomem *aperture;
aperture          114 drivers/misc/pti.c 	aperture = drv_data->pti_ioaddr + (mc->master << 15)
aperture          127 drivers/misc/pti.c 		iowrite32(ptiword, aperture);
aperture          130 drivers/misc/pti.c 	aperture += PTI_LASTDWORD_DTS;	/* adding DTS signals that is EOM */
aperture          136 drivers/misc/pti.c 	iowrite32(ptiword, aperture);
aperture           88 drivers/pci/controller/pcie-cadence-ep.c 	u32 addr0, addr1, reg, cfg, b, aperture, ctrl;
aperture           98 drivers/pci/controller/pcie-cadence-ep.c 	aperture = ilog2(sz) - 7; /* 128B -> 0, 256B -> 1, 512B -> 2, ... */
aperture          140 drivers/pci/controller/pcie-cadence-ep.c 	cfg |= (CDNS_PCIE_LM_EP_FUNC_BAR_CFG_BAR_APERTURE(b, aperture) |
aperture          169 drivers/pci/controller/pcie-rockchip-ep.c 	u32 addr0, addr1, reg, cfg, b, aperture, ctrl;
aperture          180 drivers/pci/controller/pcie-rockchip-ep.c 	aperture = ilog2(sz) - 7; /* 128B -> 0, 256B -> 1, 512B -> 2, ... */
aperture          217 drivers/pci/controller/pcie-rockchip-ep.c 	cfg |= (ROCKCHIP_PCIE_CORE_EP_FUNC_BAR_CFG_BAR_APERTURE(b, aperture) |
aperture         1509 drivers/video/fbdev/core/fbmem.c static bool apertures_overlap(struct aperture *gen, struct aperture *hw)
aperture         1528 drivers/video/fbdev/core/fbmem.c 		struct aperture *h = &hwa->ranges[i];
aperture         1530 drivers/video/fbdev/core/fbmem.c 			struct aperture *g = &gena->ranges[j];
aperture          259 drivers/video/fbdev/i810/i810.h 	struct heap_data         aperture;
aperture         1634 drivers/video/fbdev/i810/i810_main.c       	par->fb.physical = par->aperture.physical+(par->fb.offset << 12);
aperture         1635 drivers/video/fbdev/i810/i810_main.c 	par->fb.virtual = par->aperture.virtual+(par->fb.offset << 12);
aperture         1636 drivers/video/fbdev/i810/i810_main.c 	par->iring.physical = par->aperture.physical + 
aperture         1638 drivers/video/fbdev/i810/i810_main.c 	par->iring.virtual = par->aperture.virtual + 
aperture         1640 drivers/video/fbdev/i810/i810_main.c 	par->cursor_heap.virtual = par->aperture.virtual+
aperture         1646 drivers/video/fbdev/i810/i810_main.c 	if (vram + 1 > par->aperture.size >> 20)
aperture         1647 drivers/video/fbdev/i810/i810_main.c 		vram = (par->aperture.size >> 20) - 1;
aperture         1648 drivers/video/fbdev/i810/i810_main.c 	if (v_offset_default > (par->aperture.size >> 20))
aperture         1649 drivers/video/fbdev/i810/i810_main.c 		v_offset_default = (par->aperture.size >> 20);
aperture         1650 drivers/video/fbdev/i810/i810_main.c 	if (vram + v_offset_default + 1 > par->aperture.size >> 20)
aperture         1651 drivers/video/fbdev/i810/i810_main.c 		v_offset_default = (par->aperture.size >> 20) - (vram + 1);
aperture         1765 drivers/video/fbdev/i810/i810_main.c 	else if (par->aperture.size > 32 * 1024 * 1024)
aperture         1821 drivers/video/fbdev/i810/i810_main.c 		par->wc_cookie= arch_phys_wc_add((u32) par->aperture.physical,
aperture         1822 drivers/video/fbdev/i810/i810_main.c 						 par->aperture.size);
aperture         1850 drivers/video/fbdev/i810/i810_main.c 		par->aperture.physical = pci_resource_start(par->dev, 0);
aperture         1851 drivers/video/fbdev/i810/i810_main.c 		par->aperture.size = pci_resource_len(par->dev, 0);
aperture         1854 drivers/video/fbdev/i810/i810_main.c 		par->aperture.physical = pci_resource_start(par->dev, 1);
aperture         1855 drivers/video/fbdev/i810/i810_main.c 		par->aperture.size = pci_resource_len(par->dev, 1);
aperture         1858 drivers/video/fbdev/i810/i810_main.c 	if (!par->aperture.size) {
aperture         1863 drivers/video/fbdev/i810/i810_main.c 	if (!request_mem_region(par->aperture.physical, 
aperture         1864 drivers/video/fbdev/i810/i810_main.c 				par->aperture.size, 
aperture         1871 drivers/video/fbdev/i810/i810_main.c 	par->aperture.virtual = ioremap_wc(par->aperture.physical,
aperture         1872 drivers/video/fbdev/i810/i810_main.c 					   par->aperture.size);
aperture         1873 drivers/video/fbdev/i810/i810_main.c 	if (!par->aperture.virtual) {
aperture         2113 drivers/video/fbdev/i810/i810_main.c 	if (par->aperture.virtual)
aperture         2114 drivers/video/fbdev/i810/i810_main.c 		iounmap(par->aperture.virtual);
aperture         2117 drivers/video/fbdev/i810/i810_main.c 		release_mem_region(par->aperture.physical,
aperture         2118 drivers/video/fbdev/i810/i810_main.c 				   par->aperture.size);
aperture          292 drivers/video/fbdev/intelfb/intelfb.h 	struct intelfb_heap_data aperture;
aperture          450 drivers/video/fbdev/intelfb/intelfbdrv.c 	if (dinfo->aperture.virtual)
aperture          451 drivers/video/fbdev/intelfb/intelfbdrv.c 		iounmap((void __iomem *)dinfo->aperture.virtual);
aperture          456 drivers/video/fbdev/intelfb/intelfbdrv.c 		release_mem_region(dinfo->aperture.physical,
aperture          457 drivers/video/fbdev/intelfb/intelfbdrv.c 				   dinfo->aperture.size);
aperture          537 drivers/video/fbdev/intelfb/intelfbdrv.c 	dinfo->aperture.physical = pci_resource_start(pdev, aperture_bar);
aperture          538 drivers/video/fbdev/intelfb/intelfbdrv.c 	dinfo->aperture.size     = pci_resource_len(pdev, aperture_bar);
aperture          547 drivers/video/fbdev/intelfb/intelfbdrv.c 	if (!request_mem_region(dinfo->aperture.physical, dinfo->aperture.size,
aperture          646 drivers/video/fbdev/intelfb/intelfbdrv.c 	dinfo->aperture.virtual = (u8 __iomem *)ioremap_wc
aperture          647 drivers/video/fbdev/intelfb/intelfbdrv.c 		(dinfo->aperture.physical, ((offset + dinfo->fb.offset) << 12)
aperture          649 drivers/video/fbdev/intelfb/intelfbdrv.c 	if (!dinfo->aperture.virtual) {
aperture          682 drivers/video/fbdev/intelfb/intelfbdrv.c 		dinfo->ring.physical = dinfo->aperture.physical
aperture          684 drivers/video/fbdev/intelfb/intelfbdrv.c 		dinfo->ring.virtual  = dinfo->aperture.virtual
aperture          710 drivers/video/fbdev/intelfb/intelfbdrv.c 			dinfo->cursor.physical = dinfo->aperture.physical
aperture          712 drivers/video/fbdev/intelfb/intelfbdrv.c 		dinfo->cursor.virtual = dinfo->aperture.virtual
aperture          734 drivers/video/fbdev/intelfb/intelfbdrv.c 	dinfo->fb.physical = dinfo->aperture.physical
aperture          736 drivers/video/fbdev/intelfb/intelfbdrv.c 	dinfo->fb.virtual = dinfo->aperture.virtual + (dinfo->fb.offset << 12);
aperture          743 drivers/video/fbdev/intelfb/intelfbdrv.c 		dinfo->wc_cookie = arch_phys_wc_add(dinfo->aperture.physical,
aperture          744 drivers/video/fbdev/intelfb/intelfbdrv.c 						    dinfo->aperture.size);
aperture          510 include/linux/fb.h 			+ max_num * sizeof(struct aperture), GFP_KERNEL);