示例#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()