NAME
|
segflush – flush instruction and data caches |
SYNOPSIS
|
#include <u.h> #include <libc.h> |
DESCRIPTION
|
Segflush invalidates any instruction cache and writes back any
data cache associated with pages contained in a segment. All subsequent
new pages in the segment will also be flushed when first referenced.
|
SOURCE
|
/sys/src/libc/9syscall |
SEE ALSO
|
segattach(2), segbrk(2) /proc/*/segment |
DIAGNOSTICS
|
Sets errstr. |