Home
last modified time | relevance | path

Searched refs:vcpu_create (Results 1 – 8 of 8) sorted by relevance

/xen/xen/include/xen/
A Ddomain.h16 struct vcpu *vcpu_create(struct domain *d, unsigned int vcpu_id);
/xen/xen/arch/x86/
A Ddom0_build.c251 return vcpu_create(dom0, 0); in alloc_dom0_vcpu0()
/xen/xen/arch/arm/
A Ddomain_build.c85 return vcpu_create(dom0, 0); in alloc_dom0_vcpu0()
2403 if ( vcpu_create(d, i) == NULL ) in construct_domain()
2440 if ( vcpu_create(d, 0) == NULL ) in construct_domU()
/xen/xen/common/sched/
A Dcore.c2712 vcpu_create(idle_vcpu[0]->domain, cpu); in cpu_schedule_up()
2963 if ( vcpu_create(idle_domain, 0) == NULL ) in scheduler_init()
3326 vcpu_create(d, i); in sched_setup_dom0_vcpus()
/xen/xen/common/
A Ddomctl.c552 if ( vcpu_create(d, i) == NULL ) in do_domctl()
A Ddomain.c138 struct vcpu *vcpu_create(struct domain *d, unsigned int vcpu_id) in vcpu_create() function
/xen/xen/arch/x86/mm/
A Dmem_sharing.c1562 if ( !vcpu_create(cd, i) ) in bring_up_vcpus()
/xen/tools/xentrace/
A Dxenalyze.c6645 struct vcpu_data * vcpu_create(struct domain_data *d, int vid) in vcpu_create() function
6740 v = vcpu_create(d, vid); in vcpu_find()
7325 v = vcpu_create(&default_domain, p->pid); in sched_default_vcpu_activate()

Completed in 40 milliseconds