Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dpgalloc.h19 static inline pte_t *__pte_alloc_one_kernel(struct mm_struct *mm) in __pte_alloc_one_kernel() function
38 return __pte_alloc_one_kernel(mm); in pte_alloc_one_kernel()
/openbmc/linux/arch/xtensa/include/asm/
H A Dpgalloc.h47 ptep = (pte_t *)__pte_alloc_one_kernel(mm); in pte_alloc_one_kernel()
/openbmc/linux/arch/arm/include/asm/
H A Dpgalloc.h80 pte_t *pte = __pte_alloc_one_kernel(mm); in pte_alloc_one_kernel()