Home
last modified time | relevance | path

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

/linux/include/xen/interface/
H A Dvcpu.h134 #define VCPUOP_set_singleshot_timer 8 /* arg == vcpu_set_singleshot_timer_t */ macro
142 /* Flags to VCPUOP_set_singleshot_timer. */
/linux/arch/x86/xen/
H A Dtime.c285 ret = HYPERVISOR_vcpu_op(VCPUOP_set_singleshot_timer, xen_vcpu_nr(cpu), in xen_vcpuop_set_next_event()
/linux/arch/x86/kvm/
H A Dxen.c1615 case VCPUOP_set_singleshot_timer: in kvm_xen_hcall_vcpu_op()