Searched refs:__syncicache (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/sys/powerpc/include/
H A Dmd_var.h60 void __syncicache(void *, int);
H A Dkdb.h49 __syncicache(addr, size);
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dsyncicache.c51 __syncicache(void *from, int len) function
H A Dmachdep.c429 __syncicache((caddr_t)startkernel, endkernel - startkernel);
783 __syncicache(__DEVOLATILE(uint32_t *, p), cacheline_size);
H A Delf32_machdep.c388 __syncicache(lf->address, lf->size);
H A Delf64_machdep.c433 __syncicache(lf->address, lf->size);
/freebsd-13-stable/lib/libc/powerpc/gen/
H A Dsyncicache.c79 __syncicache(void *from, int len) function
/freebsd-13-stable/lib/libc/powerpc64/gen/
H A Dsyncicache.c79 __syncicache(void *from, int len) function
/freebsd-13-stable/stand/libsa/powerpc/
H A Dsyncicache.c77 __syncicache(void *from, int len) function
/freebsd-13-stable/stand/powerpc/ofw/
H A Delf_freebsd.c64 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
H A Dppc64_elf_freebsd.c63 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
/freebsd-13-stable/stand/powerpc/uboot/
H A Dppc64_elf_freebsd.c63 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
/freebsd-13-stable/stand/uboot/lib/
H A Delf_freebsd.c65 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
/freebsd-13-stable/libexec/rtld-elf/powerpc/
H A Dreloc.c364 __syncicache(obj->relocbase + phdr->p_vaddr,
469 __syncicache(obj->pltgot, JMPTAB_BASE(N)*4);
568 __syncicache(wherep, 4);
597 __syncicache(wherep, 8);
/freebsd-13-stable/sys/cddl/dev/fbt/powerpc/
H A Dfbt_isa.c105 __syncicache(fbt->fbtp_patchpoint, 4);
/freebsd-13-stable/sys/powerpc/aim/
H A Daim_machdep.c345 __syncicache((void *)EXC_PGM, (size_t)&testppc64size);
463 __syncicache(EXC_RSVD, EXC_LAST - EXC_RSVD);
H A Dmmu_oea64.c949 __syncicache((void *)EXC_DSE, 0x80);
950 __syncicache((void *)EXC_ISE, 0x80);
1798 __syncicache((void *)(uintptr_t)pa, sz);
1800 __syncicache((void *)va, sz);
1802 __syncicache((void *)(uintptr_t)PHYS_TO_DMAP(pa), sz);
1809 __syncicache((void *)(moea64_scratchpage_va[1] +
H A Dmmu_oea.c2023 __syncicache((void *)pa, len);
/freebsd-13-stable/sys/powerpc/booke/
H A Dpmap_32.c758 __syncicache((void *)addr, sync_sz);
762 __syncicache((void *)va, sync_sz);
902 __syncicache((void *)qaddr, PAGE_SIZE);
H A Dpmap_64.c657 __syncicache((void *)PHYS_TO_DMAP(pa), sync_sz);
H A Dpmap.c1164 __syncicache((void *)va, PAGE_SIZE);
1424 __syncicache((void *)va, PAGE_SIZE);
/freebsd-13-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c362 __syncicache(obj->relocbase + phdr->p_vaddr,
/freebsd-13-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c537 __syncicache(p, ph.p_memsz);
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_machdep.c110 __syncicache((void *)PHYS_TO_DMAP(EXC_RSVD), EXC_LAST - EXC_RSVD);

Completed in 139 milliseconds