Home
last modified time | relevance | path

Searched full:remapped (Results 1 – 25 of 271) sorted by relevance

1234567891011

/openbmc/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c72 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 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()
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()
/openbmc/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h58 void __iomem *fb_base; /* remapped framebuffer */
59 void __iomem *mmio_base; /* remapped registers */
60 size_t mapped_vram; /* length of remapped vram */
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_debugfs.c250 …seq_printf(m, ", remapped [(%ux%u, src_stride=%u, dst_stride=%u, offset=%u), (%ux%u, src_stride=%u… in i915_debugfs_describe_obj()
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()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c426 pr_err("Invalid address, found %pad, expected 0 for remapped page (%d, %d)\n", in assert_rotated()
474 pr_err("Invalid sg.length, found %d, expected %lu for remapped page (%d, %d) [src index %lu]\n", in assert_remapped()
481 pr_err("Invalid address for remapped page (%d, %d) [src index %lu]\n", in assert_remapped()
495 pr_err("Unexpected sg tail with %d size for remapped page (%d, %d)\n", in assert_remapped()
513 pr_err("Invalid sg.length, found %u, expected %u for remapped page (%d, %d)\n", in assert_remapped()
520 pr_err("Invalid address, found %pad, expected 0 for remapped page (%d, %d)\n", in assert_remapped()
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()
[all …]
/openbmc/linux/include/linux/
H A Ddmar.h205 /* Shared between remapped and posted mode*/
217 /* Remapped mode */
249 /* Shared between remapped and posted mode*/
/openbmc/linux/arch/arm64/include/asm/
H A Defi.h109 * 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
/openbmc/linux/drivers/clk/ux500/
H A Dreset-prcc.h13 * @base: the remapped PRCC bases
/openbmc/linux/arch/x86/xen/
H A Dsetup.c55 * The physical page behind this address is remapped as needed to different
345 * to Xen and not remapped.
453 * to be remapped memory itself in a linked list anchored at xen_remap_mfn.
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()
H A Dp2m.c799 /* Remapped non-RAM areas */
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()
842 * Xen variant of acpi_os_ioremap() taking potentially remapped non-RAM
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.h48 * @ipc_regs: Remapped CP doorbell address of the irq register
50 * @scratchpad: Remapped CP scratchpad address, to send the
/openbmc/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 WARN_ON(__max_low_memory != remapped); in mmu_mark_rodata_ro()
/openbmc/u-boot/tools/
H A Djtagconsole35 echo "NOTE: the interrupt signal (normally ^C) has been remapped to ^T"
H A Dnetconsole42 echo "NOTE: the interrupt signal (normally ^C) has been remapped to ^T"
/openbmc/linux/arch/powerpc/include/asm/
H A Ddevice.h24 * an iommu_table for remapped DMA.
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst257 the user should not be remapped if the task or VMA's set of allowed
263 remapped to the new set of allowed nodes. This may result in nodes
289 be remapped relative to the new set of allowed nodes.
294 remapped to the new set of allowed nodes. That remap may not
297 1,3,5 may be remapped to 7-9 and then to 1-3 if the set of
/openbmc/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
/openbmc/linux/drivers/pcmcia/
H A Dbcm63xx_pcmcia.h34 /* base remapped address of registers */
/openbmc/linux/arch/x86/platform/efi/
H A Defi_stub_32.S47 /* grab the virtually remapped EFI runtime services table pointer */
/openbmc/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
/openbmc/linux/fs/xfs/
H A Dxfs_reflink.h52 loff_t *remapped);
/openbmc/linux/sound/pci/lx6464es/
H A Dlx6464es.h64 void __iomem *port_plx_remapped; /* remapped plx port */
/openbmc/linux/drivers/accessibility/speakup/
H A DDefaultKeyAssignments6 We have remapped the insert or zero key on the keypad to act as a

1234567891011