| /arch/m68k/include/asm/ |
| A D | pgtable_no.h | 19 #define pgd_present(pgd) (1) argument 20 #define pgd_none(pgd) (0) argument 21 #define pgd_bad(pgd) (0) argument
|
| A D | mcf_pgalloc.h | 30 extern inline pmd_t *pmd_alloc_kernel(pgd_t *pgd, unsigned long address) in pmd_alloc_kernel() 78 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
| /arch/x86/power/ |
| A D | hibernate_32.c | 30 static pmd_t *resume_one_md_table_init(pgd_t *pgd) in resume_one_md_table_init() 84 pgd_t *pgd; in resume_physical_mapping_init() local 147 pgd_t *pgd; in set_up_temporary_text_mapping() local
|
| A D | hibernate_64.c | 28 static int set_up_temporary_text_mapping(pgd_t *pgd) in set_up_temporary_text_mapping() 100 pgd_t *pgd; in set_up_temporary_mappings() local
|
| /arch/arm/mm/ |
| A D | pgd.c | 21 #define _pgd_free(mm, pgd) kfree(pgd) argument 24 #define _pgd_free(mm, pgd) __pgd_free(mm, pgd) argument 142 pgd_t *pgd; in pgd_free() local
|
| A D | idmap.c | 68 static void idmap_add_pud(pgd_t *pgd, unsigned long addr, unsigned long end, in idmap_add_pud() 81 static void identity_mapping_add(pgd_t *pgd, const char *text_start, in identity_mapping_add()
|
| /arch/x86/mm/ |
| A D | kasan_init_64.c | 122 static void __init kasan_populate_pgd(pgd_t *pgd, unsigned long addr, in kasan_populate_pgd() 144 pgd_t *pgd; in kasan_populate_shadow() local 170 pgd_t *pgd; in clear_pgds() local 191 static inline p4d_t *early_p4d_offset(pgd_t *pgd, unsigned long addr) in early_p4d_offset() 203 static void __init kasan_early_p4d_populate(pgd_t *pgd, in kasan_early_p4d_populate() 230 static void __init kasan_map_early_shadow(pgd_t *pgd) in kasan_map_early_shadow() 244 static void __init kasan_shallow_populate_p4ds(pgd_t *pgd, in kasan_shallow_populate_p4ds() 266 pgd_t *pgd; in kasan_shallow_populate_pgds() local
|
| A D | pgtable.c | 58 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add() 65 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del() 72 static void pgd_set_mm(pgd_t *pgd, struct mm_struct *mm) in pgd_set_mm() 82 static void pgd_ctor(struct mm_struct *mm, pgd_t *pgd) in pgd_ctor() 95 static void pgd_dtor(pgd_t *pgd) in pgd_dtor() 221 pgd_t pgd = *pgdp; in mop_up_one_pmd() local 253 static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[]) in pgd_prepopulate_pmd() 317 static inline void _pgd_free(struct mm_struct *mm, pgd_t *pgd) in _pgd_free() 324 pgd_t *pgd; in pgd_alloc() local 376 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
| A D | ident_map.c | 50 static void free_p4d(struct x86_mapping_info *info, pgd_t *pgd) in free_p4d() 66 void kernel_ident_mapping_free(struct x86_mapping_info *info, pgd_t *pgd) in kernel_ident_mapping_free() 194 pgd_t *pgd = pgd_page + pgd_index(addr); in kernel_ident_mapping_init() local
|
| /arch/mips/mm/ |
| A D | hugetlbpage.c | 27 pgd_t *pgd; in huge_pte_alloc() local 44 pgd_t *pgd; in huge_pte_offset() local
|
| /arch/sh/mm/ |
| A D | hugetlbpage.c | 27 pgd_t *pgd; in huge_pte_alloc() local 52 pgd_t *pgd; in huge_pte_offset() local
|
| A D | pgtable.c | 14 pgd_t *pgd = x; in pgd_ctor() local 39 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
| A D | tlbex_32.c | 26 pgd_t *pgd; in handle_tlbmiss() local
|
| /arch/loongarch/mm/ |
| A D | hugetlbpage.c | 19 pgd_t *pgd; in huge_pte_alloc() local 36 pgd_t *pgd; in huge_pte_offset() local
|
| /arch/arm/include/asm/ |
| A D | pgtable-nommu.h | 20 #define pgd_present(pgd) (1) argument 21 #define pgd_none(pgd) (0) argument 22 #define pgd_bad(pgd) (0) argument
|
| /arch/riscv/include/asm/ |
| A D | pgalloc.h | 62 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() 71 static inline void pgd_populate_safe(struct mm_struct *mm, pgd_t *pgd, in pgd_populate_safe() 104 static inline void sync_kernel_mappings(pgd_t *pgd) in sync_kernel_mappings() 113 pgd_t *pgd; in pgd_alloc() local
|
| A D | pgtable-64.h | 341 static inline void set_pgd(pgd_t *pgdp, pgd_t pgd) in set_pgd() 349 static inline int pgd_none(pgd_t pgd) in pgd_none() 357 static inline int pgd_present(pgd_t pgd) in pgd_present() 365 static inline int pgd_bad(pgd_t pgd) in pgd_bad() 373 static inline void pgd_clear(pgd_t *pgd) in pgd_clear() 379 static inline p4d_t *pgd_pgtable(pgd_t pgd) in pgd_pgtable() 386 #define pgd_page_vaddr(pgd) ((unsigned long)pgd_pgtable(pgd)) argument 388 static inline struct page *pgd_page(pgd_t pgd) in pgd_page() 392 #define pgd_page(pgd) pgd_page(pgd) argument
|
| /arch/um/include/asm/ |
| A D | pgtable-2level.h | 34 static inline int pgd_needsync(pgd_t pgd) { return 0; } in pgd_needsync() 35 static inline void pgd_mkuptodate(pgd_t pgd) { } in pgd_mkuptodate()
|
| /arch/powerpc/include/asm/book3s/64/ |
| A D | pgalloc.h | 39 static inline void radix__pgd_free(struct mm_struct *mm, pgd_t *pgd) in radix__pgd_free() 50 pgd_t *pgd; in pgd_alloc() local 81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 88 static inline void p4d_populate(struct mm_struct *mm, p4d_t *pgd, pud_t *pud) in p4d_populate()
|
| /arch/powerpc/include/asm/nohash/ |
| A D | pgalloc.h | 22 pgd_t *pgd = kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE), in pgd_alloc() local 32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
| /arch/nios2/mm/ |
| A D | pgtable.c | 37 static void pgd_init(pgd_t *pgd) in pgd_init()
|
| /arch/arm64/mm/ |
| A D | pgd.c | 41 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
| /arch/csky/mm/ |
| A D | highmem.c | 23 pgd_t *pgd; in kmap_init() local
|
| /arch/parisc/mm/ |
| A D | fixmap.c | 16 pgd_t *pgd = pgd_offset_k(vaddr); in set_fixmap() local
|
| /arch/sparc/include/asm/ |
| A D | pgalloc_32.h | 21 static inline void free_pgd_fast(pgd_t *pgd) in free_pgd_fast() 26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) argument
|