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)
def test_with_usb_disabled(): if usb.handoff_to_os(): smi_latency()