| /linux/drivers/char/agp/ |
| H A D | amd-k7-agp.c | 28 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()
|
| 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()
|
| H A D | efficeon-agp.c | 190 GET_PAGE_DIR_IDX(addr)]->remapped)
|
| /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_file.c | 1578 loff_t remapped = 0; in xfs_file_remap_range() local 1600 &remapped); in xfs_file_remap_range() 1633 if (ret && remapped < len && !(remap_flags & REMAP_FILE_CAN_SHORTEN)) in xfs_file_remap_range() 1635 return remapped > 0 ? remapped : ret; in xfs_file_remap_range()
|
| /linux/arch/x86/xen/ |
| H A D | p2m.c | 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()
|
| /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-xp-gp.dts | 12 * 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
|
| /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/Documentation/userspace-api/ |
| H A D | mseal.rst | 19 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/fs/ocfs2/ |
| H A D | file.c | 2710 loff_t remapped = 0; in ocfs2_remap_file_range() local 2747 remapped = ocfs2_reflink_remap_blocks(inode_in, in_bh, pos_in, in ocfs2_remap_file_range() 2752 if (remapped < 0) { in ocfs2_remap_file_range() 2753 ret = remapped; in ocfs2_remap_file_range() 2773 return remapped > 0 ? remapped : ret; in ocfs2_remap_file_range()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dpt.c | 257 size = intel_remapped_info_size(&fb->remapped_view.gtt.remapped); in intel_dpt_create()
|
| H A D | intel_fb.c | 1490 struct intel_remapped_plane_info *remap_info = &view->gtt.remapped.plane[color_plane]; in calc_plane_remap_info() 1543 check_array_bounds(display, view->gtt.remapped.plane, color_plane); in calc_plane_remap_info() 1545 if (view->gtt.remapped.plane_alignment) { in calc_plane_remap_info() 1547 view->gtt.remapped.plane_alignment); in calc_plane_remap_info() 1644 view->gtt.remapped.plane_alignment = SZ_2M / PAGE_SIZE; in intel_fb_view_init()
|
| /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/Documentation/admin-guide/mm/ |
| H A D | numa_memory_policy.rst | 266 the user should not be remapped if the task or VMA's set of allowed 272 remapped to the new set of allowed nodes. This may result in nodes 298 be remapped relative to the new set of allowed nodes. 303 remapped to the new set of allowed nodes. That remap may not 306 1,3,5 may be remapped to 7-9 and then to 1-3 if the set of
|
| /linux/Documentation/misc-devices/ |
| H A D | lis3lv02d.rst | 55 measured difference between modes. Axes are not remapped in selftest mode.
|