Home
last modified time | relevance | path

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

12

/linux/drivers/char/agp/
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()
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 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()
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()
/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/fs/xfs/
H A Dxfs_reflink.h65 loff_t *remapped);
H A Dxfs_reflink.c1569 loff_t *remapped) in xfs_reflink_remap_blocks() argument
1634 *remapped = min_t(loff_t, remap_len, in xfs_reflink_remap_blocks()
/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-crs328-4c-20s-4s.dtsi10 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-crs305-1g-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-crs326-24g-2s.dtsi10 * 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
H A Darmada-370-synology-ds213j.dts7 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-synology-ds414.dts7 * Note: this Device Tree assumes that the bootloader has remapped the
/linux/arch/x86/xen/
H A Dsetup.c457 unsigned long remapped = 0; in xen_remap_memory() local
473 remapped++; in xen_remap_memory()
494 pr_info("Remapped %ld page(s)\n", remapped); in xen_remap_memory()
/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/xe/display/
H A Dxe_fb_pin.c160 dpt_size = ALIGN(intel_remapped_info_size(&view->remapped) * 8, in __xe_pin_fb_vma_dpt()
188 write_dpt_remapped(bo, &view->remapped, &dpt->vmap); in __xe_pin_fb_vma_dpt()
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-dust.rst22 This emulates the "remapped sector" behavior of a drive with bad
259 excessive logging (from bad blocks added, removed, or "remapped").
/linux/fs/btrfs/
H A Dtree-checker.c942 bool remapped; in btrfs_check_chunk_valid() local
965 remapped = (type & BTRFS_BLOCK_GROUP_REMAPPED); in btrfs_check_chunk_valid()
967 if (unlikely(!remapped && !num_stripes)) { in btrfs_check_chunk_valid()
1077 if (unlikely(remapped && in btrfs_check_chunk_valid()
1084 if (!remapped && in btrfs_check_chunk_valid()
/linux/Documentation/misc-devices/
H A Dlis3lv02d.rst55 measured difference between modes. Axes are not remapped in selftest mode.
/linux/Documentation/arch/arm/
H A Dtcm.rst36 The TCM memory can then be remapped to another address again using
/linux/Documentation/admin-guide/laptops/
H A Dsony-laptop.rst23 The "scancodes" passed to the input system (that can be remapped with udev)
/linux/Documentation/userspace-api/media/rc/
H A Drc-protos.rst417 can easily be remapped.
/linux/Documentation/driver-api/driver-model/
H A Ddriver.rst222 whose addresses are remapped by the IOMMU) might need to keep their mappings

12