blob: 8c0cab81e9b7516818d0f213afc51f97775d23d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 2022 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
# See https://cs.opensource.google/fuchsia/fuchsia/+/main:zircon/vdso/cache.fidl
include <zircon/syscalls.h>
include <zircon/types.h>
zx_cache_flush(addr ptr[inout, intptr], size int64, options flags[cache_flush_options])
cache_flush_options = ZX_CACHE_FLUSH_DATA, ZX_CACHE_FLUSH_INVALIDATE, ZX_CACHE_FLUSH_INSN
|