Home
last modified time | relevance | path

Searched defs:pgd (Results 1 – 25 of 139) sorted by relevance

123456

/arch/mn10300/mm/
Dpgtable.c38 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/
Dpgalloc.c85 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/
Dpgtable.c49 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()
Dpgtable_32.c29 pgd_t *pgd; in set_pte_vaddr() local
70 pgd_t *pgd; in set_pmd_pfn() local
/arch/arm/mm/
Dioremap.c69 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/
Dpgtable-4k.h101 #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/
Dmem.c116 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/
Dpgtable_no.h18 #define pgd_present(pgd) (1) argument
19 #define pgd_none(pgd) (0) argument
20 #define pgd_bad(pgd) (0) argument
/arch/s390/include/asm/
Dpgalloc.h69 #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/
Dpgtable_64.h127 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/
Dhibernate_32.c35 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/
Dpgtable.h11 #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/
Dpgalloc.h23 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/
Dfault_32.c57 pgd_t *pgd, *pgd_k; in do_page_fault() local
274 pgd_t *pgd; in __do_page_fault() local
Dhugetlbpage.c28 pgd_t *pgd; in huge_pte_alloc() local
48 pgd_t *pgd; in huge_pte_offset() local
/arch/powerpc/kernel/
Dsoftemu8xx.c44 pgd_t *pgd; in print_8xx_pte() local
85 pgd_t *pgd; in get_8xx_pte() local
/arch/um/include/asm/
Dpgtable-2level.h35 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/
Dpgtable-nommu.h23 #define pgd_present(pgd) (1) argument
24 #define pgd_none(pgd) (0) argument
25 #define pgd_bad(pgd) (0) argument
/arch/blackfin/include/asm/
Dpgtable.h13 #define pgd_present(pgd) (1) argument
14 #define pgd_none(pgd) (0) argument
15 #define pgd_bad(pgd) (0) argument
/arch/powerpc/mm/
Dsubpage-prot.c27 void subpage_prot_free(pgd_t *pgd) in subpage_prot_free()
57 pgd_t *pgd; in hpte_flush_range() local
/arch/avr32/include/asm/
Dpgalloc.h33 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/
Dpgalloc.h27 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/
Dinit.c46 pgd_t **pgd; in cris_mmu_init() local
/arch/mips/mm/
Dpgtable-32.c38 pgd_t *pgd; in pagetable_init() local
/arch/sh/include/asm/
Dpgalloc.h25 pgd_t *pgd = x; in pgd_ctor() local
40 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()

123456