| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | map_fixed_noreplace.c | 102 * +1 | mapped | new in main() 103 * +2 | mapped | new in main() 104 * +3 | mapped | new in main() 123 * +1 | mapped | in main() 124 * +2 | mapped | new in main() 125 * +3 | mapped | in main() 143 * +1 | mapped | in main() 144 * +2 | mapped | in main() 145 * +3 | mapped | new in main() 163 * +1 | mapped | new in main() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | ioremap.c | 8 * 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/ |
| H A D | container_base_dispatch.hpp | 106 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl> 107 struct container_base_dispatch<Key, Mapped, _Alloc, list_update_tag, 118 typedef lu_map<Key, Mapped, at0t, _Alloc, at1t> type; 138 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl> 139 struct container_base_dispatch<Key, Mapped, _Alloc, pat_trie_tag, Policy_Tl> 146 typedef pat_trie_map<Key, Mapped, at1t, _Alloc> type; 164 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl> 165 struct container_base_dispatch<Key, Mapped, _Alloc, rb_tree_tag, Policy_Tl> 175 typedef rb_tree_map<Key, Mapped, at0t, at1t, _Alloc> type; 194 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl> [all …]
|
| H A D | types_traits.hpp | 60 template<typename Key, typename Mapped> 64 && is_simple<Mapped>::value; 106 template<typename Key, typename Mapped> 109 typedef std::pair<const Key, Mapped> type; 120 template<typename Key, typename Mapped, typename _Alloc, bool Store_Hash> 153 template<typename Key, typename Mapped, typename _Alloc, bool Store_Hash> 155 : public maybe_null_type<Key, Mapped, _Alloc, Store_Hash> 159 typedef typename select_value_type<Key, Mapped>::type value_type; 161 typedef Mapped mapped_type; 168 typedef no_throw_copies<Key, Mapped> __nothrowcopy;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/ |
| H A D | container_base_dispatch.hpp | 106 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl> 107 struct container_base_dispatch<Key, Mapped, _Alloc, list_update_tag, 118 typedef lu_map<Key, Mapped, at0t, _Alloc, at1t> type; 138 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl> 139 struct container_base_dispatch<Key, Mapped, _Alloc, pat_trie_tag, Policy_Tl> 146 typedef pat_trie_map<Key, Mapped, at1t, _Alloc> type; 164 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl> 165 struct container_base_dispatch<Key, Mapped, _Alloc, rb_tree_tag, Policy_Tl> 175 typedef rb_tree_map<Key, Mapped, at0t, at1t, _Alloc> type; 194 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl> [all …]
|
| H A D | types_traits.hpp | 60 template<typename Key, typename Mapped> 64 && is_simple<Mapped>::value; 106 template<typename Key, typename Mapped> 109 typedef std::pair<const Key, Mapped> type; 120 template<typename Key, typename Mapped, typename _Alloc, bool Store_Hash> 153 template<typename Key, typename Mapped, typename _Alloc, bool Store_Hash> 155 : public maybe_null_type<Key, Mapped, _Alloc, Store_Hash> 159 typedef typename select_value_type<Key, Mapped>::type value_type; 161 typedef Mapped mapped_type; 168 typedef no_throw_copies<Key, Mapped> __nothrowcopy;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Overlay-Commands.html | 76 mapped and load addresses. Identifying overlays with sections allows 78 variable, depending on whether the overlay is mapped or not. 88 always present at their mapped addresses. By default, <small>GDB</small>’s 95 relies on you to tell it which overlays are mapped, and which are not, 103 <p>Tell <small>GDB</small> that <var>overlay</var> is now mapped; <var>overlay</var> must 105 overlay is mapped, <small>GDB</small> assumes it can find the overlay’s 106 functions and variables at their mapped addresses. <small>GDB</small> assumes 107 that any other overlays whose mapped ranges overlap that of 114 <p>Tell <small>GDB</small> that <var>overlay</var> is no longer mapped; <var>overlay</var> 123 to see which overlays are mapped. For details, see <a href="Automatic-Overlay-Debugging.html#Autom… [all …]
|
| H A D | How-Overlays-Work.html | 72 <a name="index-mapped-overlays"></a> 75 <a name="index-mapped-address"></a> 110 mapped --->+-----------+ | | +-----------+ 128 Since the overlays shown here all use the same mapped address, only one 129 may be mapped at a time. For a system with a single address space for 135 <em>mapped</em> overlay; its <em>mapped address</em> is its address in the 138 is its address in the larger memory. The mapped address is also called 148 must make sure that overlay is actually mapped. Otherwise, the call or 158 mapped address. However, each overlay’s instructions must be relocated 159 and its symbols defined as if the overlay were at its mapped address. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Overlay-Commands.html | 76 mapped and load addresses. Identifying overlays with sections allows 78 variable, depending on whether the overlay is mapped or not. 88 always present at their mapped addresses. By default, <small>GDB</small>’s 95 relies on you to tell it which overlays are mapped, and which are not, 103 <p>Tell <small>GDB</small> that <var>overlay</var> is now mapped; <var>overlay</var> must 105 overlay is mapped, <small>GDB</small> assumes it can find the overlay’s 106 functions and variables at their mapped addresses. <small>GDB</small> assumes 107 that any other overlays whose mapped ranges overlap that of 114 <p>Tell <small>GDB</small> that <var>overlay</var> is no longer mapped; <var>overlay</var> 123 to see which overlays are mapped. For details, see <a href="Automatic-Overlay-Debugging.html#Autom… [all …]
|
| H A D | How-Overlays-Work.html | 72 <a name="index-mapped-overlays"></a> 75 <a name="index-mapped-address"></a> 110 mapped --->+-----------+ | | +-----------+ 128 Since the overlays shown here all use the same mapped address, only one 129 may be mapped at a time. For a system with a single address space for 135 <em>mapped</em> overlay; its <em>mapped address</em> is its address in the 138 is its address in the larger memory. The mapped address is also called 148 must make sure that overlay is actually mapped. Otherwise, the call or 158 mapped address. However, each overlay’s instructions must be relocated 159 and its symbols defined as if the overlay were at its mapped address. [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/quark/ |
| H A D | Kconfig | 73 Embedded SRAM (eSRAM) memory-mapped base address. 83 Root Complex register block memory-mapped base address. 89 ACPI Power Managment 1 (PM1) i/o-mapped base address. 96 ACPI Processor Block (PBLK) i/o-mapped base address. 103 SPI DMA i/o-mapped base address. 109 GPIO i/o-mapped base address. 115 ACPI General Purpose Event 0 (GPE0) i/o-mapped base address. 122 Watchdog timer i/o-mapped base address.
|
| /OK3568_Linux_fs/kernel/drivers/mtd/maps/ |
| H A D | Kconfig | 17 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_gem_vma.c | 50 /* 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()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | st,stih4xx.txt | 6 - 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | pagemap.rst | 14 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.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | xylon,logicvc-gpio.yaml | 19 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
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page_vma_mapped.c | 27 * 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 …]
|
| /OK3568_Linux_fs/kernel/arch/x86/um/os-Linux/ |
| H A D | task_size.c | 21 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/ |
| H A D | assoc_container.hpp | 65 detail::container_base_dispatch<Key, Mapped, _Alloc, Tag, \ 79 * @tparam Mapped Map type. 96 typename Mapped, 167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \ 176 * @tparam Mapped Map type. 197 typename Mapped, 329 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \ 338 * @tparam Mapped Map type. 360 typename Mapped, 529 detail::container_base_dispatch<Key, Mapped, _Alloc, Tag, Policy_Tl>::type [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/ |
| H A D | assoc_container.hpp | 65 detail::container_base_dispatch<Key, Mapped, _Alloc, Tag, \ 79 * @tparam Mapped Map type. 96 typename Mapped, 167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \ 176 * @tparam Mapped Map type. 197 typename Mapped, 329 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \ 338 * @tparam Mapped Map type. 360 typename Mapped, 529 detail::container_base_dispatch<Key, Mapped, _Alloc, Tag, Policy_Tl>::type [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | elf-fdpic.h | 20 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 */
|
| /OK3568_Linux_fs/kernel/drivers/visorbus/ |
| H A D | visorchannel.c | 31 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/xen/ |
| H A D | gntdev.h | 41 /* The domain ID of the grant to be mapped. */ 43 /* The grant reference of the grant to be mapped. */ 56 /* The number of grants to be mapped. */ 90 * N.B. Where more than one page has been mapped into a contiguous range, the 99 /* The virtual address of the first mapped page in a range. */ 104 /* The number of pages mapped in the VM area that begins at @vaddr. */ 110 * Sets the maximum number of grants that may mapped at once by this gntdev 119 /* The maximum number of grants that may be mapped at once. */ 128 * Each mapped page only supports one notification; multiple calls referring to 246 /* The domain ID of the grant references to be mapped. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/xen/ |
| H A D | gntdev.h | 41 /* The domain ID of the grant to be mapped. */ 43 /* The grant reference of the grant to be mapped. */ 56 /* The number of grants to be mapped. */ 90 * N.B. Where more than one page has been mapped into a contiguous range, the 99 /* The virtual address of the first mapped page in a range. */ 104 /* The number of pages mapped in the VM area that begins at @vaddr. */ 110 * Sets the maximum number of grants that may mapped at once by this gntdev 119 /* The maximum number of grants that may be mapped at once. */ 128 * Each mapped page only supports one notification; multiple calls referring to 246 /* The domain ID of the grant references to be mapped. */
|
| /OK3568_Linux_fs/kernel/include/uapi/xen/ |
| H A D | gntdev.h | 41 /* The domain ID of the grant to be mapped. */ 43 /* The grant reference of the grant to be mapped. */ 56 /* The number of grants to be mapped. */ 90 * N.B. Where more than one page has been mapped into a contiguous range, the 99 /* The virtual address of the first mapped page in a range. */ 104 /* The number of pages mapped in the VM area that begins at @vaddr. */ 110 * Sets the maximum number of grants that may mapped at once by this gntdev 119 /* The maximum number of grants that may be mapped at once. */ 128 * Each mapped page only supports one notification; multiple calls referring to 246 /* The domain ID of the grant references to be mapped. */
|