Home
last modified time | relevance | path

Searched defs:pmd_alloc_one (Results 1 – 20 of 20) sorted by relevance

/linux-3.3/arch/parisc/include/asm/
Dpgalloc.h64 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
93 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) macro
/linux-3.3/arch/arm/include/asm/
Dpgalloc.h30 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
51 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) macro
/linux-3.3/arch/sh/mm/
Dpgtable.c48 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-3.3/arch/s390/include/asm/
Dpgalloc.h64 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) macro
93 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) in pmd_alloc_one() function
/linux-3.3/arch/microblaze/include/asm/
Dpgalloc.h109 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
178 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
/linux-3.3/arch/frv/include/asm/
Dpgalloc.h63 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *) 2); }) macro
/linux-3.3/arch/alpha/include/asm/
Dpgalloc.h41 pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-3.3/arch/tile/include/asm/
Dpgalloc.h114 #define pmd_alloc_one(mm, addr) \ macro
/linux-3.3/arch/m68k/include/asm/
Dmotorola_pgalloc.h65 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
Dsun3_pgalloc.h21 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) macro
Dmcf_pgalloc.h32 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
/linux-3.3/include/asm-generic/
Dpgtable-nopmd.h58 #define pmd_alloc_one(mm, address) NULL macro
/linux-3.3/arch/m32r/include/asm/
Dpgalloc.h69 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) macro
/linux-3.3/arch/mips/include/asm/
Dpgalloc.h109 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-3.3/arch/ia64/include/asm/
Dpgalloc.h60 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux-3.3/arch/sparc/include/asm/
Dpgalloc_64.h30 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
Dpgalloc_32.h42 #define pmd_alloc_one(mm, address) BTFIXUP_CALL(pmd_alloc_one)(mm, address) macro
/linux-3.3/arch/x86/include/asm/
Dpgalloc.h81 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux-3.3/arch/powerpc/include/asm/
Dpgalloc-64.h92 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux-3.3/arch/um/kernel/
Dmem.c308 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function