Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xen/timer/
Dtimer.c148 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()
/freebsd-12-stable/sys/xen/interface/
Dvcpu.h141 #define VCPUOP_stop_periodic_timer 7 /* arg == NULL */ macro