Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/include/
H A Dsljit_machdep.h43 #define SLJIT_CACHE_FLUSH(from, to) mips_icache_sync_range( \
H A Dcache.h274 #define mips_icache_sync_range(v, s) \ macro
/netbsd-src/sys/arch/mips/mips/
H A Dpmap_machdep.c591 mips_icache_sync_range((intptr_t)va, len); in pmap_procwr()
603 mips_icache_sync_range( in pmap_procwr()
695 mips_icache_sync_range(tva, PAGE_SIZE); in pmap_md_page_syncicache()
703 mips_icache_sync_range(MIPS_PHYS_TO_KSEG0(VM_PAGE_TO_PHYS(pg)), in pmap_md_page_syncicache()
H A Dmips_fixup.c162 mips_icache_sync_range((intptr_t)start, in mips_fixup_exceptions()
531 mips_icache_sync_range((intptr_t)start, in mips_fixup_stubs()
H A Ddb_interface.c253 mips_icache_sync_range(addr, size); in db_write_bytes()
/netbsd-src/external/cddl/osnet/dev/fbt/mips/
H A Dfbt_isa.c92 mips_icache_sync_range((vm_offset_t)fbt->fbtp_patchpoint, 4); in fbt_patch_tracepoint()
/netbsd-src/sys/arch/evbmips/rmixl/
H A Dmachdep.c512 mips_icache_sync_range((vaddr_t)insnp, 4); in rmixl_fixup_curcpu()