/arch/mn10300/mm/ |
D | pgtable.c | 37 pgd_t *pgd; in set_pmd_pfn() local 103 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add() 113 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del() 123 void pgd_ctor(void *pgd) in pgd_ctor() 143 void pgd_dtor(void *pgd) in pgd_dtor() 157 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() 139 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
/arch/powerpc/include/asm/ |
D | pgtable-ppc64-4k.h | 55 #define pgd_none(pgd) (!pgd_val(pgd)) argument 56 #define pgd_bad(pgd) (pgd_val(pgd) == 0) argument 57 #define pgd_present(pgd) (pgd_val(pgd) != 0) argument 59 #define pgd_page_vaddr(pgd) (pgd_val(pgd) & ~PGD_MASKED_BITS) argument 60 #define pgd_page(pgd) virt_to_page(pgd_page_vaddr(pgd)) argument
|
/arch/arm/mm/ |
D | pgd.c | 24 #define __pgd_free(pgd) kfree(pgd) argument 27 #define __pgd_free(pgd) free_pages((unsigned long)pgd, 2) argument 109 pgd_t *pgd; in pgd_free() local
|
D | idmap.c | 50 static void idmap_add_pud(pgd_t *pgd, unsigned long addr, unsigned long end, in idmap_add_pud() 62 static void identity_mapping_add(pgd_t *pgd, unsigned long addr, unsigned long end) in identity_mapping_add()
|
/arch/x86/mm/ |
D | pgtable.c | 73 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add() 80 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del() 91 static void pgd_set_mm(pgd_t *pgd, struct mm_struct *mm) in pgd_set_mm() 102 static void pgd_ctor(struct mm_struct *mm, pgd_t *pgd) in pgd_ctor() 122 static void pgd_dtor(pgd_t *pgd) in pgd_dtor() 220 pgd_t pgd = pgdp[i]; in pgd_mop_up_pmds() local 233 static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[]) in pgd_prepopulate_pmd() 258 pgd_t *pgd; in pgd_alloc() local 296 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/m32r/include/asm/ |
D | pgtable-2level.h | 33 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() 34 static inline int pgd_bad(pgd_t pgd) { return 0; } in pgd_bad() 35 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() 53 #define pgd_page_vaddr(pgd) \ argument 57 #define pgd_page(pgd) (mem_map + ((pgd_val(pgd) >> PAGE_SHIFT) - PFN_BASE)) argument
|
/arch/tile/mm/ |
D | pgtable.c | 92 pgd_t *pgd; in set_pte_pfn() local 160 pgd_t *pgd; in shatter_huge_page() local 229 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add() 234 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del() 242 static void pgd_ctor(pgd_t *pgd) in pgd_ctor() 266 static void pgd_dtor(pgd_t *pgd) in pgd_dtor() 277 pgd_t *pgd = kmem_cache_alloc(pgd_cache, GFP_KERNEL); in pgd_alloc() local 283 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 395 pgd_t *pgd; in virt_to_pte() local
|
D | fault.c | 102 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() 135 static inline int vmalloc_fault(pgd_t *pgd, unsigned long address) in vmalloc_fault() 212 static int handle_migrating_pte(pgd_t *pgd, int fault_num, in handle_migrating_pte() 275 pgd_t *pgd; in handle_page_fault() local 599 pgd_t *pgd = get_current_pgd(); in do_page_fault_ics() local
|
/arch/x86/platform/efi/ |
D | efi_64.c | 64 int pgd; in efi_call_phys_prelog() local 86 int pgd; in efi_call_phys_epilog() local
|
/arch/um/kernel/ |
D | mem.c | 118 pgd_t *pgd; in fixrange_init() local 163 pgd_t *pgd; in init_highmem() local 189 pgd_t *pgd; in fixaddr_user_init() local 273 pgd_t *pgd = (pgd_t *)__get_free_page(GFP_KERNEL); in pgd_alloc() local 284 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/sh/mm/ |
D | pgtable.c | 13 pgd_t *pgd = x; in pgd_ctor() local 37 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
|
D | hugetlbpage.c | 27 pgd_t *pgd; in huge_pte_alloc() local 47 pgd_t *pgd; in huge_pte_offset() local
|
D | gup.c | 137 static int gup_pud_range(pgd_t pgd, unsigned long addr, unsigned long end, in gup_pud_range() 186 pgd_t pgd = *pgdp; in __get_user_pages_fast() local 235 pgd_t pgd = *pgdp; in get_user_pages_fast() local
|
/arch/arm/plat-samsung/include/plat/ |
D | sysmmu.h | 89 #define s5p_sysmmu_enable(ips, pgd) do { } while (0) argument 91 #define s5p_sysmmu_set_tablebase_pgd(ips, pgd) do { } while (0) 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/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/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/unicore32/include/asm/ |
D | cpu-single.h | 21 #define cpu_switch_mm(pgd, mm) cpu_do_switch_mm(virt_to_phys(pgd), mm) argument
|
/arch/c6x/include/asm/ |
D | pgtable.h | 26 #define pgd_present(pgd) (1) argument 27 #define pgd_none(pgd) (0) argument 28 #define pgd_bad(pgd) (0) argument
|
/arch/unicore32/kernel/ |
D | hibernate.c | 35 static pmd_t *resume_one_md_table_init(pgd_t *pgd) in resume_one_md_table_init() 75 pgd_t *pgd; in resume_physical_mapping_init() 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/powerpc/kernel/ |
D | softemu8xx.c | 42 pgd_t *pgd; in print_8xx_pte() local 83 pgd_t *pgd; in get_8xx_pte() local
|