Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
hypercall.h
Go to the documentation of this file.
1/*
2 * Copyright (c() 2021 EPAM Systems
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* defined in hypercall.S by HYPERCALL(hypercall) */
8int HYPERVISOR_console_io(int op, int cnt, char *str);
9int HYPERVISOR_sched_op(int op, void *param);
10int HYPERVISOR_event_channel_op(int op, void *param);
11int HYPERVISOR_hvm_op(int op, void *param);
12int HYPERVISOR_memory_op(int op, void *param);
int HYPERVISOR_console_io(int op, int cnt, char *str)
int HYPERVISOR_sched_op(int op, void *param)
int HYPERVISOR_memory_op(int op, void *param)
int HYPERVISOR_event_channel_op(int op, void *param)
int HYPERVISOR_hvm_op(int op, void *param)