Пример #1
0
def test_with_usb_disabled(residency_tests, residency_counter_msr, residency_counters):
    """"Test C-state Residency with USB disabled via BIOS handoff"""
    if usb.handoff_to_os():
        test(residency_tests, residency_counter_msr, residency_counters)
Пример #2
0
def test_with_usb_disabled(residency_tests, residency_counter_msr,
                           residency_counters):
    """"Test C-state Residency with USB disabled via BIOS handoff"""
    if usb.handoff_to_os():
        test(residency_tests, residency_counter_msr, residency_counters)
Пример #3
0
def test_with_usb_disabled():
    if usb.handoff_to_os():
        smi_latency()
Пример #4
0
def test_with_usb_disabled():
    if usb.handoff_to_os():
        smi_latency()