Searched refs:VCPUOP_stop_periodic_timer (Results 1 – 2 of 2) sorted by relevance
143 XTREQUIRES(HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, 0, NULL) == 0, in xentimer_probe()378 error = HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, i, NULL); in xentimer_attach()472 error = HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, i, NULL); in xentimer_resume()
149 #define VCPUOP_stop_periodic_timer 7 /* arg == NULL */ macro