Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Darch_timer.c101 uint32_t new_pcpu = test_get_pcpu(); in test_migrate_vcpu() local
103 pr_debug("Migrating vCPU: %u to pCPU: %u\n", vcpu_idx, new_pcpu); in test_migrate_vcpu()
105 ret = __pin_task_to_cpu(pt_vcpu_run[vcpu_idx], new_pcpu); in test_migrate_vcpu()
110 vcpu_idx, new_pcpu, ret); in test_migrate_vcpu()