1 #ifndef X86_ACCESS_H 2 #define X86_ACCESS_H 3 4 #define PT_LEVEL_PML4 4 5 #define PT_LEVEL_PML5 5 6 7 void ac_test_run(int page_table_levels, bool force_emulation); 8 9 #endif // X86_ACCESS_H
1 #ifndef X86_ACCESS_H 2 #define X86_ACCESS_H 3 4 #define PT_LEVEL_PML4 4 5 #define PT_LEVEL_PML5 5 6 7 void ac_test_run(int page_table_levels, bool force_emulation); 8 9 #endif // X86_ACCESS_H