Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h175 static inline int number_of_cells_per_pte(pmd_t *pmd, pte_basic_t val, int huge) in number_of_cells_per_pte() function
196 num = number_of_cells_per_pte(pmd, new, huge); in __pte_update()
/linux/arch/powerpc/mm/
H A Dpgtable.c317 num = number_of_cells_per_pte(pmd, val, 1); in __set_huge_pte_at()