Lines Matching full:used

11 section and used by user-space tools like crash and makedumpfile to
20 The version of the Linux kernel. Used to find the corresponding source
27 The size of a page. It is the smallest unit of data used by the memory
29 aligned on 4096 bytes. Used for computing page addresses.
34 The UTS namespace which is used to isolate two specific elements of the
36 data structure used to store information returned by the uname(2) system
46 in a system, one bit position per node number. Used to keep track of
52 The global page directory pointer of the kernel. Used to translate
59 the kernel start address. Used to convert a virtual address from the
76 Used to map an address to the corresponding struct page.
82 used to describe the memory layout.
93 similar to the mem_map variable, both of them are used to translate an
100 and it is widely used to compute contiguous memory.
105 The size of a pglist_data structure. This value is used to check if the
106 pglist_data structure is valid. It is also used for checking the memory
112 The size of a zone structure. This value is used to check if the zone
113 structure has been found. It is also used for excluding free pages.
124 The size of a list_head structure. Used when iterating lists in a
130 The size of a nodemask_t type. Used to compute the number of online
137 variables. The variables are used when excluding unnecessary pages.
146 These values are used to check the memory type and to compute the
161 Offset of the free_list's member. This value is used to compute the number
170 Offsets of the list_head's members. list_head is used to define a
185 free_area ranges. MAX_ORDER is used by the zone buddy allocator.
190 Index of the first record stored in the buffer log_buf. Used by
197 log_first_idx. Used to get the kernel log.
209 _CLEAR, like issued by 'dmesg -c'. Used by user-space tools to dump
215 The index of the next record to store in the buffer log_buf. Used to
221 The size of a structure printk_log. Used to compute the size of
236 array. Used by tools to compute the number of free pages.
242 vm_stat[NR_FREE_PAGES]. Used to get the number of free pages.
247 Page attributes. These flags are used to filter various unnecessary for
253 More page attributes. These flags are used to filter various unnecessary for
269 Used to convert the virtual address of an exported kernel symbol to its
275 Used to walk through the whole page table and convert virtual addresses
277 swapper_pg_dir, but it is only used in x86_64.
299 The kernel randomization offset. Used to compute the page offset. If
305 Currently unused by Makedumpfile. Used to compute the module virtual
315 mask. This is used to remove the SME mask and obtain the true physical
335 table space per process. Used to check whether PAE was enabled in the
354 These values are used to compute the number of nodes the crashed kernel used.
360 node_memblk_s's members. Used to compute the number of nodes.
366 4-level paging mode. Used to distinguish the page table.
374 The maximum number of bits for virtual addresses. Used to compute the
380 The offset between the kernel virtual and physical mappings. Used to
387 kimage_voffset, which is used to translate virtual to physical
393 The kernel randomization offset. Used to compute the page offset. If
403 extensions. Used to translate virtual to physical addresses.
411 An array with a pointer to the lowcore of every CPU. Used to print the
417 Used to get the vmalloc_start address from the high_memory symbol.
441 The vmemmap_list maintains the entire vmemmap physical mapping. Used
444 it is used to translate vmemmap kernel virtual addresses.
449 The size of a page. Used to translate virtual to physical addresses.
456 Used to make vtop translations.
475 Used in vtop translations.