Home
last modified time | relevance | path

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

/linux-3.4.99/include/xen/interface/
Dvcpu.h146 #define VCPUOP_stop_singleshot_timer 9 /* arg == NULL */ macro
/linux-3.4.99/arch/x86/xen/
Dtime.c322 if (HYPERVISOR_vcpu_op(VCPUOP_stop_singleshot_timer, cpu, NULL) || in xen_vcpuop_set_mode()