Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/xen/interface/
Dvcpu.h153 #define VCPUOP_stop_singleshot_timer 9 /* arg == NULL */ macro
/freebsd-12-stable/sys/dev/xen/timer/
Dtimer.c303 return (HYPERVISOR_vcpu_op(VCPUOP_stop_singleshot_timer, vcpu, NULL)); in xentimer_vcpu_stop_timer()