Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/char/agp/
Dati-agp.c47 unsigned long __iomem *remapped; member
66 page_map->remapped = page_map->real; in ati_create_page_map()
69 writel(agp_bridge->scratch_page, page_map->remapped+i); in ati_create_page_map()
70 readl(page_map->remapped+i); /* PCI Posting. */ in ati_create_page_map()
266 GET_PAGE_DIR_IDX(addr)]->remapped)
365 agp_bridge->gatt_table = (u32 __iomem *) page_dir.remapped; in ati_create_gatt_table()
396 page_dir.remapped+GET_PAGE_DIR_OFF(addr)); in ati_create_gatt_table()
397 readl(page_dir.remapped+GET_PAGE_DIR_OFF(addr)); /* PCI Posting. */ in ati_create_gatt_table()
414 page_dir.remapped = (unsigned long __iomem *)agp_bridge->gatt_table; in ati_free_gatt_table()
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()
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()
Defficeon-agp.c191 GET_PAGE_DIR_IDX(addr)]->remapped)
/Linux-v4.19/Documentation/devicetree/bindings/arm/msm/
Dqcom,kpss-acc.txt4 There is one ACC register region per CPU within the KPSS remapped region as
/Linux-v4.19/arch/arm/boot/dts/
Darmada-xp-db-xc3-24g4xg.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-xp-db-dxbc2.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-xp-db.dts13 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-370-db.dts12 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-370-rd.dts10 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-xp-gp.dts12 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-370-synology-ds213j.dts7 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-xp-synology-ds414.dts7 * Note: this Device Tree assumes that the bootloader has remapped the
Darm-realview-pb11mp.dts44 * and the first 256 are also remapped @ 0x00000000
/Linux-v4.19/arch/x86/xen/
Dsetup.c502 unsigned long remapped = 0; in xen_remap_memory() local
518 remapped++; in xen_remap_memory()
539 pr_info("Remapped %ld page(s)\n", remapped); in xen_remap_memory()
/Linux-v4.19/drivers/staging/speakup/
DDefaultKeyAssignments6 We have remapped the insert or zero key on the keypad to act as a
/Linux-v4.19/Documentation/devicetree/bindings/sram/
Dsram.txt31 be remapped as write combining. WC is used by default.
/Linux-v4.19/Documentation/
Dbus-virt-phys-mapping.txt133 be remapped as measured in units of pages, a.k.a. the pfn (the memory
172 * has to be remapped.
/Linux-v4.19/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst252 the user should not be remapped if the task or VMA's set of allowed
257 nodemask (Bind, Interleave) is remapped to the new set of
284 be remapped relative to the new set of allowed nodes.
289 remapped to the new set of allowed nodes. That remap may not
292 1,3,5 may be remapped to 7-9 and then to 1-3 if the set of
/Linux-v4.19/Documentation/misc-devices/
Dlis3lv02d50 measured difference between modes. Axes are not remapped in selftest mode.
/Linux-v4.19/Documentation/arm/
Dtcm.txt34 The TCM memory can then be remapped to another address again using
/Linux-v4.19/Documentation/laptops/
Dsony-laptop.txt20 The "scancodes" passed to the input system (that can be remapped with udev)
/Linux-v4.19/Documentation/gpu/
Dkms-properties.csv21 …mited range matrix to ensure the pixels normaly in the range 0..1.0 are remapped to the range 16/2…
/Linux-v4.19/Documentation/block/
Ddata-integrity.txt230 the sector numbers will be remapped as the request traverses the
/Linux-v4.19/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt50 Each window can be configured to be remapped via a "TCE table" (IOMMU

12