Home
last modified time | relevance | path

Searched refs:num_physpages (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dnuma.c231 static unsigned long num_physpages; in add_node_intersection() local
233 num_physpages += (size >> PAGE_SHIFT); in add_node_intersection()
237 start >> PAGE_SHIFT, (start + size) >> PAGE_SHIFT, num_physpages); in add_node_intersection()
/openbmc/linux/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()