/linux-6.8/drivers/char/agp/ |
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()
|
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()
|
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()
|
/linux-6.8/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 253 …seq_printf(m, ", remapped [(%ux%u, src_stride=%u, dst_stride=%u, offset=%u), (%ux%u, src_stride=%u… in i915_debugfs_describe_obj() 254 vma->gtt_view.remapped.plane[0].width, in i915_debugfs_describe_obj() 255 vma->gtt_view.remapped.plane[0].height, in i915_debugfs_describe_obj() 256 vma->gtt_view.remapped.plane[0].src_stride, in i915_debugfs_describe_obj() 257 vma->gtt_view.remapped.plane[0].dst_stride, in i915_debugfs_describe_obj() 258 vma->gtt_view.remapped.plane[0].offset, in i915_debugfs_describe_obj() 259 vma->gtt_view.remapped.plane[1].width, in i915_debugfs_describe_obj() 260 vma->gtt_view.remapped.plane[1].height, in i915_debugfs_describe_obj() 261 vma->gtt_view.remapped.plane[1].src_stride, in i915_debugfs_describe_obj() 262 vma->gtt_view.remapped.plane[1].dst_stride, in i915_debugfs_describe_obj() [all …]
|
D | i915_vma_types.h | 144 /* Check that rotation/remapped shares offsets for simplicity */ in assert_i915_gem_gtt_types() 169 struct intel_remapped_info remapped; member
|
/linux-6.8/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb.h | 58 void __iomem *fb_base; /* remapped framebuffer */ 59 void __iomem *mmio_base; /* remapped registers */ 60 size_t mapped_vram; /* length of remapped vram */
|
/linux-6.8/drivers/gpu/drm/i915/selftests/ |
D | i915_vma.c | 426 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 …]
|
/linux-6.8/drivers/gpu/drm/imagination/ |
D | pvr_rogue_mips.h | 110 * that would otherwise be erroneously remapped by the MIPS wrapper. 133 * used as input address and remapped to the actual physical address 134 * - log2 of size of the region remapped by the MIPS wrapper, i.e. number of bits from 136 * (this defines both the alignment and the maximum size of the remapped region) 137 * - one or more code/data segments within the remapped region.
|
/linux-6.8/drivers/gpu/drm/xe/compat-i915-headers/ |
D | i915_vma_types.h | 49 /* Check that rotation/remapped shares offsets for simplicity */ in assert_i915_gem_gtt_types() 72 struct intel_remapped_info remapped; member
|
/linux-6.8/include/linux/ |
D | dmar.h | 205 /* Shared between remapped and posted mode*/ 217 /* Remapped mode */ 249 /* Shared between remapped and posted mode*/
|
/linux-6.8/arch/x86/xen/ |
D | setup.c | 55 * The physical page behind this address is remapped as needed to different 386 * to Xen and not remapped. 496 * to be remapped memory itself in a linked list anchored at xen_remap_mfn. 504 unsigned long remapped = 0; in xen_remap_memory() local 520 remapped++; in xen_remap_memory() 541 pr_info("Remapped %ld page(s)\n", remapped); in xen_remap_memory()
|
/linux-6.8/arch/arm64/include/asm/ |
D | efi.h | 109 * 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
|
/linux-6.8/drivers/net/wwan/iosm/ |
D | iosm_ipc_pcie.h | 48 * @ipc_regs: Remapped CP doorbell address of the irq register 50 * @scratchpad: Remapped CP scratchpad address, to send the
|
/linux-6.8/drivers/clk/ux500/ |
D | reset-prcc.h | 13 * @base: the remapped PRCC bases
|
/linux-6.8/arch/powerpc/mm/nohash/ |
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()
|
/linux-6.8/Documentation/admin-guide/mm/ |
D | numa_memory_policy.rst | 257 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
|
/linux-6.8/arch/powerpc/include/asm/ |
D | device.h | 24 * an iommu_table for remapped DMA.
|
/linux-6.8/Documentation/devicetree/bindings/power/ |
D | qcom,kpss-acc-v2.yaml | 14 There is one ACC register region per CPU within the KPSS remapped region as
|
/linux-6.8/drivers/pcmcia/ |
D | bcm63xx_pcmcia.h | 34 /* base remapped address of registers */
|
/linux-6.8/arch/x86/platform/efi/ |
D | efi_stub_32.S | 47 /* grab the virtually remapped EFI runtime services table pointer */
|
/linux-6.8/Documentation/devicetree/bindings/clock/ |
D | qcom,kpss-acc-v1.yaml | 14 There is one ACC register region per CPU within the KPSS remapped region as
|
/linux-6.8/fs/xfs/ |
D | xfs_reflink.h | 52 loff_t *remapped);
|
/linux-6.8/sound/pci/lx6464es/ |
D | lx6464es.h | 64 void __iomem *port_plx_remapped; /* remapped plx port */
|
/linux-6.8/drivers/accessibility/speakup/ |
D | DefaultKeyAssignments | 6 We have remapped the insert or zero key on the keypad to act as a
|
/linux-6.8/lib/ |
D | devres.c | 182 * Return: a pointer to the remapped memory or an ERR_PTR() encoded error code 198 * Return: a pointer to the remapped memory or an ERR_PTR() encoded error code 274 * Return: a pointer to the remapped memory or NULL on failure.
|