Lines Matching +full:- +full:alike
1 // SPDX-License-Identifier: GPL-2.0
24 #include "xen-ops.h"
32 * &HYPERVISOR_shared_info->vcpu_info[cpu]. See xen_hvm_init_shared_info
33 * and xen_vcpu_setup for details. By default it points to share_info->vcpu_info
40 /* Linux <-> Xen vCPU id mapping */
58 * NB: These need to live in .data or alike because they're used by
150 &HYPERVISOR_shared_info->vcpu_info[xen_vcpu_nr(cpu)]; in xen_vcpu_info_reset()
168 * VCPUs (cpu_init -> xen_hvm_cpu_prepare_hvm). in xen_vcpu_setup()
187 * Subsequent calls will error out with -EINVAL. This is due to in xen_vcpu_setup()
189 * hypercall does not allow to over-write info.mfn and in xen_vcpu_setup()
211 ? " (preserve-AD)" : ""); in xen_banner()
274 panic_timeout = -1; in xen_panic_event()
314 case -ENOSYS: in xen_pin_vcpu()
319 case -EPERM: in xen_pin_vcpu()
323 case -EINVAL: in xen_pin_vcpu()
324 case -EBUSY: in xen_pin_vcpu()