Searched defs:pud (Results 51 - 75 of 186) sorted by relevance

12345678

/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h88 static inline void p4d_populate(struct mm_struct *mm, p4d_t *pgd, pud_t *pud) argument
95 pud_t *pud; local
110 static inline void __pud_free(pud_t *pud) argument
123 kmem_cache_free(PGT_CACHE(PUD_CACHE_INDEX), pud); local
126 pud_free(struct mm_struct *mm, pud_t *pud) argument
131 pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) argument
136 __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, unsigned long address) argument
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dpgtable-types.h43 typedef struct { unsigned long pud; } pud_t; member in struct:__anon30
/linux-master/arch/um/include/asm/
H A Dpgtable-3level.h72 static inline void pud_clear (pud_t *pud) argument
/linux-master/arch/sparc/mm/
H A Dfault_32.c275 pud_t *pud, *pud_k; local
/linux-master/arch/m68k/include/asm/
H A Dmmu_context.h100 pud_t *pud; local
/linux-master/arch/sh/mm/
H A Dfault.c57 pud_t *pud; local
125 pud_t *pud, *pud_k; local
[all...]
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_64.h19 static inline void __p4d_populate(p4d_t *p4d, pud_t *pud) argument
36 static inline void __pud_populate(pud_t *pud, pmd_t *pmd) argument
48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) argument
/linux-master/arch/arm/mm/
H A Dfault-armv.c94 pud_t *pud; local
/linux-master/mm/
H A Dmapping_dirty_helpers.c148 static int wp_clean_pud_entry(pud_t *pud, unsigned long addr, unsigned long end, argument
H A Dpage_table_check.c174 void __page_table_check_pud_clear(struct mm_struct *mm, pud_t pud) argument
213 void __page_table_check_pud_set(struct mm_struct *mm, pud_t *pudp, pud_t pud) argument
/linux-master/arch/parisc/mm/
H A Dhugetlbpage.c52 pud_t *pud; local
79 pud_t *pud; local
190 int pud_huge(pud_t pud) argument
/linux-master/arch/m68k/mm/
H A Dmcfmmu.c92 pud_t *pud; local
/linux-master/arch/m68k/kernel/
H A Dsys_m68k.c471 pud_t *pud; local
/linux-master/arch/m68k/sun3x/
H A Ddvma.c83 pud_t *pud; local
/linux-master/arch/arc/include/asm/
H A Dpage.h47 unsigned long pud; member in struct:__anon2
/linux-master/arch/x86/kernel/
H A Despfix_64.c129 pud_t pud, *pud_p; local
/linux-master/arch/arm64/include/asm/
H A Dpgalloc.h59 static inline void pud_free(struct mm_struct *mm, pud_t *pud) argument
H A Dpgtable-types.h34 typedef struct { pudval_t pud; } pud_t; member in struct:__anon13
/linux-master/arch/powerpc/mm/
H A Dpgtable_64.c112 struct page *pud_page(pud_t pud) argument
/linux-master/arch/x86/power/
H A Dhibernate.c154 pud_t *pud; local
/linux-master/arch/arm64/mm/
H A Dfixmap.c58 pud_t pud = READ_ONCE(*pudp); local
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h75 static inline void pud_free(struct mm_struct *mm, pud_t *pud) argument
108 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) argument
113 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) argument
/linux-master/arch/riscv/include/asm/
H A Dpgalloc.h35 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) argument
42 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) argument
92 static inline void pud_free(struct mm_struct *mm, pud_t *pud) argument
98 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, argument
51 p4d_populate_safe(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) argument
[all...]
/linux-master/arch/powerpc/mm/nohash/
H A D8xx.c214 int pud_clear_huge(pud_t *pud) argument
/linux-master/arch/riscv/mm/
H A Dpgtable.c59 int pud_set_huge(pud_t *pud, phys_addr_t phys, pgprot_t prot) argument
67 int pud_clear_huge(pud_t *pud) argument
75 int pud_free_pmd_page(pud_t *pud, unsigned long addr) argument

Completed in 304 milliseconds

12345678