cacheflush.c 296 B

1234567891011
  1. /* cacheflush syscall for ARC
  2. *
  3. * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
  4. *
  5. * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
  6. */
  7. #include <sys/syscall.h>
  8. #include <sys/cachectl.h>
  9. _syscall3(int, cacheflush, void *, addr, int, nbytes, int, op)