Searched refs:sync_icache (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | ppage.c | 348 sync_icache(va + off, len); in pagezero() 354 sync_icache(va + off, len); in pagezero()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | subr.c | 346 sync_icache(vaddr + off, size); in hot_patch_kernel_text() 347 sync_icache(iaddr, size); in hot_patch_kernel_text()
|
H A D | urw.c | 296 sync_icache(vaddr, (uint_t)len); in urw()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | systm.h | 290 extern void sync_icache(caddr_t, uint_t);
|
/titanic_41/usr/src/uts/sun4u/os/ |
H A D | ppage.c | 548 sync_icache(va + off, len); in pagezero()
|
/titanic_41/usr/src/uts/sparc/dtrace/ |
H A D | fbt.c | 373 sync_icache((caddr_t)fbt_trampoline, fbt_trampoline_size); in fbt_trampoline_unmap() 374 sync_icache(fbt_trampoline_window, fbt_trampoline_size); in fbt_trampoline_unmap()
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | generic_copy.s | 354 call sync_icache 505 call sync_icache
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 1040 sync_icache(caddr_t addr, uint_t len) in sync_icache() function
|
/titanic_41/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 1697 sync_icache(caddr_t va, uint_t len) in sync_icache() function
|