Searched refs:mips_icache_sync_range (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/mips/include/
H A Dsljit_machdep.h43 #define SLJIT_CACHE_FLUSH(from, to) mips_icache_sync_range( \
H A Dcache.h114 * mips_icache_sync_range Synchronize I-cache range
274 #define mips_icache_sync_range(v, s) \ macro
/netbsd-current/external/cddl/osnet/dev/fbt/mips/
H A Dfbt_isa.c92 mips_icache_sync_range((vm_offset_t)fbt->fbtp_patchpoint, 4);
/netbsd-current/sys/arch/mips/mips/
H A Dpmap_machdep.c591 mips_icache_sync_range((intptr_t)va, len);
603 mips_icache_sync_range(
695 mips_icache_sync_range(tva, PAGE_SIZE);
703 mips_icache_sync_range(MIPS_PHYS_TO_KSEG0(VM_PAGE_TO_PHYS(pg)),
H A Dmips_fixup.c162 mips_icache_sync_range((intptr_t)start,
531 mips_icache_sync_range((intptr_t)start,
H A Ddb_interface.c253 mips_icache_sync_range(addr, size);
/netbsd-current/sys/arch/evbmips/rmixl/
H A Dmachdep.c512 mips_icache_sync_range((vaddr_t)insnp, 4);

Completed in 118 milliseconds