Home
last modified time | relevance | path

Searched refs:sync_sz (Results 1 – 3 of 3) sorted by relevance

/src/sys/powerpc/booke/
H A Dpmap_32.c728 int sync_sz, valid; in mmu_booke_sync_icache() local
744 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()
H A Dpmap_64.c638 int sync_sz, valid; in mmu_booke_sync_icache() local
647 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()
/src/sys/powerpc/aim/
H A Dmmu_radix.c5982 int sync_sz; in mmu_radix_sync_icache() local
5989 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()