/Linux-v4.19/drivers/char/agp/ |
D | ati-agp.c | 47 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()
|
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()
|
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 | efficeon-agp.c | 191 GET_PAGE_DIR_IDX(addr)]->remapped)
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,kpss-acc.txt | 4 There is one ACC register region per CPU within the KPSS remapped region as
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | armada-xp-db-xc3-24g4xg.dts | 9 * Note: this Device Tree assumes that the bootloader has remapped the
|
D | armada-xp-db-dxbc2.dts | 9 * Note: this Device Tree assumes that the bootloader has remapped the
|
D | armada-xp-db.dts | 13 * Note: this Device Tree assumes that the bootloader has remapped the
|
D | armada-370-db.dts | 12 * Note: this Device Tree assumes that the bootloader has remapped the
|
D | armada-370-rd.dts | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|
D | armada-xp-gp.dts | 12 * Note: this Device Tree assumes that the bootloader has remapped the
|
D | armada-370-synology-ds213j.dts | 7 * Note: this Device Tree assumes that the bootloader has remapped the
|
D | armada-xp-synology-ds414.dts | 7 * Note: this Device Tree assumes that the bootloader has remapped the
|
D | arm-realview-pb11mp.dts | 44 * and the first 256 are also remapped @ 0x00000000
|
/Linux-v4.19/arch/x86/xen/ |
D | setup.c | 502 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/ |
D | DefaultKeyAssignments | 6 We have remapped the insert or zero key on the keypad to act as a
|
/Linux-v4.19/Documentation/devicetree/bindings/sram/ |
D | sram.txt | 31 be remapped as write combining. WC is used by default.
|
/Linux-v4.19/Documentation/ |
D | bus-virt-phys-mapping.txt | 133 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/ |
D | numa_memory_policy.rst | 252 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/ |
D | lis3lv02d | 50 measured difference between modes. Axes are not remapped in selftest mode.
|
/Linux-v4.19/Documentation/arm/ |
D | tcm.txt | 34 The TCM memory can then be remapped to another address again using
|
/Linux-v4.19/Documentation/laptops/ |
D | sony-laptop.txt | 20 The "scancodes" passed to the input system (that can be remapped with udev)
|
/Linux-v4.19/Documentation/gpu/ |
D | kms-properties.csv | 21 …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/ |
D | data-integrity.txt | 230 the sector numbers will be remapped as the request traverses the
|
/Linux-v4.19/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 50 Each window can be configured to be remapped via a "TCE table" (IOMMU
|