Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx.c761 struct vmcs *tmp_root; in test_vmclear() local
772 tmp_root = (struct vmcs *)((intptr_t)vmcs_root + 1); in test_vmclear()
773 report(vmcs_clear(tmp_root) == 1, "test vmclear with unaligned vmcs"); in test_vmclear()
776 tmp_root = (struct vmcs *)((intptr_t)vmcs_root | in test_vmclear()
778 report(vmcs_clear(tmp_root) == 1, in test_vmclear()
782 tmp_root = (struct vmcs *)bsp_vmxon_region; in test_vmclear()
783 report(vmcs_clear(tmp_root) == 1, "test vmclear with vmxon region"); in test_vmclear()
1530 struct vmcs *vmcs, *tmp_root; in test_vmptrld() local
1537 tmp_root = (struct vmcs *)((intptr_t)vmcs + 1); in test_vmptrld()
1538 report(make_vmcs_current(tmp_root) == 1, in test_vmptrld()
[all …]