Home
last modified time | relevance | path

Searched full:mapped (Results 1 – 25 of 3792) sorted by relevance

12345678910>>...152

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Dmap_fixed_noreplace.c77 * +1 | mapped | new in main()
78 * +2 | mapped | new in main()
79 * +3 | mapped | new in main()
98 * +1 | mapped | in main()
99 * +2 | mapped | new in main()
100 * +3 | mapped | in main()
118 * +1 | mapped | in main()
119 * +2 | mapped | in main()
120 * +3 | mapped | new in main()
138 * +1 | mapped | new in main()
[all …]
/kernel/linux/linux-5.10/arch/sh/mm/
Dioremap.c8 * This is needed for high PCI addresses that aren't mapped in the
31 * On 32-bit SH, we traditionally have the whole physical address space mapped
46 * mapped. Uncached access for P1 addresses are done through P2. in __ioremap_29bit()
65 /* P4 above the store queues are always mapped. */ in __ioremap_29bit()
90 void __iomem *mapped; in __ioremap_caller() local
92 mapped = __ioremap_trapped(phys_addr, size); in __ioremap_caller()
93 if (mapped) in __ioremap_caller()
94 return mapped; in __ioremap_caller()
96 mapped = __ioremap_29bit(phys_addr, size, pgprot); in __ioremap_caller()
97 if (mapped) in __ioremap_caller()
[all …]
/kernel/linux/linux-4.19/arch/powerpc/mm/
D8xx_mmu.c28 * Return PA for this VA if it is in an area mapped with LTLBs.
45 * Return VA for a given PA mapped with LTLBs or 0 if not mapped
110 static void __init mmu_patch_cmp_limit(unsigned int *addr, unsigned long mapped) in mmu_patch_cmp_limit() argument
115 instr |= (unsigned long)__va(mapped) >> 16; in mmu_patch_cmp_limit()
121 unsigned long mapped; in mmu_mapin_ram() local
124 mapped = 0; in mmu_mapin_ram()
133 mapped = top & ~(LARGE_PAGE_SIZE_8M - 1); in mmu_mapin_ram()
136 mmu_patch_cmp_limit(&DTLBMiss_cmp, mapped); in mmu_mapin_ram()
137 mmu_patch_cmp_limit(&FixupDAR_cmp, mapped); in mmu_mapin_ram()
146 if (mapped) in mmu_mapin_ram()
[all …]
/kernel/linux/linux-5.10/drivers/mtd/maps/
DKconfig17 ROM driver code to communicate with chips which are mapped
43 are mapped on your particular target board. Refer to the
74 and RAM driver code to communicate with chips which are mapped
131 tristate "CFI Flash device mapped on PMC-Sierra MSP"
163 tristate "CFI Flash device mapped on AMD SC520 CDP"
171 tristate "CFI Flash device mapped on AMD NetSc520"
179 tristate "JEDEC Flash device mapped on Technologic Systems TS-5500"
197 tristate "CFI Flash device mapped on Arcom SBC-GXx boards"
208 tristate "CFI Flash device mapped on Intel XScale PXA2xx based boards"
214 tristate "Flash device mapped with DOCCS on NatSemi SCx200"
[all …]
/kernel/linux/linux-4.19/drivers/mtd/maps/
DKconfig16 ROM driver code to communicate with chips which are mapped
42 are mapped on your particular target board. Refer to the
73 and RAM driver code to communicate with chips which are mapped
98 tristate "CFI Flash device mapped on PMC-Sierra MSP"
130 tristate "CFI Flash device mapped on AMD SC520 CDP"
138 tristate "CFI Flash device mapped on AMD NetSc520"
146 tristate "JEDEC Flash device mapped on Technologic Systems TS-5500"
164 tristate "CFI Flash device mapped on Arcom SBC-GXx boards"
175 tristate "CFI Flash device mapped on Intel XScale PXA2xx based boards"
181 tristate "Flash device mapped with DOCCS on NatSemi SCx200"
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dxylon,logicvc-gpio.yaml19 which are mapped by the driver as follows:
20 - GPIO[4:0] (display control) mapped to index 0-4
21 - EN_BLIGHT (power control) mapped to index 5
22 - EN_VDD (power control) mapped to index 6
23 - EN_VEE (power control) mapped to index 7
24 - V_EN (power control) mapped to index 8
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
Dmsm_gem_vma.c50 /* Don't do anything if the memory isn't mapped */ in msm_gem_purge_vma()
51 if (!vma->mapped) in msm_gem_purge_vma()
57 vma->mapped = false; in msm_gem_purge_vma()
82 if (vma->mapped) in msm_gem_map_vma()
85 vma->mapped = true; in msm_gem_map_vma()
92 vma->mapped = false; in msm_gem_map_vma()
103 if (WARN_ON(vma->inuse > 0 || vma->mapped)) in msm_gem_close_vma()
135 vma->mapped = false; in msm_gem_init_vma()
/kernel/linux/linux-4.19/Documentation/admin-guide/mm/
Dpagemap.rst14 physical frame each virtual page is mapped to. It contains one 64-bit
23 * Bit 56 page exclusively mapped (since 4.2)
37 precisely which pages are mapped (or in swap) and comparing mapped
41 determine which areas of memory are actually mapped and llseek to
45 times each page is mapped, indexed by PFN.
48 number of times a page is mapped.
162 a memory mapped page
164 a memory mapped page that is not part of a file
166 page is mapped to swap space, i.e. has an associated swap entry
180 mapped to what.
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Dpagemap.rst14 physical frame each virtual page is mapped to. It contains one 64-bit
23 * Bit 56 page exclusively mapped (since 4.2)
37 precisely which pages are mapped (or in swap) and comparing mapped
41 determine which areas of memory are actually mapped and llseek to
45 times each page is mapped, indexed by PFN.
48 number of times a page is mapped.
165 a memory mapped page
167 a memory mapped page that is not part of a file
169 page is mapped to swap space, i.e. has an associated swap entry
183 mapped to what.
/kernel/linux/linux-4.19/mm/
Dpage_vma_mapped.c27 * page is not CPU accessible and thus is mapped as in map_pte()
64 * check_pte - check if @pvmw->page is mapped at the @pvmw->pte
67 * mapped. check_pte() has to validate this.
115 * page_vma_mapped_walk - check if @pvmw->page is mapped in @pvmw->vma at
120 * Returns true if the page is mapped in the vma. @pvmw->pmd and @pvmw->pte point
122 * adjusted if needed (for PTE-mapped THPs).
124 * If @pvmw->pmd is set but @pvmw->pte is not, you have found PMD-mapped page
125 * (usually THP). For PTE-mapped THP, you should run page_vma_mapped_walk() in
129 * regardless of which page table level the page is mapped at. @pvmw->pmd is
250 * page_mapped_in_vma - check whether a page is really mapped in a VMA
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/
Dst,stih4xx.txt6 - reg: Physical base address of the IP registers and length of memory mapped region.
14 - reg: Physical base address of the IP registers and length of memory mapped region.
32 - reg: Physical base address of the IP registers and length of memory mapped region.
48 - reg: Physical base address of the IP registers and length of memory mapped region.
49 - reg-names: names of the mapped memory regions listed in regs property in
60 - reg: Physical base address of the IP registers and length of memory mapped region.
61 - reg-names: names of the mapped memory regions listed in regs property in
76 - reg: Physical base address of the IP registers and length of memory mapped region.
77 - reg-names: names of the mapped memory regions listed in regs property in
89 - reg: Physical base address of the IP registers and length of memory mapped region.
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Dst,stih4xx.txt6 - reg: Physical base address of the IP registers and length of memory mapped region.
14 - reg: Physical base address of the IP registers and length of memory mapped region.
32 - reg: Physical base address of the IP registers and length of memory mapped region.
48 - reg: Physical base address of the IP registers and length of memory mapped region.
49 - reg-names: names of the mapped memory regions listed in regs property in
60 - reg: Physical base address of the IP registers and length of memory mapped region.
61 - reg-names: names of the mapped memory regions listed in regs property in
76 - reg: Physical base address of the IP registers and length of memory mapped region.
77 - reg-names: names of the mapped memory regions listed in regs property in
89 - reg: Physical base address of the IP registers and length of memory mapped region.
[all …]
/kernel/linux/linux-5.10/mm/
Dpage_vma_mapped.c27 * page is not CPU accessible and thus is mapped as in map_pte()
68 * check_pte - check if @pvmw->page is mapped at the @pvmw->pte
71 * mapped. check_pte() has to validate this.
126 * page_vma_mapped_walk - check if @pvmw->page is mapped in @pvmw->vma at
131 * Returns true if the page is mapped in the vma. @pvmw->pmd and @pvmw->pte point
133 * adjusted if needed (for PTE-mapped THPs).
135 * If @pvmw->pmd is set but @pvmw->pte is not, you have found PMD-mapped page
136 * (usually THP). For PTE-mapped THP, you should run page_vma_mapped_walk() in
140 * regardless of which page table level the page is mapped at. @pvmw->pmd is
295 * page_mapped_in_vma - check whether a page is really mapped in a VMA
[all …]
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/
Dtask_size.c21 void *mapped = NULL; in page_ok() local
35 mapped = mmap(address, UM_KERN_PAGE_SIZE, in page_ok()
38 if (mapped == MAP_FAILED) in page_ok()
40 if (mapped != address) in page_ok()
63 if (mapped != NULL) in page_ok()
64 munmap(mapped, UM_KERN_PAGE_SIZE); in page_ok()
74 * 0xffffe000. It is mapped, is readable, can be reprotected writeable in os_get_top_address()
/kernel/linux/linux-4.19/arch/x86/um/os-Linux/
Dtask_size.c21 void *mapped = NULL; in page_ok() local
35 mapped = mmap(address, UM_KERN_PAGE_SIZE, in page_ok()
38 if (mapped == MAP_FAILED) in page_ok()
40 if (mapped != address) in page_ok()
63 if (mapped != NULL) in page_ok()
64 munmap(mapped, UM_KERN_PAGE_SIZE); in page_ok()
74 * 0xffffe000. It is mapped, is readable, can be reprotected writeable in os_get_top_address()
/kernel/linux/linux-5.10/include/linux/
Delf-fdpic.h20 unsigned long elfhdr_addr; /* mapped ELF header user address */
21 unsigned long ph_addr; /* mapped PT_PHDR user address */
22 unsigned long map_addr; /* mapped loadmap user address */
23 unsigned long entry_addr; /* mapped entry user address */
25 unsigned long dynamic_addr; /* mapped PT_DYNAMIC user address */
/kernel/linux/linux-4.19/include/linux/
Delf-fdpic.h24 unsigned long elfhdr_addr; /* mapped ELF header user address */
25 unsigned long ph_addr; /* mapped PT_PHDR user address */
26 unsigned long map_addr; /* mapped loadmap user address */
27 unsigned long entry_addr; /* mapped entry user address */
29 unsigned long dynamic_addr; /* mapped PT_DYNAMIC user address */
/kernel/linux/linux-4.19/include/rdma/
Diw_portmap.h99 * the port mapper response (mapped address info)
110 * port mapper response (mapped local and remote address info)
190 * @mapped_loc_addr: Mapped local address of the listening peer
191 * @mapped_rem_addr: Mapped remote address of the connecting peer
203 * iwpm_create_mapinfo - Store local and mapped IPv4/IPv6 address
206 * @mapped_addr: Mapped local ip/tcp address
213 * iwpm_remove_mapinfo - Remove local and mapped IPv4/IPv6 address
216 * @mapped_addr: Mapped local ip/tcp address
/kernel/linux/linux-4.19/arch/sh/mm/
Dioremap.c8 * This is needed for high PCI addresses that aren't mapped in the
43 void __iomem *mapped; in __ioremap_caller() local
60 mapped = pmb_remap_caller(phys_addr, size, pgprot, caller); in __ioremap_caller()
61 if (mapped && !IS_ERR(mapped)) in __ioremap_caller()
62 return mapped; in __ioremap_caller()
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/tremontx/
Dvirtual-memory.json4 …prefetches) whose address translations missed in all TLB levels and were mapped to 4K pages. The …
16 …prefetches) whose address translations missed in all TLB levels and were mapped to 2M or 4M pages.…
28 …demand data stores whose address translations missed in the TLB and were mapped to 4K pages. The …
40 …demand data stores whose address translations missed in the TLB and were mapped to 2M or 4M pages.…
64 …nstruction fetches whose address translations missed in the TLB and were mapped to 4K pages. The …
76 …nstruction fetches whose address translations missed in the TLB and were mapped to 2M or 4M pages.…
/kernel/linux/linux-4.19/Documentation/scsi/
Dg_NCR5380.txt10 memory mapped modes.
30 base=xx[,...] the port or base address(es) (for port or memory mapped, resp.)
41 mapped, resp.)
53 E.g. a port mapped NCR5380 board, driver to probe for IRQ:
58 E.g. a memory mapped NCR53C400 board with no IRQ:
/kernel/linux/linux-4.19/Documentation/media/uapi/dvb/
Ddmx-munmap.rst31 Address of the mapped buffer as returned by the
35 Length of the mapped buffer. This must be the same value as given to
42 Unmaps a previously with the :ref:`mmap() <dmx-mmap>` function mapped
54 mapped yet.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Ddmx-munmap.rst31 Address of the mapped buffer as returned by the
35 Length of the mapped buffer. This must be the same value as given to
41 Unmaps a previously with the :c:func:`mmap()` function mapped
52 mapped yet.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dfunc-munmap.rst29 Address of the mapped buffer as returned by the
33 Length of the mapped buffer. This must be the same value as given to
43 Unmaps a previously with the :c:func:`mmap()` function mapped
54 mapped yet.
/kernel/linux/linux-4.19/drivers/visorbus/
Dvisorchannel.c31 void *mapped; member
53 if (channel->mapped) { in visorchannel_destroy()
54 memunmap(channel->mapped); in visorchannel_destroy()
117 memcpy(dest, channel->mapped + offset, nbytes); in visorchannel_read()
135 memcpy(channel->mapped + offset, dest, nbytes); in visorchannel_write()
375 channel->mapped = memremap(physaddr, size, MEMREMAP_WB); in visorchannel_create()
376 if (!channel->mapped) { in visorchannel_create()
386 memunmap(channel->mapped); in visorchannel_create()
389 channel->mapped = NULL; in visorchannel_create()
395 channel->mapped = memremap(channel->physaddr, size, MEMREMAP_WB); in visorchannel_create()
[all …]

12345678910>>...152