*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> m68k_sync_icache (2)              
Title
Content
Arch
Section
 

M68K_SYNC_ICACHE(2)

Contents


NAME    [Toc]    [Back]

     m68k_sync_icache - instruction cache synchronization

LIBRARY    [Toc]    [Back]

     library ``libm68k''

SYNOPSIS    [Toc]    [Back]

     #include <sys/types.h>
     #include <m68k/sync_icache.h>

     void
     m68k_sync_icache(void *start, size_t size);

DESCRIPTION    [Toc]    [Back]

     m68k_sync_icache() synchronizes data and instruction caches over the
     specified region.  It should be called prior to executing newly generated
     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 ALSO    [Toc]    [Back]

      
      
     arm32_sync_icache(2)

HISTORY    [Toc]    [Back]

     m68k_sync_icache() appeared first in NetBSD 1.4.

AUTHORS    [Toc]    [Back]

     Ignatios Souvatzis

BSD                            February 9, 1998                            BSD
[ Back ]
 Similar pages
Name OS Title
arm_sync_icache NetBSD clean the cpu data cache and flush the cpu instruction cache
cacheflush Linux flush contents of instruction and/or data cache
cacheflush IRIX flush contents of instruction and/or data cache
iec Tru64 Instruction Emulator Control
mipscheck IRIX Examines binaries for instruction sequences
learn Tru64 Provides computer-aided instruction for the C shell
pixie Tru64 Instruction-counting profiler for optimization and
disassembler IRIX disassemble a MIPS instruction and print the results
disassembler Tru64 disassemble a machine instruction and print the results
suibyte Tru64 General: Writes a byte into user instruction address space
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service