Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Dpgalloc.h58 #define pud_alloc_one(mm,address) ({ BUG(); ((pud_t *)2); }) macro
81 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() function
/linux-3.4.99/include/asm-generic/
Dpgtable-nopud.h53 #define pud_alloc_one(mm, address) NULL macro
/linux-3.4.99/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-3.4.99/arch/powerpc/include/asm/
Dpgalloc-64.h54 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
/linux-3.4.99/arch/x86/include/asm/
Dpgalloc.h117 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
/linux-3.4.99/arch/frv/include/asm/
Dpgtable.h226 #define pud_alloc_one(mm, address) NULL macro
/linux-3.4.99/mm/
Dmemory.c3613 pud_t *new = pud_alloc_one(mm, address); in __pud_alloc()