Home
last modified time | relevance | path

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

/linux/arch/parisc/mm/
H A Dhugetlbpage.c72 pte = pte_offset_huge(pmd, addr); in huge_pte_offset()
/linux/include/linux/
H A Dhugetlb.h188 static inline pte_t *pte_offset_huge(pmd_t *pmd, unsigned long address) in pte_offset_huge() function
195 return pte_alloc(mm, pmd) ? NULL : pte_offset_huge(pmd, address); in pte_alloc_huge()