Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/xen/
H A Dirq.c37 HYPERVISOR_vcpu_op(VCPUOP_down, in xen_halt()
H A Dsmp_pv.c355 HYPERVISOR_vcpu_op(VCPUOP_down, xen_vcpu_nr(smp_processor_id()), NULL); in xen_pv_play_dead()
392 HYPERVISOR_vcpu_op(VCPUOP_down, xen_vcpu_nr(cpu), NULL); in stop_self()
H A Denlighten.c192 HYPERVISOR_vcpu_op(VCPUOP_down, xen_vcpu_nr(cpu), NULL)) in xen_vcpu_restore()
/linux-6.15/include/xen/interface/
H A Dvcpu.h50 #define VCPUOP_down 2 macro