Home
last modified time | relevance | path

Searched refs:domain_type (Results 1 – 16 of 16) sorted by relevance

/xen/tools/flask/policy/modules/
A Dguest_features.te3 allow domain_type xen_t:xen2 pmu_use;
9 allow domain_type xen_t:argo { enable register_any_source };
10 allow domain_type domain_type:argo { send register_single_source };
17 allow domain_type xen_t : xen writeconsole;
19 dontaudit domain_type xen_t : xen writeconsole;
23 allow domain_type xen_t:version {
33 dontaudit domain_type xen_t:version {
A Dxenstore.te15 allow xenstore_t domain_type:domain getdomaininfo;
19 create_channel(xenstore_t, domain_type, xenstore_t_channel)
21 allow xenstore_t domain_type:grant { map_read map_write unmap };
A Dxen.if19 type $1, domain_type`'ifelse(`$#', `1', `', `,shift($@)');
20 type $1_self, domain_type, domain_self_type;
23 type_transition $1 domain_type:event $1_channel;
33 type $1, domain_type`'ifelse(`$#', `1', `', `,shift($@)');
36 type_transition $1 domain_type:event $1_channel;
43 type $1_building, domain_type;
44 type_transition $1_building domain_type:event $1_channel;
144 type $2_target, domain_type, domain_target_type;
148 type_transition $2_target domain_type:event $2_channel;
A Dxen.te10 attribute domain_type;
66 # Domains must be declared using domain_type
67 neverallow * ~domain_type:domain { create transition };
A Dall_system_role.te3 role system_r types domain_type;
A Dvm_role.te4 role vm_r types { domain_type -dom0_t };
A Ddom0.te23 # Note that dom0 is part of domain_type so this has duplicates.
/xen/xen/common/
A Dxenoprof.c72 int domain_type; member
134 return ((x != NULL) && (x->domain_type == XENOPROF_DOMAIN_ACTIVE)); in is_active()
140 return ((x != NULL) && (x->domain_type == XENOPROF_DOMAIN_PASSIVE)); in is_passive()
305 d->xenoprof->domain_type = XENOPROF_DOMAIN_IGNORED; in alloc_xenoprof_struct()
372 x->domain_type = XENOPROF_DOMAIN_ACTIVE; in set_active()
392 x->domain_type = XENOPROF_DOMAIN_IGNORED; in reset_active()
415 x->domain_type = XENOPROF_DOMAIN_IGNORED; in reset_passive()
498 d->xenoprof->domain_type = XENOPROF_DOMAIN_PASSIVE; in add_passive_list()
698 d->xenoprof->domain_type = XENOPROF_DOMAIN_IGNORED; in xenoprof_op_get_buffer()
/xen/xen/include/asm-arm/
A Ddomain.h23 enum domain_type { enum
48 enum domain_type type;
A Dkernel.h14 enum domain_type type;
/xen/xen/arch/arm/arm64/
A Ddomctl.c15 static long switch_mode(struct domain *d, enum domain_type type) in switch_mode()
/xen/tools/helpers/
A Dinit-dom-json.c38 dom_config.c_info.type = (dominfo.domain_type == LIBXL_DOMAIN_TYPE_HVM) in gen_stub_json_config()
/xen/tools/xl/
A Dxl_vcpu.c295 apply_global_affinity_masks(dominfo.domain_type, hard, 1); in main_vcpupin()
/xen/tools/libxl/
A Dlibxl_types.idl81 libxl_domain_type = Enumeration("domain_type", [
357 ("domain_type", libxl_domain_type),
A Dlibxl_domain.c309 xlinfo->domain_type = (xcinfo->flags & XEN_DOMINF_hvm_guest) ? in libxl__xcinfo2xlinfo()
/xen/tools/golang/xenlight/
A Dhelpers.gen.go329 x.DomainType = DomainType(xc.domain_type)
361 xc.domain_type = C.libxl_domain_type(x.DomainType)

Completed in 22 milliseconds