Sign in
android-kvm
/
kvm-unit-tests
/
8d0f574f4e4d14ecaeec625090da3afcd63bf56c
/
.
/
x86
/
access.h
blob: 206a1c86fa0ebdf57ced9a2a8da33fe97d65c9f3 [
file
] [
log
] [
blame
]
#ifndef
X86_ACCESS_H
#define
X86_ACCESS_H
#define
PT_LEVEL_PML4
4
#define
PT_LEVEL_PML5
5
void
ac_test_run
(
int
page_table_levels
,
bool
force_emulation
);
#endif
// X86_ACCESS_H