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

12

/netbsd-current/sys/arch/powerpc/include/
H A Dsljit_machdep.h42 __syncicache((void *)(from), (size_t)((to) - (from)))
H A Dcpu.h493 void __syncicache(void *, size_t);
/netbsd-current/sys/arch/powerpc/powerpc/
H A Ddb_memrw.c102 __syncicache((void *)addr, size);
H A Dkobj_machdep.c185 __syncicache(base, size);
H A Dpmap_subr.c440 __syncicache((void *)pa, len);
448 __syncicache((void *)pa, len);
/netbsd-current/sys/rump/include/machine/
H A Dcpu.h76 void __syncicache(void *, size_t);
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dibm4xx_machdep.c217 __syncicache((void *)msgbuf_paddr, round_page(MSGBUFSIZE));
280 __syncicache((void *)EXC_RST, EXC_LAST - EXC_RST + 0x100);
339 __syncicache((void *)&extint_call, sizeof extint_call);
340 __syncicache((void *)EXC_EXI, (int)&extsize);
/netbsd-current/lib/libc/arch/powerpc/gen/
H A Dsyncicache.c106 __syncicache(void *from, size_t len) function
/netbsd-current/lib/libc/arch/powerpc64/gen/
H A Dsyncicache.c103 __syncicache(void *from, size_t len) function
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dexception.c67 __syncicache(0, 0x1400);
H A Dglobals.h57 void __syncicache(void *, size_t);
H A Dmain.c343 __syncicache((void *)0xf0000,
389 __syncicache((void *)marks[MARK_ENTRY],
/netbsd-current/sys/lib/libkern/arch/powerpc/
H A Dsyncicache.c98 __syncicache(void *from, size_t len) function
/netbsd-current/sys/arch/riscv/include/
H A Dlocore.h127 void __syncicache(const void *, size_t);
/netbsd-current/sys/arch/prep/prep/
H A Dcpu.c107 __syncicache((void *)EXC_RST, 0x100);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dclear_cache.c164 __syncicache(start, (uintptr_t)end - (uintptr_t)start);
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dboot.c86 extern void __syncicache(void *, size_t); /* in libkern */
335 __syncicache((void *)(uintptr_t)entry, (size_t)ssym - entry);
/netbsd-current/sys/arch/powerpc/oea/
H A Doea_machdep.c296 * Get the cache sizes because install_extint calls __syncicache.
414 __syncicache((void *) trapstart,
416 __syncicache(dsitrap_fix_dbat4, 16);
417 __syncicache(dsitrap_fix_dbat7, 8);
434 __syncicache(ip, sizeof(*ip));
462 __syncicache((void *)exc_base, EXC_LAST + 0x100);
897 __syncicache((void *)extint_call, sizeof extint_call[0]);
916 __syncicache((void *)exc_exi_base, (size_t)extsize);
/netbsd-current/libexec/ld.elf_so/arch/powerpc/
H A Dppc_reloc.c148 __syncicache(pltcall, (char *)jmptab - (char *)pltcall);
413 /* __syncicache(where - 3, 12); */
472 __syncicache(where, 4);
509 __syncicache(where - 3, 12);
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dboot.c239 __syncicache((void *)marks[MARK_ENTRY],
/netbsd-current/sys/arch/prep/stand/boot/
H A Dboot.c229 __syncicache((void *)marks[MARK_ENTRY],
/netbsd-current/sys/arch/ofppc/stand/ofwboot/
H A Dboot.c295 __syncicache((void *)(uintptr_t)entry, (uintptr_t) ssym - entry);
/netbsd-current/sys/arch/macppc/macppc/
H A Dmachdep.c269 __syncicache((void *)msgbuf_paddr, round_page(MSGBUFSIZE));
294 __syncicache((void *)msgbuf_paddr, round_page(MSGBUFSIZE));
H A Dcpu.c249 __syncicache((void *)EXC_RST, 0x100);
/netbsd-current/sys/arch/rs6000/stand/boot/
H A Dboot.c292 __syncicache((void *)marks[MARK_ENTRY],

Completed in 198 milliseconds

12