Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dmonitor_mwait_test.c15 MWAIT_QUIRK_DISABLED = BIT(0), enumerator
28 bool fault_wanted = ((testcase) & MWAIT_QUIRK_DISABLED) && \
86 if (testcase & MWAIT_QUIRK_DISABLED) { in main()