Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dsched.h565 if ( atomic_dec_and_test(&(_d)->refcnt) ) domain_destroy(_d)
665 void domain_destroy(struct domain *d);
/xen/tools/ocaml/libs/xc/
A Dxenctrl.ml193 external domain_destroy: handle -> domid -> unit = "stub_xc_domain_destroy"
A Dxenctrl.mli152 external domain_destroy : handle -> domid -> unit = "stub_xc_domain_destroy"
/xen/xen/include/asm-x86/hvm/
A Dhvm.h110 void (*domain_destroy)(struct domain *d); member
/xen/xen/common/
A Ddomain.c936 void domain_destroy(struct domain *d) in domain_destroy() function
/xen/tools/xentrace/
A Dformats90 0x00041002 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) domain_destroy [ dom = 0x%(1)08x ]
/xen/xen/drivers/passthrough/arm/
A Dsmmu.c1999 .domain_destroy = arm_smmu_domain_destroy,
/xen/xen/arch/x86/hvm/
A Dhvm.c772 if ( hvm_funcs.domain_destroy ) in hvm_domain_destroy()
773 alternative_vcall(hvm_funcs.domain_destroy, d); in hvm_domain_destroy()

Completed in 29 milliseconds