Esempio n. 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)
Esempio n. 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)
Esempio n. 3
0
def test_with_usb_disabled():
    if usb.handoff_to_os():
        smi_latency()
Esempio n. 4
0
def test_with_usb_disabled():
    if usb.handoff_to_os():
        smi_latency()