Home
last modified time | relevance | path

Searched refs:num_physpages (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/loongson64/
H A Dnuma.c104 static unsigned long num_physpages; in szmem() local
122 num_physpages += node_psize; in szmem()
125 pr_info(" start_pfn:0x%llx, end_pfn:0x%llx, num_physpages:0x%lx\n", in szmem()
126 start_pfn, end_pfn, num_physpages); in szmem()
134 num_physpages += node_psize; in szmem()
137 pr_info(" start_pfn:0x%llx, end_pfn:0x%llx, num_physpages:0x%lx\n", in szmem()
138 start_pfn, end_pfn, num_physpages); in szmem()
/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H A Dnuma.c266 static unsigned long num_physpages; in add_node_intersection() local
268 num_physpages += (size >> PAGE_SHIFT); in add_node_intersection()
271 pr_info(" start_pfn:0x%llx, end_pfn:0x%llx, num_physpages:0x%lx\n", in add_node_intersection()
272 start >> PAGE_SHIFT, (start + size) >> PAGE_SHIFT, num_physpages); in add_node_intersection()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dnuma.c257 static unsigned long num_physpages; in add_node_intersection() local
259 num_physpages += (size >> PAGE_SHIFT); in add_node_intersection()
262 pr_info(" start_pfn:0x%llx, end_pfn:0x%llx, num_physpages:0x%lx\n", in add_node_intersection()
263 start >> PAGE_SHIFT, (start + size) >> PAGE_SHIFT, num_physpages); in add_node_intersection()
/kernel/linux/linux-5.10/kernel/power/
H A Dpower.h11 unsigned long num_physpages; member
H A Dsnapshot.c2043 info->num_physpages = get_num_physpages(); in init_header()
2175 if (!reason && info->num_physpages != get_num_physpages()) in check_header()
/kernel/linux/linux-6.6/kernel/power/
H A Dpower.h13 unsigned long num_physpages; member
H A Dsnapshot.c2192 info->num_physpages = get_num_physpages(); in init_header()
2333 if (!reason && info->num_physpages != get_num_physpages()) in check_header()

Completed in 11 milliseconds