| /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/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/fs/xfs/ |
| H A D | xfs_reflink.h | 65 loff_t *remapped);
|
| H A D | xfs_reflink.c | 1569 loff_t *remapped) in xfs_reflink_remap_blocks() argument 1634 *remapped = min_t(loff_t, remap_len, in xfs_reflink_remap_blocks()
|
| /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-db-xc3-24g4xg.dts | 9 * 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
|
| H A D | armada-xp-db-dxbc2.dts | 9 * Note: this Device Tree assumes that the bootloader has remapped the
|
| H A D | armada-xp-db.dts | 13 * Note: this Device Tree assumes that the bootloader has remapped the
|
| H A D | armada-370-rd.dts | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|
| H A D | armada-370-db.dts | 12 * Note: this Device Tree assumes that the bootloader has remapped the
|
| H A D | armada-370-synology-ds213j.dts | 7 * Note: this Device Tree assumes that the bootloader has remapped the
|
| H A D | armada-xp-synology-ds414.dts | 7 * Note: this Device Tree assumes that the bootloader has remapped the
|
| /linux/arch/x86/xen/ |
| H A D | setup.c | 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/accessibility/speakup/ |
| H A D | DefaultKeyAssignments | 6 We have remapped the insert or zero key on the keypad to act as a
|
| /linux/drivers/gpu/drm/xe/display/ |
| H A D | xe_fb_pin.c | 160 dpt_size = ALIGN(intel_remapped_info_size(&view->remapped) * 8, in __xe_pin_fb_vma_dpt() 188 write_dpt_remapped(bo, &view->remapped, &dpt->vmap); in __xe_pin_fb_vma_dpt()
|
| /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/fs/btrfs/ |
| H A D | tree-checker.c | 942 bool remapped; in btrfs_check_chunk_valid() local 965 remapped = (type & BTRFS_BLOCK_GROUP_REMAPPED); in btrfs_check_chunk_valid() 967 if (unlikely(!remapped && !num_stripes)) { in btrfs_check_chunk_valid() 1077 if (unlikely(remapped && in btrfs_check_chunk_valid() 1084 if (!remapped && in btrfs_check_chunk_valid()
|
| /linux/Documentation/misc-devices/ |
| H A D | lis3lv02d.rst | 55 measured difference between modes. Axes are not remapped in selftest mode.
|
| /linux/Documentation/arch/arm/ |
| H A D | tcm.rst | 36 The TCM memory can then be remapped to another address again using
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | sony-laptop.rst | 23 The "scancodes" passed to the input system (that can be remapped with udev)
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | rc-protos.rst | 417 can easily be remapped.
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | driver.rst | 222 whose addresses are remapped by the IOMMU) might need to keep their mappings
|