Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/mm/
Dhash_utils_64.c414 const __be32 *page_count_prop; in htab_dt_scan_hugepage_blocks() local
425 page_count_prop = of_get_flat_dt_prop(node, "ibm,expected#pages", NULL); in htab_dt_scan_hugepage_blocks()
426 if (page_count_prop == NULL) in htab_dt_scan_hugepage_blocks()
428 expected_pages = (1 << be32_to_cpu(page_count_prop[0])); in htab_dt_scan_hugepage_blocks()