M68K_SYNC_ICACHE(2) | System Calls Manual (m68k) | M68K_SYNC_ICACHE(2) |
void
m68k_sync_icache(void *start, size_t size);
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.
February 9, 1998 | NetBSD 6.1 |