Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/
H A Dvcpu.h160 #define VCPUOP_set_singleshot_timer 8 /* arg == vcpu_set_singleshot_timer_t */ macro
/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c291 return (HYPERVISOR_vcpu_op(VCPUOP_set_singleshot_timer, vcpu, &single)); in xentimer_vcpu_start_timer()