• Home
  • Raw
  • Download

Lines Matching refs:__nocache_fix

298 	memset(__nocache_fix(srmmu_swapper_pg_dir), 0, SRMMU_PGD_TABLE_SIZE);  in srmmu_nocache_init()
308 pmd = pmd_offset(__nocache_fix(pgd), vaddr); in srmmu_nocache_init()
309 pte = pte_offset_kernel(__nocache_fix(pmd), vaddr); in srmmu_nocache_init()
316 set_pte(__nocache_fix(pte), __pte(pteval)); in srmmu_nocache_init()
675 if (pgd_none(*(pgd_t *)__nocache_fix(pgdp))) { in srmmu_early_allocate_ptable_skeleton()
680 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton()
681 pgd_set(__nocache_fix(pgdp), pmdp); in srmmu_early_allocate_ptable_skeleton()
683 pmdp = pmd_offset(__nocache_fix(pgdp), start); in srmmu_early_allocate_ptable_skeleton()
684 if (srmmu_pmd_none(*(pmd_t *)__nocache_fix(pmdp))) { in srmmu_early_allocate_ptable_skeleton()
688 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton()
689 pmd_set(__nocache_fix(pmdp), ptep); in srmmu_early_allocate_ptable_skeleton()
788 *(pgd_t *)__nocache_fix(pgdp) = __pgd(probed); in srmmu_inherit_prom_mappings()
792 if (pgd_none(*(pgd_t *)__nocache_fix(pgdp))) { in srmmu_inherit_prom_mappings()
797 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings()
798 pgd_set(__nocache_fix(pgdp), pmdp); in srmmu_inherit_prom_mappings()
800 pmdp = pmd_offset(__nocache_fix(pgdp), start); in srmmu_inherit_prom_mappings()
801 if (srmmu_pmd_none(*(pmd_t *)__nocache_fix(pmdp))) { in srmmu_inherit_prom_mappings()
805 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_inherit_prom_mappings()
806 pmd_set(__nocache_fix(pmdp), ptep); in srmmu_inherit_prom_mappings()
817 *(unsigned long *)__nocache_fix(val) = probed; in srmmu_inherit_prom_mappings()
821 ptep = pte_offset_kernel(__nocache_fix(pmdp), start); in srmmu_inherit_prom_mappings()
822 *(pte_t *)__nocache_fix(ptep) = __pte(probed); in srmmu_inherit_prom_mappings()
836 *(pgd_t *)__nocache_fix(pgdp) = __pgd(big_pte); in do_large_mapping()
924 srmmu_ctxd_set((ctxd_t *)__nocache_fix(&srmmu_context_table[i]), srmmu_swapper_pg_dir); in srmmu_paging_init()