Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
#ifndef __XEN_HVM_H__
7
#define __XEN_HVM_H__
8
9
#include <
zephyr/xen/public/hvm/hvm_op.h
>
10
#include <
zephyr/xen/public/hvm/params.h
>
11
12
#include <
zephyr/kernel.h
>
13
14
int
hvm_set_parameter
(
int
idx,
int
domid,
uint64_t
value);
15
int
hvm_get_parameter
(
int
idx,
int
domid,
uint64_t
*value);
16
17
#endif
/* __XEN_HVM_H__ */
hvm_get_parameter
int hvm_get_parameter(int idx, int domid, uint64_t *value)
hvm_set_parameter
int hvm_set_parameter(int idx, int domid, uint64_t value)
hvm_op.h
kernel.h
Public kernel APIs.
params.h
uint64_t
__UINT64_TYPE__ uint64_t
Definition
stdint.h:91
zephyr
xen
hvm.h
Generated on Fri Mar 14 2025 09:05:36 for Zephyr API Documentation by
1.12.0