Home
last modified time | relevance | path

Searched full:remapped (Results 1 – 25 of 186) sorted by relevance

12345678

/linux/drivers/char/agp/
H A Dati-agp.c47 unsigned long __iomem *remapped; member
70 page_map->remapped = page_map->real; in ati_create_page_map()
73 writel(agp_bridge->scratch_page, page_map->remapped+i); in ati_create_page_map()
74 readl(page_map->remapped+i); /* PCI Posting. */ in ati_create_page_map()
256 GET_PAGE_DIR_IDX(addr)]->remapped)
355 agp_bridge->gatt_table = (u32 __iomem *) page_dir.remapped; in ati_create_gatt_table()
386 page_dir.remapped+GET_PAGE_DIR_OFF(addr)); in ati_create_gatt_table()
387 readl(page_dir.remapped+GET_PAGE_DIR_OFF(addr)); /* PCI Posting. */ in ati_create_gatt_table()
404 page_dir.remapped = (unsigned long __iomem *)agp_bridge->gatt_table; in ati_free_gatt_table()
H A Dsworks-agp.c34 unsigned long __iomem *remapped; member
58 page_map->remapped = page_map->real; in serverworks_create_page_map()
61 writel(agp_bridge->scratch_page, page_map->remapped+i); in serverworks_create_page_map()
122 GET_PAGE_DIR_IDX(addr)]->remapped)
157 writel(agp_bridge->scratch_page, serverworks_private.scratch_dir.remapped+i); in serverworks_create_gatt_table()
158 writel(virt_to_phys(serverworks_private.scratch_dir.real) | 1, page_dir.remapped+i); in serverworks_create_gatt_table()
169 agp_bridge->gatt_table = (u32 __iomem *)page_dir.remapped; in serverworks_create_gatt_table()
182 writel(virt_to_phys(serverworks_private.gatt_pages[i]->real)|1, page_dir.remapped+i); in serverworks_create_gatt_table()
192 page_dir.remapped = (unsigned long __iomem *)agp_bridge->gatt_table; in serverworks_free_gatt_table()
H A Damd-k7-agp.c28 unsigned long __iomem *remapped; member
46 page_map->remapped = page_map->real; in amd_create_page_map()
49 writel(agp_bridge->scratch_page, page_map->remapped+i); in amd_create_page_map()
50 readl(page_map->remapped+i); /* PCI Posting. */ in amd_create_page_map()
121 GET_PAGE_DIR_IDX(addr)]->remapped)
144 agp_bridge->gatt_table = (u32 __iomem *)page_dir.remapped; in amd_create_gatt_table()
158 page_dir.remapped+GET_PAGE_DIR_OFF(addr)); in amd_create_gatt_table()
159 readl(page_dir.remapped+GET_PAGE_DIR_OFF(addr)); /* PCI Posting. */ in amd_create_gatt_table()
177 page_dir.remapped = (unsigned long __iomem *)agp_bridge->gatt_table; in amd_free_gatt_table()
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h58 void __iomem *fb_base; /* remapped framebuffer */
59 void __iomem *mmio_base; /* remapped registers */
60 size_t mapped_vram; /* length of remapped vram */
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_mips.h110 * that would otherwise be erroneously remapped by the MIPS wrapper.
133 * used as input address and remapped to the actual physical address
134 * - log2 of size of the region remapped by the MIPS wrapper, i.e. number of bits from
136 * (this defines both the alignment and the maximum size of the remapped region)
137 * - one or more code/data segments within the remapped region.
/linux/drivers/md/dm-vdo/indexer/
H A Dconfig.h83 /* Virtual chapter remapped from physical chapter 0 */
85 /* New physical chapter which remapped chapter was moved to */
H A Dgeometry.h28 /* Virtual chapter remapped from physical chapter 0 */
30 /* New physical chapter where the remapped chapter can be found */
/linux/drivers/gpib/agilent_82350b/
H A Dagilent_82350b.c651 dev_dbg(board->gpib_dev, "plx base address remapped to 0x%p\n", a_priv->plx_base); in agilent_82350b_generic_attach()
656 dev_dbg(board->gpib_dev, "chip base address remapped to 0x%p\n", a_priv->gpib_base); in agilent_82350b_generic_attach()
662 dev_dbg(board->gpib_dev, "sram base address remapped to 0x%p\n", a_priv->sram_base); in agilent_82350b_generic_attach()
667 dev_dbg(board->gpib_dev, "borg base address remapped to 0x%p\n", a_priv->borg_base); in agilent_82350b_generic_attach()
677 dev_dbg(board->gpib_dev, "chip base address remapped to 0x%p\n", a_priv->gpib_base); in agilent_82350b_generic_attach()
681 dev_dbg(board->gpib_dev, "sram base address remapped to 0x%p\n", a_priv->sram_base); in agilent_82350b_generic_attach()
684 dev_dbg(board->gpib_dev, "misc base address remapped to 0x%p\n", a_priv->misc_base); in agilent_82350b_generic_attach()
/linux/arch/arm64/include/asm/
H A Defi.h109 * On ARM systems, virtually remapped UEFI runtime services are set up in two
115 * - During an early initcall(), the EFI system table is permanently remapped
/linux/arch/x86/xen/
H A Dsetup.c51 * The physical page behind this address is remapped as needed to different
341 * to Xen and not remapped.
449 * to be remapped memory itself in a linked list anchored at xen_remap_mfn.
457 unsigned long remapped = 0; in xen_remap_memory() local
473 remapped++; in xen_remap_memory()
494 pr_info("Remapped %ld page(s)\n", remapped); in xen_remap_memory()
H A Dp2m.c791 /* Remapped non-RAM areas */
808 unsigned int remapped = 0; in xen_do_remap_nonram() local
823 remapped++; in xen_do_remap_nonram()
829 pr_info("Remapped %u non-RAM page(s)\n", remapped); in xen_do_remap_nonram()
834 * Xen variant of acpi_os_ioremap() taking potentially remapped non-RAM
/linux/lib/
H A Ddevres.c185 * Return: a pointer to the remapped memory or an ERR_PTR() encoded error code
201 * Return: a pointer to the remapped memory or an ERR_PTR() encoded error code
278 * Return: a pointer to the remapped memory or NULL on failure.
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.h48 * @ipc_regs: Remapped CP doorbell address of the irq register
50 * @scratchpad: Remapped CP scratchpad address, to send the
/linux/arch/powerpc/mm/nohash/
H A De500.c290 unsigned long remapped; in mmu_mark_rodata_ro() local
292 remapped = map_mem_in_cams(__max_low_memory, CONFIG_LOWMEM_CAM_NUM, false, false); in mmu_mark_rodata_ro()
294 if (WARN_ON(__max_low_memory != remapped)) in mmu_mark_rodata_ro()
/linux/drivers/clk/ux500/
H A Dreset-prcc.h13 * @base: the remapped PRCC bases
/linux/drivers/net/ethernet/tehuti/
H A Dtn40_regs.h10 /* Registers from 0x0000-0x00fc were remapped to 0x4000-0x40fc */
94 /* Registers from 0x0100-0x0150 were remapped to 0x5100-0x5150 */
/linux/Documentation/ABI/testing/
H A Ddebugfs-intel-iommu59 Remapped Interrupt supported on IOMMU: dmar0
66 Remapped Interrupt supported on IOMMU: dmar1
/linux/Documentation/devicetree/bindings/power/
H A Dqcom,kpss-acc-v2.yaml14 There is one ACC register region per CPU within the KPSS remapped region as
/linux/drivers/pcmcia/
H A Dbcm63xx_pcmcia.h34 /* base remapped address of registers */
/linux/arch/x86/platform/efi/
H A Defi_stub_32.S47 /* grab the virtually remapped EFI runtime services table pointer */
/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,kpss-acc-v1.yaml14 There is one ACC register region per CPU within the KPSS remapped region as
/linux/Documentation/userspace-api/
H A Dmseal.rst19 or .text pages can get remapped. Memory sealing can automatically be
138 protect them from ever changing to writable or unmmap/remapped as different
/linux/sound/pci/lx6464es/
H A Dlx6464es.h64 void __iomem *port_plx_remapped; /* remapped plx port */
/linux/drivers/accessibility/speakup/
H A DDefaultKeyAssignments6 We have remapped the insert or zero key on the keypad to act as a
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-dust.rst22 This emulates the "remapped sector" behavior of a drive with bad
259 excessive logging (from bad blocks added, removed, or "remapped").

12345678