Searched refs:__pte_alloc (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmm.h888 int __pte_alloc(struct mm_struct *mm, pmd_t *pmd, unsigned long address);
946 ((unlikely(!pmd_present(*(pmd))) && __pte_alloc(mm, pmd, address))? \
950 ((unlikely(!pmd_present(*(pmd))) && __pte_alloc(mm, pmd, address))? \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmremap.c62 if (!pmd_present(*pmd) && __pte_alloc(mm, pmd, addr))
H A Dmemory.c303 int __pte_alloc(struct mm_struct *mm, pmd_t *pmd, unsigned long address) function

Completed in 110 milliseconds