Home
last modified time | relevance | path

Searched refs:pud_alloc_one (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/include/asm-generic/
Dpgtable-nopud.h53 #define pud_alloc_one(mm, address) NULL macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgalloc.h54 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
/linux-4.4.14/arch/ia64/include/asm/
Dpgalloc.h42 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
/linux-4.4.14/arch/sparc/include/asm/
Dpgalloc_64.h42 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
/linux-4.4.14/arch/s390/include/asm/
Dpgalloc.h62 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() function
/linux-4.4.14/arch/x86/include/asm/
Dpgalloc.h126 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
/linux-4.4.14/arch/powerpc/include/asm/
Dpgalloc-64.h58 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h224 #define pud_alloc_one(mm, address) NULL macro
/linux-4.4.14/arch/arm/kvm/
Dmmu.c552 pud = pud_alloc_one(NULL, addr); in __create_hyp_mappings()
/linux-4.4.14/mm/
Dmemory.c3517 pud_t *new = pud_alloc_one(mm, address); in __pud_alloc()