Home
last modified time | relevance | path

Searched full:vcpu0 (Results 1 – 10 of 10) sorted by relevance

/linux/include/xen/interface/
H A Devent_channel.h160 * 2. All other channels notify vcpu0 by default. This default is set when
162 * has its binding reset to vcpu0).
H A Dxen.h86 * allocated to VCPU0 but can subsequently be re-bound.
/linux/Documentation/arch/powerpc/
H A Dvcpudispatch_stats.rst67 In the output above, for vcpu0, there have been 6839 dispatches since
/linux/arch/arm64/kvm/vgic/
H A Dvgic-init.c210 struct kvm_vcpu *vcpu0 = kvm_get_vcpu(kvm, 0); in kvm_vgic_dist_init() local
233 irq->target_vcpu = vcpu0; in kvm_vgic_dist_init()
/linux/arch/x86/kvm/
H A Di8254.c223 /* Somewhat arbitrarily make vcpu0 the owner of the PIT. */ in __kvm_migrate_pit_timer()
H A Dx86.c3089 * VCPU0 on CPU0 | VCPU1 on CPU1
/linux/drivers/xen/events/
H A Devents_base.c1213 * New interdomain events are initially bound to vCPU0 This in bind_evtchn_to_irq_chip()
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c657 " E.g. to create 3 vCPUs, pin vCPU0=>pCPU22, vCPU1=>pCPU23,\n" in kvm_print_vcpu_pinning_help()
/linux/include/linux/
H A Dkvm_host.h999 * index, clamping the index to 0 would return vCPU0, not NULL. in kvm_get_vcpu()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c1809 * Make sure the dummy vCPU values for multi-MSI don't all point to vCPU0.