Home
last modified time | relevance | path

Searched refs:remapped (Results 1 – 25 of 54) sorted by relevance

123

/linux/drivers/char/agp/
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()
122 GET_PAGE_DIR_IDX(addr)]->remapped)
145 agp_bridge->gatt_table = (u32 __iomem *)page_dir.remapped; in amd_create_gatt_table()
159 page_dir.remapped+GET_PAGE_DIR_OFF(addr)); in amd_create_gatt_table()
160 readl(page_dir.remapped+GET_PAGE_DIR_OFF(addr)); /* PCI Posting. */ in amd_create_gatt_table()
178 page_dir.remapped = (unsigned long __iomem *)agp_bridge->gatt_table; in amd_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()
123 GET_PAGE_DIR_IDX(addr)]->remapped)
158 writel(agp_bridge->scratch_page, serverworks_private.scratch_dir.remapped+i); in serverworks_create_gatt_table()
159 writel(virt_to_phys(serverworks_private.scratch_dir.real) | 1, page_dir.remapped+i); in serverworks_create_gatt_table()
170 agp_bridge->gatt_table = (u32 __iomem *)page_dir.remapped; in serverworks_create_gatt_table()
183 writel(virt_to_phys(serverworks_private.gatt_pages[i]->real)|1, page_dir.remapped+i); in serverworks_create_gatt_table()
193 page_dir.remapped = (unsigned long __iomem *)agp_bridge->gatt_table; in serverworks_free_gatt_table()
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()
257 GET_PAGE_DIR_IDX(addr)]->remapped)
356 agp_bridge->gatt_table = (u32 __iomem *) page_dir.remapped; in ati_create_gatt_table()
387 page_dir.remapped+GET_PAGE_DIR_OFF(addr)); in ati_create_gatt_table()
388 readl(page_dir.remapped+GET_PAGE_DIR_OFF(addr)); /* PCI Posting. */ in ati_create_gatt_table()
405 page_dir.remapped = (unsigned long __iomem *)agp_bridge->gatt_table; in ati_free_gatt_table()
/linux/drivers/gpu/drm/i915/
H A Di915_debugfs.c243 vma->gtt_view.remapped.plane[0].width, in i915_debugfs_describe_obj()
244 vma->gtt_view.remapped.plane[0].height, in i915_debugfs_describe_obj()
245 vma->gtt_view.remapped.plane[0].src_stride, in i915_debugfs_describe_obj()
246 vma->gtt_view.remapped.plane[0].dst_stride, in i915_debugfs_describe_obj()
247 vma->gtt_view.remapped.plane[0].offset, in i915_debugfs_describe_obj()
248 vma->gtt_view.remapped.plane[1].width, in i915_debugfs_describe_obj()
249 vma->gtt_view.remapped.plane[1].height, in i915_debugfs_describe_obj()
250 vma->gtt_view.remapped.plane[1].src_stride, in i915_debugfs_describe_obj()
251 vma->gtt_view.remapped.plane[1].dst_stride, in i915_debugfs_describe_obj()
252 vma->gtt_view.remapped.plane[1].offset); in i915_debugfs_describe_obj()
H A Di915_vma_types.h169 struct intel_remapped_info remapped; member
/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/gpu/drm/xe/compat-i915-headers/
H A Di915_vma_types.h72 struct intel_remapped_info remapped; member
/linux/fs/xfs/
H A Dxfs_reflink.h52 loff_t *remapped);
H A Dxfs_file.c1100 loff_t remapped = 0; in xfs_file_remap_range() local
1122 &remapped); in xfs_file_remap_range()
1149 return remapped > 0 ? remapped : ret; in xfs_file_remap_range()
/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/gpu/drm/i915/selftests/
H A Di915_vma.c593 .remapped.plane[0] = *a, in igt_vma_rotate_remap()
594 .remapped.plane[1] = *b, in igt_vma_rotate_remap()
596 struct intel_remapped_plane_info *plane_info = view.remapped.plane; in igt_vma_rotate_remap()
674 sg = assert_remapped(obj, &view.remapped, n, sg); in igt_vma_rotate_remap()
1073 src_idx = remapped_index(&view.remapped, 0, x, y); in igt_vma_remapped_gtt()
/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/arch/x86/xen/
H A Dsetup.c460 unsigned long remapped = 0; in xen_remap_memory() local
476 remapped++; in xen_remap_memory()
497 pr_info("Remapped %ld page(s)\n", remapped); in xen_remap_memory()
/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-crs305-1g-4s.dtsi10 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-crs326-24g-2s.dtsi10 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-crs328-4c-20s-4s.dtsi10 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-db-xc3-24g4xg.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-db-dxbc2.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-db.dts13 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-370-rd.dts10 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-370-db.dts12 * Note: this Device Tree assumes that the bootloader has remapped the
/linux/drivers/gpu/drm/xe/display/
H A Dxe_fb_pin.c93 dpt_size = ALIGN(intel_remapped_info_size(&fb->remapped_view.gtt.remapped) * 8, in __xe_pin_fb_vma_dpt()
131 const struct intel_remapped_info *remap_info = &view->remapped; in __xe_pin_fb_vma_dpt()
/linux/drivers/accessibility/speakup/
H A DDefaultKeyAssignments6 We have remapped the insert or zero key on the keypad to act as a
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.c1440 struct intel_remapped_plane_info *remap_info = &view->gtt.remapped.plane[color_plane]; in calc_plane_remap_info()
1493 check_array_bounds(i915, view->gtt.remapped.plane, color_plane); in calc_plane_remap_info()
1495 if (view->gtt.remapped.plane_alignment) { in calc_plane_remap_info()
1497 view->gtt.remapped.plane_alignment); in calc_plane_remap_info()
1593 view->gtt.remapped.plane_alignment = SZ_2M / PAGE_SIZE; in intel_fb_view_init()
/linux/fs/ocfs2/
H A Dfile.c2687 loff_t remapped = 0; in ocfs2_remap_file_range() local
2724 remapped = ocfs2_reflink_remap_blocks(inode_in, in_bh, pos_in, in ocfs2_remap_file_range()
2729 if (remapped < 0) { in ocfs2_remap_file_range()
2730 ret = remapped; in ocfs2_remap_file_range()
2750 return remapped > 0 ? remapped : ret; in ocfs2_remap_file_range()

123