Searched refs:sync_sz (Results 1 – 3 of 3) sorted by relevance
728 int sync_sz, valid; in mmu_booke_sync_icache() local744 sync_sz = PAGE_SIZE - (va & PAGE_MASK); in mmu_booke_sync_icache()745 sync_sz = min(sync_sz, sz); in mmu_booke_sync_icache()764 sync_sz); in mmu_booke_sync_icache()768 __syncicache((void *)va, sync_sz); in mmu_booke_sync_icache()770 va += sync_sz; in mmu_booke_sync_icache()771 sz -= sync_sz; in mmu_booke_sync_icache()
638 int sync_sz, valid; in mmu_booke_sync_icache() local647 sync_sz = PAGE_SIZE - (va & PAGE_MASK); in mmu_booke_sync_icache()648 sync_sz = min(sync_sz, sz); in mmu_booke_sync_icache()651 __syncicache((void *)PHYS_TO_DMAP(pa), sync_sz); in mmu_booke_sync_icache()653 va += sync_sz; in mmu_booke_sync_icache()654 sz -= sync_sz; in mmu_booke_sync_icache()
5982 int sync_sz; in mmu_radix_sync_icache() local5989 sync_sz = PAGE_SIZE - (va & PAGE_MASK); in mmu_radix_sync_icache()5990 sync_sz = min(sync_sz, sz); in mmu_radix_sync_icache()5993 __syncicache((void *)PHYS_TO_DMAP(pa), sync_sz); in mmu_radix_sync_icache()5995 va += sync_sz; in mmu_radix_sync_icache()5996 sz -= sync_sz; in mmu_radix_sync_icache()