Searched defs:pmd (Results 26 - 50 of 262) sorted by relevance

1234567891011

/linux-master/arch/loongarch/mm/
H A Dhugetlbpage.c39 pmd_t *pmd = NULL; local
53 int pmd_huge(pmd_t pmd) argument
/linux-master/arch/m68k/include/asm/
H A Dsun3_pgalloc.h26 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) argument
31 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) argument
H A Dmotorola_pgalloc.h59 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) argument
64 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, argument
82 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) argument
87 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) argument
92 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) argument
[all...]
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable-64k.h17 static inline int pmd_huge(pmd_t pmd) argument
/linux-master/arch/arm/include/asm/
H A Dpgtable-2level-types.h22 typedef struct { pmdval_t pmd; } pmd_t; member in struct:__anon43
H A Dpgtable-3level-types.h25 typedef struct { pmdval_t pmd; } pmd_t; member in struct:__anon47
H A Dpgalloc.h26 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) argument
/linux-master/arch/x86/power/
H A Dhibernate_64.c30 pmd_t *pmd; local
H A Dhibernate_32.c59 static pte_t *resume_one_page_table_init(pmd_t *pmd) argument
85 pmd_t *pmd; local
148 pmd_t *pmd; local
[all...]
/linux-master/arch/arc/include/asm/
H A Dpgalloc.h37 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) argument
49 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t pte_page) argument
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h41 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) argument
49 pmd_t *pmd; local
57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) argument
64 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) argument
[all...]
/linux-master/arch/x86/mm/
H A Dhugetlbpage.c27 int pmd_huge(pmd_t pmd) argument
H A Dident_map.c12 pmd_t *pmd = pmd_page + pmd_index(addr); local
28 pmd_t *pmd; local
[all...]
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c28 pmd_t *pmd; local
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dpgalloc.h21 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t pte) argument
28 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) argument
57 pmd_t *pmd; local
15 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) argument
[all...]
/linux-master/arch/mips/mm/
H A Dpgtable-64.c95 pmd_t pmd; local
102 set_pmd_at(struct mm_struct *mm, unsigned long addr, pmd_t *pmdp, pmd_t pmd) argument
/linux-master/arch/s390/include/asm/
H A Dtlb.h100 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, argument
/linux-master/arch/nios2/mm/
H A Dioremap.c50 static inline int remap_area_pmd(pmd_t *pmd, unsigned long address, argument
91 pmd_t *pmd; local
/linux-master/arch/arm/mm/
H A Dpgd.c147 pmd_t *pmd; local
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_32.c103 pmd_t *pmd = NULL; local
79 machine_kexec_page_table_set_one( pgd_t *pgd, pmd_t *pmd, pte_t *pte, unsigned long vaddr, unsigned long paddr) argument
[all...]
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_32.h45 static inline void free_pmd_fast(pmd_t * pmd) argument
/linux-master/arch/m68k/mm/
H A Dkmap.c375 unsigned long pmd = pmd_val(*pmd_dir); local
/linux-master/arch/csky/mm/
H A Dinit.c159 pmd_t *pmd; local
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h34 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) argument
39 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, argument
45 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, argument
57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) argument
59 kmem_cache_free(PGT_CACHE(PMD_CACHE_INDEX), pmd); local
[all...]
/linux-master/arch/x86/include/asm/
H A Dpgtable-3level_types.h26 pmdval_t pmd; member in union:__anon39

Completed in 287 milliseconds

1234567891011