Home
last modified time | relevance | path

Searched refs:VCPUOP_down (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/xen/interface/
Dvcpu.h67 #define VCPUOP_down 2 macro
/linux-4.4.14/arch/x86/xen/
Dirq.c112 HYPERVISOR_vcpu_op(VCPUOP_down, smp_processor_id(), NULL); in xen_halt()
Dsmp.c539 HYPERVISOR_vcpu_op(VCPUOP_down, smp_processor_id(), NULL); in xen_play_dead()
577 HYPERVISOR_vcpu_op(VCPUOP_down, cpu, NULL); in stop_self()
Denlighten.c253 HYPERVISOR_vcpu_op(VCPUOP_down, cpu, NULL)) in xen_vcpu_restore()