Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/xen/
Dtime.c320 HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, cpu, NULL)) in xen_vcpuop_shutdown()
330 if (HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, cpu, NULL)) in xen_vcpuop_set_oneshot()
450 if (HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, cpu, NULL)) in xen_timer_resume()
470 if (HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, cpu, NULL) == 0) { in xen_time_init()
/linux-4.4.14/include/xen/interface/
Dvcpu.h135 #define VCPUOP_stop_periodic_timer 7 /* arg == NULL */ macro