taglinefilesource code
pgd_t89arch/i386/kernel/ptrace.cpgd_t * pgdir;
pgd_t140arch/i386/kernel/ptrace.cpgd_t *pgdir;
pgd_t72arch/i386/kernel/vm86.cpgd_t *pg_dir;
pgd_t116arch/i386/mm/init.cpgd_t * pg_dir;
pgd_t87arch/mips/kernel/ptrace.cpgd_t * pgdir;
pgd_t127arch/mips/kernel/ptrace.cpgd_t *pgdir;
pgd_t145arch/mips/mm/init.cpgd_t * pg_dir;
pgd_t340fs/proc/array.cpgd_t *page_dir;
pgd_t563fs/proc/array.cstatic inline void statm_pmd_range(pgd_t * pgd, unsigned long address, unsigned long size,
pgd_t588fs/proc/array.cstatic void statm_pgd_range(pgd_t * pgd, unsigned long address, unsigned long end,
pgd_t609fs/proc/array.cpgd_t *pgd = pgd_offset(*p, vma->vm_start);
pgd_t29fs/proc/mem.cpgd_t *page_dir;
pgd_t91fs/proc/mem.cpgd_t *page_dir;
pgd_t178fs/proc/mem.cpgd_t *src_dir, *dest_dir;
pgd_t28include/asm-alpha/page.h#define __pgd(x)  ((pgd_t) { (x) } )
pgd_t149include/asm-alpha/pgtable.hextern inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp)
pgd_t158include/asm-alpha/pgtable.hextern inline unsigned long pgd_page(pgd_t pgd)
pgd_t182include/asm-alpha/pgtable.hextern inline int pgd_none(pgd_t pgd)    { return !pgd_val(pgd); }
pgd_t183include/asm-alpha/pgtable.hextern inline int pgd_bad(pgd_t pgd)    { return (pgd_val(pgd) & ~_PFN_MASK) != _PAGE_TABLE || pgd_page(pgd) > high_memory; }
pgd_t184include/asm-alpha/pgtable.hextern inline int pgd_present(pgd_t pgd)  { return pgd_val(pgd) & _PAGE_VALID; }
pgd_t185include/asm-alpha/pgtable.hextern inline int pgd_inuse(pgd_t *pgdp)  { return mem_map[MAP_NR(pgdp)] != 1; }
pgd_t186include/asm-alpha/pgtable.hextern inline void pgd_clear(pgd_t * pgdp)  { pgd_val(*pgdp) = 0; }
pgd_t187include/asm-alpha/pgtable.hextern inline void pgd_reuse(pgd_t * pgdp)
pgd_t218include/asm-alpha/pgtable.hextern inline void SET_PAGE_DIR(struct task_struct * tsk, pgd_t * pgdir)
pgd_t229include/asm-alpha/pgtable.hextern inline pgd_t * pgd_offset(struct task_struct * tsk, unsigned long address)
pgd_t231include/asm-alpha/pgtable.hreturn (pgd_t *) ((tsk->tss.ptbr << PAGE_SHIFT) + PAGE_OFFSET) +
pgd_t236include/asm-alpha/pgtable.hextern inline pmd_t * pmd_offset(pgd_t * dir, unsigned long address)
pgd_t288include/asm-alpha/pgtable.hextern inline pmd_t * pmd_alloc_kernel(pgd_t *pgd, unsigned long address)
pgd_t345include/asm-alpha/pgtable.hextern inline pmd_t * pmd_alloc(pgd_t *pgd, unsigned long address)
pgd_t368include/asm-alpha/pgtable.hextern inline void pgd_free(pgd_t * pgd)
pgd_t373include/asm-alpha/pgtable.hextern inline pgd_t * pgd_alloc(void)
pgd_t375include/asm-alpha/pgtable.hreturn (pgd_t *) get_free_page(GFP_KERNEL);
pgd_t378include/asm-alpha/pgtable.hextern pgd_t swapper_pg_dir[1024];
pgd_t29include/asm-i386/page.h#define __pgd(x)  ((pgd_t) { (x) } )
pgd_t155include/asm-i386/pgtable.hextern inline int pgd_none(pgd_t pgd)    { return 0; }
pgd_t156include/asm-i386/pgtable.hextern inline int pgd_bad(pgd_t pgd)    { return 0; }
pgd_t157include/asm-i386/pgtable.hextern inline int pgd_present(pgd_t pgd)  { return 1; }
pgd_t158include/asm-i386/pgtable.hextern inline int pgd_inuse(pgd_t * pgdp)  { return mem_map[MAP_NR(pgdp)] != 1; }
pgd_t159include/asm-i386/pgtable.hextern inline void pgd_clear(pgd_t * pgdp)  { }
pgd_t160include/asm-i386/pgtable.hextern inline void pgd_reuse(pgd_t * pgdp)
pgd_t170include/asm-i386/pgtable.hextern inline int pgd_none(pgd_t pgd)    { return !pgd_val(pgd); }
pgd_t171include/asm-i386/pgtable.hextern inline int pgd_bad(pgd_t pgd)    { return (pgd_val(pgd) & ~PAGE_MASK) != _PAGE_TABLE || pgd_val(pgd) > high_memory; }
pgd_t172include/asm-i386/pgtable.hextern inline int pgd_present(pgd_t pgd)  { return pgd_val(pgd) & _PAGE_PRESENT; }
pgd_t173include/asm-i386/pgtable.hextern inline void pgd_clear(pgd_t * pgdp)  { pgd_val(*pgdp) = 0; }
pgd_t218include/asm-i386/pgtable.hextern inline unsigned long pgd_page(pgd_t pgd)
pgd_t221include/asm-i386/pgtable.hextern inline void pgd_set(pgd_t * pgdp, pte_t * ptep)
pgd_t232include/asm-i386/pgtable.hextern inline pgd_t * pgd_offset(struct task_struct * tsk, unsigned long address)
pgd_t234include/asm-i386/pgtable.hreturn (pgd_t *) tsk->tss.cr3 + (address >> PGDIR_SHIFT);
pgd_t238include/asm-i386/pgtable.hextern inline pmd_t * pmd_offset(pgd_t * dir, unsigned long address)
pgd_t292include/asm-i386/pgtable.hextern inline pmd_t * pmd_alloc_kernel(pgd_t * pgd, unsigned long address)
pgd_t333include/asm-i386/pgtable.hextern inline pmd_t * pmd_alloc(pgd_t * pgd, unsigned long address)
pgd_t338include/asm-i386/pgtable.hextern inline void pgd_free(pgd_t * pgd)
pgd_t343include/asm-i386/pgtable.hextern inline pgd_t * pgd_alloc(void)
pgd_t345include/asm-i386/pgtable.hreturn (pgd_t *) get_free_page(GFP_KERNEL);
pgd_t348include/asm-i386/pgtable.hextern pgd_t swapper_pg_dir[1024];
pgd_t28include/asm-mips/page.h#define __pgd(x)  ((pgd_t) { (x) } )
pgd_t163include/asm-mips/page.h((((unsigned long)(address)) >> PGDIR_SHIFT) + (pgd_t *) (tsk)->tss.pg_dir)
pgd_t186include/asm-mips/page.hextern inline int pgd_none(pgd_t pgd)    { return !pgd_val(pgd); }
pgd_t187include/asm-mips/page.hextern inline int pgd_bad(pgd_t pgd)    { return (pgd_val(pgd) & ~PAGE_MASK) != _PAGE_TABLE || pgd_val(pgd) > high_memory; }
pgd_t188include/asm-mips/page.hextern inline int pgd_present(pgd_t pgd)  { return pgd_val(pgd) & _PAGE_PRESENT; }
pgd_t189include/asm-mips/page.hextern inline void pgd_clear(pgd_t * pgdp)  { pgd_val(*pgdp) = 0; }
pgd_t226include/asm-mips/page.hextern inline unsigned long pgd_page(pgd_t pgd)  { return pgd_val(pgd) & PAGE_MASK; }
pgd_t228include/asm-mips/page.hextern inline void pgd_set(pgd_t * pgdp, pte_t * ptep)
pgd_t54include/asm-sparc/page.h#define __pgd(x)  ((pgd_t) { (x) } )
pgd_t165include/asm-sparc/pgtable.hextern inline int pgd_none(pgd_t pgd)    { return !pgd_val(pgd); }
pgd_t166include/asm-sparc/pgtable.hextern inline int pgd_bad(pgd_t pgd)    { return (pgd_val(pgd) & ~PAGE_MASK) != _PAGE_TABLE || pgd_val(pgd) > high_memory; }
pgd_t167include/asm-sparc/pgtable.hextern inline int pgd_present(pgd_t pgd)  { return pgd_val(pgd) & _PAGE_VALID; }
pgd_t168include/asm-sparc/pgtable.hextern inline int pgd_inuse(pgd_t *pgdp)        { return mem_map[MAP_NR(pgdp)] > 1; }
pgd_t169include/asm-sparc/pgtable.hextern inline void pgd_clear(pgd_t * pgdp)  { pgd_val(*pgdp) = 0; }
pgd_t170include/asm-sparc/pgtable.hextern inline void pgd_reuse(pgd_t *pgdp)
pgd_t214include/asm-sparc/pgtable.hextern inline unsigned long pgd_page(pgd_t pgd)  { return pgd_val(pgd) & PAGE_MASK; }
pgd_t216include/asm-sparc/pgtable.hextern inline void pgd_set(pgd_t * pgdp, pte_t * ptep)
pgd_t221include/asm-sparc/pgtable.h((((unsigned long)(address)) >> 22) + (pgd_t *) (tsk)->tss.cr3)
pgd_t224include/asm-sparc/pgtable.hextern inline pgd_t * pgd_offset(struct task_struct * tsk, unsigned long address)
pgd_t226include/asm-sparc/pgtable.hreturn (pgd_t *) tsk->tss.cr3 + (address >> PGDIR_SHIFT);
pgd_t230include/asm-sparc/pgtable.hextern inline pmd_t * pmd_offset(pgd_t * dir, unsigned long address)
pgd_t285include/asm-sparc/pgtable.hextern inline pmd_t * pmd_alloc_kernel(pgd_t * pgd, unsigned long address)
pgd_t326include/asm-sparc/pgtable.hextern inline pmd_t * pmd_alloc(pgd_t * pgd, unsigned long address)
pgd_t331include/asm-sparc/pgtable.hextern inline void pgd_free(pgd_t *pgd)
pgd_t335include/asm-sparc/pgtable.hextern inline pgd_t *pgd_alloc(void)
pgd_t337include/asm-sparc/pgtable.hreturn (pgd_t *) get_free_page(GFP_KERNEL);
pgd_t340include/asm-sparc/pgtable.hextern pgd_t swapper_pg_dir[1024];
pgd_t420ipc/shm.cpgd_t *page_dir;
pgd_t715ipc/shm.cpgd_t *page_dir;
pgd_t133mm/filemap.cstatic inline void filemap_sync_pmd_range(pgd_t * pgd,
pgd_t163mm/filemap.cpgd_t * dir;
pgd_t120mm/memory.cstatic inline void free_one_pgd(pgd_t * dir)
pgd_t154mm/memory.cpgd_t * page_dir;
pgd_t166mm/memory.cpgd_t * new_pg;
pgd_t190mm/memory.cpgd_t * page_dir;
pgd_t222mm/memory.cpgd_t * pg_dir;
pgd_t283mm/memory.cstatic inline int copy_one_pgd(pgd_t * old_pgd, pgd_t * new_pgd)
pgd_t322mm/memory.cpgd_t *old_pgd;
pgd_t323mm/memory.cpgd_t *new_pgd;
pgd_t386mm/memory.cstatic inline void unmap_pmd_range(pgd_t * dir, unsigned long address, unsigned long size)
pgd_t416mm/memory.cpgd_t * dir;
pgd_t468mm/memory.cpgd_t * dir;
pgd_t543mm/memory.cpgd_t * dir;
pgd_t583mm/memory.cpgd_t * pgd;
pgd_t634mm/memory.cpgd_t *page_dir;
pgd_t807mm/memory.cpgd_t * from_dir, * to_dir;
pgd_t972mm/memory.cpgd_t *pgd;
pgd_t1117mm/memory.cpgd_t *pgd;
pgd_t48mm/mprotect.cstatic inline void change_pmd_range(pgd_t * pgd, unsigned long address,
pgd_t75mm/mprotect.cpgd_t *dir;
pgd_t436mm/swap.cstatic inline int swap_out_pgd(struct vm_area_struct * vma, pgd_t *dir,
pgd_t466mm/swap.cstatic int swap_out_vma(struct vm_area_struct * vma, pgd_t *pgdir,
pgd_t889mm/swap.cstatic inline int unuse_pgd(struct vm_area_struct * vma, pgd_t *dir,
pgd_t918mm/swap.cstatic int unuse_vma(struct vm_area_struct * vma, pgd_t *pgdir,
pgd_t940mm/swap.cpgd_t * pgd = pgd_offset(p, vma->vm_start);
pgd_t31mm/vmalloc.cstatic inline void set_pgdir(unsigned long address, pgd_t entry)
pgd_t71mm/vmalloc.cstatic inline void free_area_pmd(pgd_t * dir, unsigned long address, unsigned long size)
pgd_t97mm/vmalloc.cpgd_t * dir;
pgd_t153mm/vmalloc.cpgd_t * dir;