Lines Matching refs:__nocache_fix
290 memset(__nocache_fix(srmmu_swapper_pg_dir), 0, SRMMU_PGD_TABLE_SIZE); in srmmu_nocache_init()
302 pmd = pmd_offset(__nocache_fix(pud), vaddr); in srmmu_nocache_init()
303 pte = pte_offset_kernel(__nocache_fix(pmd), vaddr); in srmmu_nocache_init()
310 set_pte(__nocache_fix(pte), __pte(pteval)); in srmmu_nocache_init()
685 if (pud_none(*__nocache_fix(pudp))) { in srmmu_early_allocate_ptable_skeleton()
690 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton()
691 pud_set(__nocache_fix(pudp), pmdp); in srmmu_early_allocate_ptable_skeleton()
693 pmdp = pmd_offset(__nocache_fix(pudp), start); in srmmu_early_allocate_ptable_skeleton()
694 if (srmmu_pmd_none(*__nocache_fix(pmdp))) { in srmmu_early_allocate_ptable_skeleton()
698 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton()
699 pmd_set(__nocache_fix(pmdp), ptep); in srmmu_early_allocate_ptable_skeleton()
806 *__nocache_fix(pgdp) = __pgd(probed); in srmmu_inherit_prom_mappings()
810 if (pud_none(*__nocache_fix(pudp))) { in srmmu_inherit_prom_mappings()
815 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings()
816 pud_set(__nocache_fix(pudp), pmdp); in srmmu_inherit_prom_mappings()
818 pmdp = pmd_offset(__nocache_fix(pudp), start); in srmmu_inherit_prom_mappings()
820 *(pmd_t *)__nocache_fix(pmdp) = __pmd(probed); in srmmu_inherit_prom_mappings()
824 if (srmmu_pmd_none(*__nocache_fix(pmdp))) { in srmmu_inherit_prom_mappings()
828 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_inherit_prom_mappings()
829 pmd_set(__nocache_fix(pmdp), ptep); in srmmu_inherit_prom_mappings()
831 ptep = pte_offset_kernel(__nocache_fix(pmdp), start); in srmmu_inherit_prom_mappings()
832 *__nocache_fix(ptep) = __pte(probed); in srmmu_inherit_prom_mappings()
846 *__nocache_fix(pgdp) = __pgd(big_pte); in do_large_mapping()
936 srmmu_ctxd_set(__nocache_fix(&srmmu_context_table[i]), srmmu_swapper_pg_dir); in srmmu_paging_init()