Searched refs:sync_icache (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dppage.c348 sync_icache(va + off, len);
354 sync_icache(va + off, len);
/illumos-gate/usr/src/uts/common/os/
H A Dsubr.c346 sync_icache(vaddr + off, size);
347 sync_icache(iaddr, size);
H A Durw.c296 sync_icache(vaddr, (uint_t)len);
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h290 extern void sync_icache(caddr_t, uint_t);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dppage.c548 sync_icache(va + off, len);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s354 call sync_icache
505 call sync_icache
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c373 sync_icache((caddr_t)fbt_trampoline, fbt_trampoline_size);
374 sync_icache(fbt_trampoline_window, fbt_trampoline_size);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c1034 * sync_icache() - this is called
1040 sync_icache(caddr_t addr, uint_t len) function
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c1697 sync_icache(caddr_t va, uint_t len) function

Completed in 79 milliseconds