Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
hvm.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
12
13#ifndef __XEN_HVM_H__
14#define __XEN_HVM_H__
15
18
19#include <zephyr/kernel.h>
20
27
37int hvm_set_parameter(int idx, int domid, uint64_t value);
38
48int hvm_get_parameter(int idx, int domid, uint64_t *value);
49
51
52#endif /* __XEN_HVM_H__ */
int hvm_get_parameter(int idx, int domid, uint64_t *value)
Get an HVM parameter from a Xen domain.
int hvm_set_parameter(int idx, int domid, uint64_t value)
Set an HVM parameter for a Xen domain.
Public kernel APIs.
__UINT64_TYPE__ uint64_t
Definition stdint.h:91