Lines Matching refs:of

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
28 management facilities. It is usually 4096 bytes of size and a page is
34 The UTS namespace which is used to isolate two specific elements of the
45 Offset of the name's member. Crash Utility and Makedumpfile get
46 the start address of the init_uts_ns.name from this.
51 An array node_states[N_ONLINE] which represents the set of online nodes
52 in a system, one bit position per node number. Used to keep track of
58 The global page directory pointer of the kernel. Used to translate
64 Defines the beginning of the text section. In general, _stext indicates
95 The address of the mem_section array, its length, structure size, and
99 similar to the mem_map variable, both of them are used to translate an
110 The size of a page structure. struct page is an important data structure
116 The size of a pglist_data structure. This value is used to check if the
123 The size of a zone structure. This value is used to check if the zone
129 The size of a free_area structure. It indicates whether the free_area
135 The size of a list_head structure. Used when iterating lists in a
141 The size of a nodemask_t type. Used to compute the number of online
147 User-space tools compute their values based on the offset of these
163 Each node is divided into a number of blocks called zones which
166 User-space tools compute required values based on the offset of these
172 Offset of the free_list's member. This value is used to compute the number
173 of free pages.
176 The free_list represents a linked list of free page blocks.
181 Offsets of the list_head's members. list_head is used to define a
188 Offsets of the vmap_area's members. They carry vmalloc-specific
189 information. Makedumpfile gets the start address of the vmalloc region
217 The sequence number of the printk() record after the last clear
220 tools to dump a subset of the dmesg log.
225 The size of a printk_ringbuffer structure. This structure contains all
226 information required for accessing the various components of the
232 Offsets for the various components of the printk ringbuffer. Used by
234 declaration of the structure.
239 The size of the prb_desc_ring structure. This structure contains
240 information about the set of record descriptors.
245 Offsets for the fields describing the set of record descriptors. Used
247 requiring the declaration of the structure.
252 The size of the prb_desc structure. This structure contains
260 the declaration of the structure.
265 The size of the prb_data_blk_lpos structure. This structure contains
272 Offsets for the fields describing the location of a data block. Used
274 requiring the declaration of the structure.
279 The size of the printk_info structure. This structure contains all
287 the declaration of the structure.
292 The size of the prb_data_ring structure. This structure contains
293 information about a set of data blocks.
298 Offsets for the fields describing a set of data blocks. Used by
300 requiring the declaration of the structure.
305 The size of the atomic_long_t structure. Used by user-space tools to
306 be able to copy the full structure, regardless of its
312 Offset for the long value of an atomic_long_t variable. Used by
319 The number of migrate types for pages. The free_list is described by the
320 array. Used by tools to compute the number of free pages.
325 On linux-2.6.21 or later, the number of free pages is in
326 vm_stat[NR_FREE_PAGES]. Used to get the number of free pages.
353 Used to convert the virtual address of an exported kernel symbol to its
378 The maximum number of nodes in system.
402 Currently, sme_mask stores the value of the C-bit position. If needed,
418 of a higher page table lookup overhead, and also consumes more page
429 indicates the number of the nodes.
434 List of node memory chunks. Filled when parsing the SRAT table to obtain
435 information about memory nodes. NR_NODE_MEMBLKS indicates the number of
438 These values are used to compute the number of nodes the crashed kernel used.
443 The size of a struct node_memblk_s and the offsets of the
444 node_memblk_s's members. Used to compute the number of nodes.
458 The maximum number of bits for virtual addresses. Used to compute the
470 Indicates the physical address of the start of memory. Similar to
489 Indicates the size offset of the memory region addressed by TTBR1_EL1.
512 An array with a pointer to the lowcore of every CPU. Used to print the
523 The maximum number of CPUs.
550 The size of a page. Used to translate virtual to physical addresses.
567 User-space tools need to know the offset of list, phys and virt_addr
568 when computing the count of vmemmap regions.
573 The size of a struct mmu_psize_def and the offset of mmu_psize_def's