Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_utils.c529 const __be32 *page_count_prop; in htab_dt_scan_hugepage_blocks() local
542 page_count_prop = of_get_flat_dt_prop(node, "ibm,expected#pages", NULL); in htab_dt_scan_hugepage_blocks()
543 if (page_count_prop == NULL) in htab_dt_scan_hugepage_blocks()
545 expected_pages = (1 << be32_to_cpu(page_count_prop[0])); in htab_dt_scan_hugepage_blocks()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_utils.c661 const __be32 *page_count_prop; in htab_dt_scan_hugepage_blocks() local
674 page_count_prop = of_get_flat_dt_prop(node, "ibm,expected#pages", NULL); in htab_dt_scan_hugepage_blocks()
675 if (page_count_prop == NULL) in htab_dt_scan_hugepage_blocks()
677 expected_pages = (1 << be32_to_cpu(page_count_prop[0])); in htab_dt_scan_hugepage_blocks()

Completed in 6 milliseconds