|
|||||||
|
|
CACHEFLUSHSection: Linux Programmer's Manual (2)Updated: 1995-06-27 Index Return to Main Contents NAMEcacheflush - flush contents of instruction and/or data cacheSYNOPSIS#include <asm/cachectl.h> int cacheflush(char *addr, int nbytes, int cache); DESCRIPTIONcacheflush flushes contents of indicated cache(s) for user addresses in the range addr to (addr+nbytes-1). Cache may be one of:
RETURN VALUEcacheflush returns 0 on success or -1 on error. If errors are detected, errno will indicate the error.ERRORS
BUGSThe current implementation ignores the addr and nbytes parameters. Therefore always the whole cache is flushed.NOTEThis system call is only available on MIPS based systems. It should not be used in programs intended to be portable.
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man2". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |