Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/x86/xen/
Dpvcpu_enum.c158 ret = HYPERVISOR_vcpu_op(VCPUOP_is_up, i, NULL); in xenpv_probe_cpus()
177 ret = HYPERVISOR_vcpu_op(VCPUOP_is_up, i, NULL); in xenpv_setup_local()
/freebsd-12-stable/sys/xen/interface/
Dvcpu.h72 #define VCPUOP_is_up 3 macro