RTEMS
5.2
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
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
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
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
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
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
score
cpu
i386
include
rtems
score
paravirt.h
Go to the documentation of this file.
1
10
/*
11
* COPYRIGHT (c) 2018.
12
* On-Line Applications Research Corporation (OAR).
13
*
14
* The license and distribution terms for this file may in
15
* the file LICENSE in this distribution or at
16
* http://www.rtems.org/license/LICENSE.
17
*/
18
19
20
#ifndef RTEMS_PARAVIRT
21
#error "This file should only be included with paravirtualization is enabled."
22
#endif
23
24
#ifndef _RTEMS_SCORE_PARAVIRT_H
25
#define _RTEMS_SCORE_PARAVIRT_H
26
46
#ifndef ASM
47
48
#ifdef __cplusplus
49
extern
"C"
{
50
#endif
51
52
#ifdef __cplusplus
53
}
54
#endif
55
56
#endif
/* !ASM */
57
64
#define I386_DISABLE_INLINE_ISR_DISABLE_ENABLE
65
66
#endif
67
Generated by
1.9.4