Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx_tests.c10830 static int get_host_value(u64 vmcs_field, u64 *value) in get_host_value() function
10919 report(get_host_value(vmcs_field, &value) || value == TEST_DIRECT_VALUE, in test_host_value_direct()
10939 report(get_host_value(vmcs_field, &value) || value == TEST_VMCS_VALUE, in test_host_value_vmcs()
10949 get_host_value(field, &host_org_value); in do_vmx_canonical_test_one_field()