From bf413db3be446607caf54a93eb856267aa719181 Mon Sep 17 00:00:00 2001 From: Ange Albertini Date: Sat, 29 Oct 2022 13:47:30 +0000 Subject: sys/fuchsia: updated cache syscalls definitions --- sys/fuchsia/cache.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys/fuchsia/cache.txt (limited to 'sys/fuchsia/cache.txt') diff --git a/sys/fuchsia/cache.txt b/sys/fuchsia/cache.txt new file mode 100644 index 000000000..da94066a6 --- /dev/null +++ b/sys/fuchsia/cache.txt @@ -0,0 +1,11 @@ +# Copyright 2018-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 +include + +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 -- cgit mrf-deployment