Home
last modified time | relevance | path

Searched refs:pmd_alloc_one (Results 1 – 27 of 27) sorted by relevance

/linux-4.1.27/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
97 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) macro
/linux-4.1.27/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-4.1.27/arch/microblaze/include/asm/
Dpgalloc.h109 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
184 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
/linux-4.1.27/arch/frv/include/asm/
Dpgalloc.h63 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *) 2); }) macro
/linux-4.1.27/arch/sh/mm/
Dpgtable.c48 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-4.1.27/include/asm-generic/
Dpgtable-nopmd.h58 #define pmd_alloc_one(mm, address) NULL macro
/linux-4.1.27/arch/alpha/include/asm/
Dpgalloc.h41 pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-4.1.27/arch/sh/include/asm/
Dpgalloc.h14 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
/linux-4.1.27/arch/m32r/include/asm/
Dpgalloc.h74 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) macro
/linux-4.1.27/arch/m68k/include/asm/
Dsun3_pgalloc.h17 #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
Dmotorola_pgalloc.h69 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-4.1.27/arch/sparc/include/asm/
Dpgalloc_32.h39 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, in pmd_alloc_one() function
Dpgalloc_64.h53 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux-4.1.27/arch/arm64/include/asm/
Dpgalloc.h33 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux-4.1.27/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-4.1.27/arch/mips/include/asm/
Dpgalloc.h112 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-4.1.27/arch/arm/mm/
Didmap.c28 pmd = pmd_alloc_one(&init_mm, addr); in idmap_add_pmd()
/linux-4.1.27/arch/um/include/asm/
Dpgtable-3level.h82 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
/linux-4.1.27/arch/s390/include/asm/
Dpgalloc.h71 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) in pmd_alloc_one() function
/linux-4.1.27/arch/tile/include/asm/
Dpgalloc.h144 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-4.1.27/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-4.1.27/arch/powerpc/include/asm/
Dpgalloc-64.h224 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux-4.1.27/arch/um/kernel/
Dmem.c226 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-4.1.27/Documentation/vm/
Dsplit_page_table_lock66 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and
/linux-4.1.27/arch/arm/kvm/
Dmmu.c516 pmd = pmd_alloc_one(NULL, addr); in create_hyp_pud_mappings()
/linux-4.1.27/mm/
Dmemory.c3464 pmd_t *new = pmd_alloc_one(mm, address); in __pmd_alloc()