Home
last modified time | relevance | path

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

/linux-3.4.99/include/xen/interface/
Dvcpu.h145 #define VCPUOP_set_singleshot_timer 8 /* arg == vcpu_set_singleshot_timer_t */ macro
/linux-3.4.99/arch/x86/xen/
Dtime.c343 ret = HYPERVISOR_vcpu_op(VCPUOP_set_singleshot_timer, cpu, &single); in xen_vcpuop_set_next_event()