Query: m68k_sync_icache
OS: netbsd
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
M68K_SYNC_ICACHE(2) BSD/m68k System Calls Manual M68K_SYNC_ICACHE(2)NAMEm68k_sync_icache -- instruction cache synchronizationLIBRARYm68k Architecture Library (libm68k, -lm68k)SYNOPSIS#include <sys/types.h> #include <m68k/sync_icache.h> void m68k_sync_icache(void *start, size_t size);DESCRIPTIONm68k_sync_icache() synchronizes data and instruction caches over the specified region. It should be called prior to executing newly gener- ated code. The affected address range starts at start and continues for size bytes. If start is 0, all the address space of the current execution thread is affected. Addresses outside the specified region may be synchronized, too. The call always succeeds.SEE ALSOarm_sync_icache(2)HISTORYm68k_sync_icache() appeared first in NetBSD 1.4.AUTHORSIgnatios SouvatzisBSDFebruary 9, 1998 BSD
Related Man Pages |
---|
sys_dcache_flush(3) - mojave |
munmap(2) - debian |
minherit(2) - netbsd |
mremap(2) - netbsd |
sys_icache_invalidate(3) - osx |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
RFC - Korn shell prompt |
Adding a List of Times |
Grandpa returning to UNIX |