Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dla57.c130 bool force_emulation, u64 test_value, in test_register_write() argument
138 expected_value = expect_success ? test_value : old_value; in test_register_write()
148 success = set_test_register_value(test_register, test_mode, test_value); in test_register_write()
151 register_name, test_value, in test_register_write()
204 static void __test_invpcid(u64 test_value, bool expect_success) in __test_invpcid() argument
211 desc.addr = test_value; in __test_invpcid()
218 test_value, success ? "success" : "failure"); in __test_invpcid()