Lines Matching +full:memory +full:- +full:region
1 /* SPDX-License-Identifier: GPL-2.0 */
12 * _text, _data: architecture specific, don't use them in arch-independent code
50 /* Start and end of .ctors section - used for constructor calls. */
53 /* Start and end of .opd section - used for function descriptors. */
87 * memory can be allocated from it, and such allocations would then have
98 * memory_contains - checks if an object is contained within a memory region
99 * @begin: virtual address of the beginning of the memory region
100 * @end: virtual address of the end of the memory region
101 * @virt: virtual address of the memory object
102 * @size: size of the memory object
105 * contained within the memory region defined by @begin and @end, false
115 * memory_intersects - checks if the region occupied by an object intersects
116 * with another memory region
117 * @begin: virtual address of the beginning of the memory regien
118 * @end: virtual address of the end of the memory region
119 * @virt: virtual address of the memory object
120 * @size: size of the memory object
122 * Returns: true if an object's memory region, specified by @virt and @size,
123 * intersects with the region specified by @begin and @end, false otherwise.
134 * init_section_contains - checks if an object is contained within the init
136 * @virt: virtual address of the memory object
137 * @size: size of the memory object
148 * init_section_intersects - checks if the region occupied by an object
150 * @virt: virtual address of the memory object
151 * @size: size of the memory object
153 * Returns: true if an object's memory region, specified by @virt and @size,
162 * is_kernel_rodata - checks if the pointer address is located in the