Home
last modified time | relevance | path

Searched refs:guest_ia32_pat (Results 1 – 1 of 1) sorted by relevance

/kvm-unit-tests/x86/
H A Dvmx_tests.c331 u64 guest_ia32_pat; in test_ctrl_pat_main() local
333 guest_ia32_pat = rdmsr(MSR_IA32_CR_PAT); in test_ctrl_pat_main()
337 if (guest_ia32_pat != 0) { in test_ctrl_pat_main()
344 guest_ia32_pat = rdmsr(MSR_IA32_CR_PAT); in test_ctrl_pat_main()
346 report(guest_ia32_pat == ia32_pat, "Entry load PAT"); in test_ctrl_pat_main()