Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/xen/
Dtime.c246 HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, xen_vcpu_nr(cpu), in xen_vcpuop_shutdown()
257 if (HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, xen_vcpu_nr(cpu), in xen_vcpuop_set_oneshot()
376 if (HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, in xen_timer_resume()
494 if (HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, xen_vcpu_nr(cpu), in xen_time_init()
/Linux-v5.10/include/xen/interface/
Dvcpu.h141 #define VCPUOP_stop_periodic_timer 7 /* arg == NULL */ macro