Searched refs:VCPUOP_stop_periodic_timer (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/xen/interface/
H A Dvcpu.h141 #define VCPUOP_stop_periodic_timer 7 /* arg == NULL */ macro
/freebsd-10.3-release/sys/dev/xen/timer/
H A Dtimer.c141 XTREQUIRES(HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, 0, NULL) == 0,
464 error = HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, i, NULL);
546 error = HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, i, NULL);

Completed in 48 milliseconds