blob: 6f506e887e5c2b4d0383c2ff2889b33e7cfde4ed [file]
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
*/
#pragma once
#include <sel4vm/guest_vm.h>
#define SYS_PA_TO_IPA 65
#define SYS_IPA_TO_PA 66
#define SYS_NOP 67
int vm_syscall_handler(vm_vcpu_t *vcpu);