/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-udmabuf.c | 72 res->remapped = mmap(NULL, res->blob_size, PROT_READ, in virtio_gpu_remap_udmabuf() 74 if (res->remapped == MAP_FAILED) { in virtio_gpu_remap_udmabuf() 77 res->remapped = NULL; in virtio_gpu_remap_udmabuf() 83 if (res->remapped) { in virtio_gpu_destroy_udmabuf() 84 munmap(res->remapped, res->blob_size); in virtio_gpu_destroy_udmabuf() 85 res->remapped = NULL; in virtio_gpu_destroy_udmabuf() 144 if (!res->remapped) { in virtio_gpu_init_udmabuf() 147 pdata = res->remapped; in virtio_gpu_init_udmabuf() 155 if (res->remapped) { in virtio_gpu_fini_udmabuf()
|
/openbmc/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() 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 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() 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 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() 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()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_debugfs.c | 251 vma->gtt_view.remapped.plane[0].width, in i915_debugfs_describe_obj() 252 vma->gtt_view.remapped.plane[0].height, in i915_debugfs_describe_obj() 253 vma->gtt_view.remapped.plane[0].src_stride, in i915_debugfs_describe_obj() 254 vma->gtt_view.remapped.plane[0].dst_stride, in i915_debugfs_describe_obj() 255 vma->gtt_view.remapped.plane[0].offset, in i915_debugfs_describe_obj() 256 vma->gtt_view.remapped.plane[1].width, in i915_debugfs_describe_obj() 257 vma->gtt_view.remapped.plane[1].height, in i915_debugfs_describe_obj() 258 vma->gtt_view.remapped.plane[1].src_stride, in i915_debugfs_describe_obj() 259 vma->gtt_view.remapped.plane[1].dst_stride, in i915_debugfs_describe_obj() 260 vma->gtt_view.remapped.plane[1].offset); in i915_debugfs_describe_obj()
|
H A D | i915_vma_types.h | 169 struct intel_remapped_info remapped; member
|
/openbmc/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 WARN_ON(__max_low_memory != remapped); in mmu_mark_rodata_ro()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_reflink.h | 71 loff_t *remapped);
|
H A D | xfs_file.c | 1167 loff_t remapped = 0; in xfs_file_remap_range() local 1189 &remapped); in xfs_file_remap_range() 1222 if (ret && remapped < len && !(remap_flags & REMAP_FILE_CAN_SHORTEN)) in xfs_file_remap_range() 1224 return remapped > 0 ? remapped : ret; in xfs_file_remap_range()
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_vma.c | 593 .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()
|
/openbmc/linux/arch/x86/xen/ |
H A D | p2m.c | 816 unsigned int remapped = 0; in xen_do_remap_nonram() local 831 remapped++; in xen_do_remap_nonram() 837 pr_info("Remapped %u non-RAM page(s)\n", remapped); in xen_do_remap_nonram()
|
H A D | setup.c | 461 unsigned long remapped = 0; in xen_remap_memory() local 477 remapped++; in xen_remap_memory() 498 pr_info("Remapped %ld page(s)\n", remapped); in xen_remap_memory()
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
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-crs305-1g-4s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|
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-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
|
/openbmc/qemu/docs/specs/ |
H A D | standard-vga.rst | 78 vga ioports (``0x3c0`` to ``0x3df``), remapped 1:1. Word access
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | DefaultKeyAssignments | 6 We have remapped the insert or zero key on the keypad to act as a
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 459 remapped = [] 464 remapped.append("%s:%s" % (r, t)) 465 d.setVarFlag(task, "depends", " ".join(remapped))
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_fb.c | 1429 struct intel_remapped_plane_info *remap_info = &view->gtt.remapped.plane[color_plane]; in calc_plane_remap_info() 1482 check_array_bounds(i915, view->gtt.remapped.plane, color_plane); in calc_plane_remap_info() 1484 if (view->gtt.remapped.plane_alignment) { in calc_plane_remap_info() 1486 view->gtt.remapped.plane_alignment); in calc_plane_remap_info() 1582 view->gtt.remapped.plane_alignment = SZ_2M / PAGE_SIZE; in intel_fb_view_init()
|
/openbmc/linux/fs/ocfs2/ |
H A D | file.c | 2702 loff_t remapped = 0; in ocfs2_remap_file_range() local 2739 remapped = ocfs2_reflink_remap_blocks(inode_in, in_bh, pos_in, in ocfs2_remap_file_range() 2744 if (remapped < 0) { in ocfs2_remap_file_range() 2745 ret = remapped; in ocfs2_remap_file_range() 2765 return remapped > 0 ? remapped : ret; in ocfs2_remap_file_range()
|