Lines Matching refs:pgd_t
63 static pgd_t *srmmu_swapper_pg_dir;
109 static inline void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp) in srmmu_ctxd_set()
273 pgd_t *pgd; in srmmu_nocache_init()
319 pgd_t *get_pgd_fast(void) in get_pgd_fast()
321 pgd_t *pgd = NULL; in get_pgd_fast()
325 pgd_t *init = pgd_offset_k(0); in get_pgd_fast()
326 memset(pgd, 0, USER_PTRS_PER_PGD * sizeof(pgd_t)); in get_pgd_fast()
328 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in get_pgd_fast()
485 pgd_t *pgdp; in srmmu_mapioaddr()
520 pgd_t *pgdp; in srmmu_unmapioaddr()
662 pgd_t *pgdp; in srmmu_early_allocate_ptable_skeleton()
668 if (pgd_none(*(pgd_t *)__nocache_fix(pgdp))) { in srmmu_early_allocate_ptable_skeleton()
693 pgd_t *pgdp; in srmmu_allocate_ptable_skeleton()
748 pgd_t *pgdp; in srmmu_inherit_prom_mappings()
781 *(pgd_t *)__nocache_fix(pgdp) = __pgd(probed); in srmmu_inherit_prom_mappings()
785 if (pgd_none(*(pgd_t *)__nocache_fix(pgdp))) { in srmmu_inherit_prom_mappings()
825 pgd_t *pgdp = pgd_offset_k(vaddr); in do_large_mapping()
829 *(pgd_t *)__nocache_fix(pgdp) = __pgd(big_pte); in do_large_mapping()
875 pgd_t *pgd; in srmmu_paging_init()