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