Home
last modified time | relevance | path

Searched refs:node_memblk_s (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/ia64/kernel/
Dmachine_kexec.c152 VMCOREINFO_STRUCT_SIZE(node_memblk_s); in arch_crash_save_vmcoreinfo()
153 VMCOREINFO_OFFSET(node_memblk_s, start_paddr); in arch_crash_save_vmcoreinfo()
154 VMCOREINFO_OFFSET(node_memblk_s, size); in arch_crash_save_vmcoreinfo()
Dacpi.c406 struct node_memblk_s *p, *q, *pend; in acpi_numa_memory_affinity_init()
/Linux-v5.4/arch/ia64/include/asm/
Dnuma.h38 struct node_memblk_s { struct
50 extern struct node_memblk_s node_memblk[NR_NODE_MEMBLKS]; argument
/Linux-v5.4/arch/ia64/mm/
Dnuma.c29 struct node_memblk_s node_memblk[NR_NODE_MEMBLKS];
/Linux-v5.4/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst356 node_memblk_s|(node_memblk_s, start_paddr)|(node_memblk_s, size)
359 The size of a struct node_memblk_s and the offsets of the
360 node_memblk_s's members. Used to compute the number of nodes.