Searched defs:pmd (Results 51 - 75 of 255) sorted by relevance

1234567891011

/linux-master/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c59 pmd_t *pmd; local
138 static int subpage_walk_pmd_entry(pmd_t *pmd, unsigned long addr, argument
H A Dhash_hugepage.c36 pmd_t pmd = READ_ONCE(*pmdp); local
/linux-master/include/linux/
H A Dpage_table_check.h52 static inline void page_table_check_pmd_clear(struct mm_struct *mm, pmd_t pmd) argument
119 static inline void page_table_check_pmd_clear(struct mm_struct *mm, pmd_t pmd) argument
77 page_table_check_pmd_set(struct mm_struct *mm, pmd_t *pmdp, pmd_t pmd) argument
95 page_table_check_pte_clear_range(struct mm_struct *mm, unsigned long addr, pmd_t pmd) argument
132 page_table_check_pmd_set(struct mm_struct *mm, pmd_t *pmdp, pmd_t pmd) argument
142 page_table_check_pte_clear_range(struct mm_struct *mm, unsigned long addr, pmd_t pmd) argument
[all...]
/linux-master/arch/openrisc/mm/
H A Dfault.c298 pmd_t *pmd, *pmd_k; local
/linux-master/arch/arc/mm/
H A Dfault.c35 pmd_t *pmd, *pmd_k; local
/linux-master/arch/xtensa/mm/
H A Dfault.c38 pmd_t *pmd, *pmd_k; local
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h21 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, argument
27 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, argument
40 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) argument
67 pmd_t *pmd; local
[all...]
/linux-master/mm/damon/
H A Dops-common.c54 void damon_pmdp_mkold(pmd_t *pmd, struct vm_area_struct *vma, unsigned long addr) argument
/linux-master/arch/m68k/include/asm/
H A Dpage.h21 typedef struct { unsigned long pmd; } pmd_t; member in struct:__anon18
H A Dmmu_context.h101 pmd_t *pmd; local
/linux-master/mm/
H A Dptdump.c98 static int ptdump_pmd_entry(pmd_t *pmd, unsigned long addr, argument
H A Dmincore.c100 static int mincore_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, argument
H A Dmapping_dirty_helpers.c126 static int wp_clean_pmd_entry(pmd_t *pmd, unsigned long addr, unsigned long end, argument
/linux-master/arch/loongarch/mm/
H A Dpgtable.c121 pmd_t pmd; local
128 set_pmd_at(struct mm_struct *mm, unsigned long addr, pmd_t *pmdp, pmd_t pmd) argument
/linux-master/arch/mips/mm/
H A Dfault.c289 pmd_t *pmd, *pmd_k; local
/linux-master/arch/parisc/mm/
H A Dhugetlbpage.c53 pmd_t *pmd; local
80 pmd_t *pmd; local
/linux-master/arch/microblaze/mm/
H A Dpgtable.c200 pmd_t *pmd; local
/linux-master/include/asm-generic/
H A Dpgtable-nopmd.h63 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) argument
[all...]
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h131 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) argument
147 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) argument
152 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, argument
158 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, argument
164 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, argument
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dpgtable-types.h35 typedef struct { unsigned long pmd; } pmd_t; member in struct:__anon29
/linux-master/arch/um/kernel/
H A Dtrap.c29 pmd_t *pmd; local
/linux-master/arch/sparc/mm/
H A Dfault_32.c276 pmd_t *pmd, *pmd_k; local
/linux-master/arch/sh/mm/
H A Dfault.c58 pmd_t *pmd; local
126 pmd_t *pmd, *pmd_ local
[all...]
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_64.h36 static inline void __pud_populate(pud_t *pud, pmd_t *pmd) argument
58 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) argument
/linux-master/arch/arm/mm/
H A Dfault-armv.c95 pmd_t *pmd; local

Completed in 217 milliseconds

1234567891011