Home
last modified time | relevance | path

Searched +full:pcid +full:- +full:enabled (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/ci/
H A Dcirrus-ci-fedora.yml9 - dnf update -y
10 - dnf install -y diffutils gcc git make qemu-system-x86
12 - git clone --depth 100 "@CI_REPOSITORY_URL@" .
13 - git fetch origin "@CI_COMMIT_REF_NAME@"
14 - git reset --hard "@CI_COMMIT_SHA@"
16 - uname -r
17 - sed -n "/processor.*:.0/,/^$/p" /proc/cpuinfo
18 - mkdir build
19 - cd build
20 - ../configure
[all …]
/kvm-unit-tests/x86/
H A Dunittests.cfg10 [apic-split]
13 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline -machine kernel_irqchip=split
17 [ioapic-split]
19 qemu_params = -cpu qemu64 -machine kernel_irqchip=split
26 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline
36 qemu_params = -cpu qemu64,-x2apic,+tsc-deadline -machine pit=off
44 qemu_params = -cpu qemu64,+x2apic
85 # enabled, do not create a Programmable Interval Timer (PIT, a.k.a 8254), since
91 qemu_params = -machine pit=off
109 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline
[all …]
H A Dla57.c142 * breaks the wrmsr_safe macro (it uses GS for per-CPU data). in test_register_write()
184 /* 57-canonical value will work on CPUs that *support* LA57 */ in test_register()
212 desc.pcid = 10; /* Arbitrary number*/ in __test_invpcid()
217 "Tested invpcid type 0 with 0x%lx value - %s", in __test_invpcid()
260 * on Intel, to support cross-vendor migration. This includes nested in __test_canonical_checks()
287 report_skip("Skipping MSR_IA32_DS_AREA - PEBS not supported"); in __test_canonical_checks()
302 report_skip("Skipping MSR_IA32_RTIT_ADDR* - Intel PT is not supported"); in __test_canonical_checks()
309 report_skip("Skipping INVPCID - not supported"); in __test_canonical_checks()
319 report_skip("Force emulation prefix not enabled"); in test_canonical_checks()
329 report(vector == expected, "%s when CR4.LA57 %ssupported (in %u-bit mode)", in main()
H A Dvmx_tests.c29 * or I/O breakpoint matches *and* was enabled, bit 12 is also set.
51 int pos = -1; in ffs()
156 if (((rdtsc() - tsc_val) >> preempt_scale) in preemption_timer_main()
183 report(((rdtsc() - tsc_val) >> preempt_scale) >= preempt_val, in preemption_timer_exit_handler()
184 "busy-wait for preemption timer"); in preemption_timer_exit_handler()
191 report(((rdtsc() - tsc_val) >> preempt_scale) >= preempt_val in preemption_timer_exit_handler()
228 report_fail("busy-wait for preemption timer"); in preemption_timer_exit_handler()
659 report(vmx_get_test_stage() == 0, "I/O bitmap - I/O pass"); in iobmp_main()
664 report(vmx_get_test_stage() == 3, "I/O bitmap - trap in"); in iobmp_main()
667 report(vmx_get_test_stage() == 4, "I/O bitmap - trap out"); in iobmp_main()
[all …]