| /linux/drivers/char/agp/ |
| H A D | ati-agp.c | 47 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 D | sworks-agp.c | 34 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()
|
| /linux/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb.h | 58 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 D | pvr_rogue_mips.h | 110 * 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/arch/arm64/include/asm/ |
| H A D | efi.h | 109 * 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/lib/ |
| H A D | devres.c | 185 * 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/arch/x86/xen/ |
| H A D | setup.c | 51 * 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()
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_pcie.h | 48 * @ipc_regs: Remapped CP doorbell address of the irq register 50 * @scratchpad: Remapped CP scratchpad address, to send the
|
| /linux/drivers/soundwire/ |
| H A D | dmi-quirks.c | 246 dev_dbg(bus->dev, "remapped _ADR 0x%llx as 0x%llx\n", in sdw_dmi_override_adr() 257 dev_dbg(bus->dev, "remapped _ADR 0x%llx as 0x%llx\n", in sdw_dmi_override_adr()
|
| /linux/drivers/clk/ux500/ |
| H A D | reset-prcc.h | 13 * @base: the remapped PRCC bases
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | e500.c | 290 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/net/ethernet/tehuti/ |
| H A D | tn40_regs.h | 10 /* 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 D | debugfs-intel-iommu | 59 Remapped Interrupt supported on IOMMU: dmar0 66 Remapped Interrupt supported on IOMMU: dmar1
|
| /linux/Documentation/devicetree/bindings/power/ |
| H A D | qcom,kpss-acc-v2.yaml | 14 There is one ACC register region per CPU within the KPSS remapped region as
|
| /linux/drivers/pcmcia/ |
| H A D | bcm63xx_pcmcia.h | 34 /* base remapped address of registers */
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi_stub_32.S | 47 /* grab the virtually remapped EFI runtime services table pointer */
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | qcom,kpss-acc-v1.yaml | 14 There is one ACC register region per CPU within the KPSS remapped region as
|
| /linux/sound/pci/lx6464es/ |
| H A D | lx6464es.h | 64 void __iomem *port_plx_remapped; /* remapped plx port */
|
| /linux/drivers/accessibility/speakup/ |
| H A D | DefaultKeyAssignments | 6 We have remapped the insert or zero key on the keypad to act as a
|
| /linux/arch/sh/include/asm/ |
| H A D | addrspace.h | 56 * store queue cache for writeout to the remapped region.
|
| /linux/fs/xfs/ |
| H A D | xfs_reflink.h | 65 loff_t *remapped);
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-dust.rst | 22 This emulates the "remapped sector" behavior of a drive with bad 259 excessive logging (from bad blocks added, removed, or "remapped").
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-xp-crs328-4c-20s-4s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|
| H A D | armada-xp-crs305-1g-4s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|
| H A D | armada-xp-crs326-24g-2s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|