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

/freebsd-12-stable/sys/powerpc/include/
H A Dkdb.h49 __syncicache(addr, size);
H A Dmd_var.h56 void __syncicache(void *, int);
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dsyncicache.c51 __syncicache(void *from, int len) function
H A Dmachdep.c381 __syncicache((caddr_t)startkernel, endkernel - startkernel);
553 __syncicache(__DEVOLATILE(uint32_t *, p), cacheline_size);
H A Delf32_machdep.c361 __syncicache(lf->address, lf->size);
H A Delf64_machdep.c400 __syncicache(lf->address, lf->size);
/freebsd-12-stable/lib/libc/powerpc/gen/
H A Dsyncicache.c79 __syncicache(void *from, int len) function
/freebsd-12-stable/lib/libc/powerpc64/gen/
H A Dsyncicache.c79 __syncicache(void *from, int len) function
/freebsd-12-stable/stand/libsa/powerpc/
H A Dsyncicache.c77 __syncicache(void *from, int len) function
/freebsd-12-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-12-stable/stand/powerpc/uboot/
H A Dppc64_elf_freebsd.c63 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
/freebsd-12-stable/stand/uboot/lib/
H A Delf_freebsd.c65 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
/freebsd-12-stable/libexec/rtld-elf/powerpc/
H A Dreloc.c331 __syncicache(obj->mapbase, obj->textsize);
418 __syncicache(obj->pltgot, JMPTAB_BASE(N)*4);
496 __syncicache(wherep, 4);
525 __syncicache(wherep, 8);
/freebsd-12-stable/sys/cddl/dev/fbt/powerpc/
H A Dfbt_isa.c105 __syncicache(fbt->fbtp_patchpoint, 4);
/freebsd-12-stable/sys/powerpc/aim/
H A Daim_machdep.c310 __syncicache((void *)EXC_PGM, (size_t)&testppc64size);
426 __syncicache(EXC_RSVD, EXC_LAST - EXC_RSVD);
H A Dmmu_oea64.c741 __syncicache((void *)EXC_DSE, 0x80);
742 __syncicache((void *)EXC_ISE, 0x80);
1469 __syncicache((void *)(uintptr_t)pa, sz);
1471 __syncicache((void *)va, sz);
1473 __syncicache((void *)(uintptr_t)PHYS_TO_DMAP(pa), sz);
1480 __syncicache((void *)(moea64_scratchpage_va[1] +
H A Dmmu_oea.c1984 __syncicache((void *)pa, len);
/freebsd-12-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c331 __syncicache(obj->mapbase, obj->textsize);
/freebsd-12-stable/sys/powerpc/ofw/
H A Dofw_machdep.c105 __syncicache((void *)PHYS_TO_DMAP(EXC_RSVD), EXC_LAST - EXC_RSVD);
/freebsd-12-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c537 __syncicache(p, ph.p_memsz);
/freebsd-12-stable/sys/powerpc/booke/
H A Dpmap.c2250 __syncicache((void *)va, PAGE_SIZE);
2561 __syncicache((void *)va, PAGE_SIZE);
2901 __syncicache((void *)addr, PAGE_SIZE);
2905 __syncicache((void *)va, PAGE_SIZE);
3135 __syncicache((void *)qaddr, PAGE_SIZE);

Completed in 143 milliseconds