Home
last modified time | relevance | path

Searched defs:pte_alloc_one (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpgalloc.h30 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/linux/arch/m68k/include/asm/
H A Dmcf_pgalloc.h48 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
H A Dmotorola_pgalloc.h37 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/linux/arch/arm/include/asm/
H A Dpgalloc.h95 pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/linux/include/asm-generic/
H A Dpgalloc.h101 #define pte_alloc_one(...) alloc_hooks(pte_alloc_one_noprof(__VA_ARGS__)) macro