/arch/mn10300/mm/ |
D | pgtable.c | 38 pgd_t *pgd; in set_pmd_pfn() local 104 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add() 114 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del() 124 void pgd_ctor(void *pgd) in pgd_ctor() 144 void pgd_dtor(void *pgd) in pgd_dtor() 158 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
/arch/frv/mm/ |
D | pgalloc.c | 85 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add() 95 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del() 105 void pgd_ctor(void *pgd) in pgd_ctor() 125 void pgd_dtor(void *pgd) in pgd_dtor() 136 pgd_t *pgd; in pgd_alloc() local 145 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
/arch/x86/mm/ |
D | pgtable.c | 49 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add() 56 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del() 66 static void pgd_ctor(pgd_t *pgd) in pgd_ctor() 88 static void pgd_dtor(pgd_t *pgd) in pgd_dtor() 189 pgd_t pgd = pgdp[i]; in pgd_mop_up_pmds() local 202 static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[]) in pgd_prepopulate_pmd() 227 pgd_t *pgd; in pgd_alloc() local 266 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
D | pgtable_32.c | 29 pgd_t *pgd; in set_pte_vaddr() local 70 pgd_t *pgd; in set_pmd_pfn() local
|
/arch/arm/mm/ |
D | ioremap.c | 69 static inline int remap_area_pmd(pgd_t *pgd, unsigned long addr, in remap_area_pmd() 97 pgd_t *pgd; in remap_area_pages() local 142 pgd_t *pgd; in unmap_area_sections() local 187 pgd_t *pgd; in remap_area_sections() local 217 pgd_t *pgd; in remap_area_supersections() local
|
/arch/powerpc/include/asm/ |
D | pgtable-4k.h | 101 #define pgd_none(pgd) (!pgd_val(pgd)) argument 102 #define pgd_bad(pgd) (pgd_val(pgd) == 0) argument 103 #define pgd_present(pgd) (pgd_val(pgd) != 0) argument 105 #define pgd_page_vaddr(pgd) (pgd_val(pgd) & ~PGD_MASKED_BITS) argument 106 #define pgd_page(pgd) virt_to_page(pgd_page_vaddr(pgd)) argument
|
/arch/um/kernel/ |
D | mem.c | 116 pgd_t *pgd; in fixrange_init() local 161 pgd_t *pgd; in init_highmem() local 187 pgd_t *pgd; in fixaddr_user_init() local 271 pgd_t *pgd = (pgd_t *)__get_free_page(GFP_KERNEL); in pgd_alloc() local 282 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
/arch/m68k/include/asm/ |
D | pgtable_no.h | 18 #define pgd_present(pgd) (1) argument 19 #define pgd_none(pgd) (0) argument 20 #define pgd_bad(pgd) (0) argument
|
/arch/s390/include/asm/ |
D | pgalloc.h | 69 #define pgd_populate(mm, pgd, pud) BUG() argument 70 #define pgd_populate_kernel(mm, pgd, pud) BUG() argument 108 pgd_t *pgd, pud_t *pud) in pgd_populate_kernel() 113 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() 147 #define pgd_free(mm, pgd) crst_table_free(mm, (unsigned long *) pgd) argument
|
/arch/x86/include/asm/ |
D | pgtable_64.h | 127 static inline void native_set_pgd(pgd_t *pgdp, pgd_t pgd) in native_set_pgd() 132 static inline void native_pgd_clear(pgd_t *pgd) in native_pgd_clear() 159 static inline int pgd_bad(pgd_t pgd) in pgd_bad() 187 #define pgd_page_vaddr(pgd) \ argument 189 #define pgd_page(pgd) (pfn_to_page(pgd_val((pgd)) >> PAGE_SHIFT)) argument 190 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_PRESENT) argument 191 static inline int pgd_large(pgd_t pgd) { return 0; } in pgd_large() 200 #define pud_offset(pgd, address) \ argument
|
/arch/x86/power/ |
D | hibernate_32.c | 35 static pmd_t *resume_one_md_table_init(pgd_t *pgd) in resume_one_md_table_init() 86 pgd_t *pgd; in resume_physical_mapping_init() local
|
/arch/h8300/include/asm/ |
D | pgtable.h | 11 #define pgd_present(pgd) (1) /* pages are always present on NO_MM */ argument 12 #define pgd_none(pgd) (0) argument 13 #define pgd_bad(pgd) (0) argument
|
/arch/parisc/include/asm/ |
D | pgalloc.h | 23 pgd_t *pgd = (pgd_t *)__get_free_pages(GFP_KERNEL, in pgd_alloc() local 46 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 58 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate()
|
/arch/sh/mm/ |
D | fault_32.c | 57 pgd_t *pgd, *pgd_k; in do_page_fault() local 274 pgd_t *pgd; in __do_page_fault() local
|
D | hugetlbpage.c | 28 pgd_t *pgd; in huge_pte_alloc() local 48 pgd_t *pgd; in huge_pte_offset() local
|
/arch/powerpc/kernel/ |
D | softemu8xx.c | 44 pgd_t *pgd; in print_8xx_pte() local 85 pgd_t *pgd; in get_8xx_pte() local
|
/arch/um/include/asm/ |
D | pgtable-2level.h | 35 static inline int pgd_newpage(pgd_t pgd) { return 0; } in pgd_newpage() 36 static inline void pgd_mkuptodate(pgd_t pgd) { } in pgd_mkuptodate()
|
/arch/arm/include/asm/ |
D | pgtable-nommu.h | 23 #define pgd_present(pgd) (1) argument 24 #define pgd_none(pgd) (0) argument 25 #define pgd_bad(pgd) (0) argument
|
/arch/blackfin/include/asm/ |
D | pgtable.h | 13 #define pgd_present(pgd) (1) argument 14 #define pgd_none(pgd) (0) argument 15 #define pgd_bad(pgd) (0) argument
|
/arch/powerpc/mm/ |
D | subpage-prot.c | 27 void subpage_prot_free(pgd_t *pgd) in subpage_prot_free() 57 pgd_t *pgd; in hpte_flush_range() local
|
/arch/avr32/include/asm/ |
D | pgalloc.h | 33 pgd_t *pgd = x; in pgd_ctor() local 48 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
/arch/alpha/include/asm/ |
D | pgalloc.h | 27 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() 35 pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
/arch/cris/arch-v32/mm/ |
D | init.c | 46 pgd_t **pgd; in cris_mmu_init() local
|
/arch/mips/mm/ |
D | pgtable-32.c | 38 pgd_t *pgd; in pagetable_init() local
|
/arch/sh/include/asm/ |
D | pgalloc.h | 25 pgd_t *pgd = x; in pgd_ctor() local 40 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|