Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/
H A Dvcpu.h161 #define VCPUOP_stop_singleshot_timer 9 /* arg == NULL */ macro
/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c298 return (HYPERVISOR_vcpu_op(VCPUOP_stop_singleshot_timer, vcpu, NULL)); in xentimer_vcpu_stop_timer()