Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dunittests.cfg296 [pcid-enabled]
297 file = pcid.flat
298 qemu_params = -cpu qemu64,+pcid,+invpcid
300 groups = pcid
302 [pcid-disabled]
303 file = pcid.flat
304 qemu_params = -cpu qemu64,-pcid,-invpcid
306 groups = pcid
308 [pcid-asymmetric]
309 file = pcid.flat
[all …]
H A Dpcid.c68 desc.pcid = 1; in test_invpcid_enabled()
84 desc.pcid = 10; in test_invpcid_enabled()
H A DMakefile.x86_6430 $(TEST_DIR)/pcid.$(exe) $(TEST_DIR)/debug.$(exe) \
H A DREADME40 pcid: basic functionality test of PCID/INVPCID feature
H A Dla57.c212 desc.pcid = 10; /* Arbitrary number*/ in __test_invpcid()
/kvm-unit-tests/lib/x86/
H A Dprocessor.h863 u64 pcid : 12; member