Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c143 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()
/freebsd/sys/contrib/xen/
H A Dvcpu.h149 #define VCPUOP_stop_periodic_timer 7 /* arg == NULL */ macro