Searched refs:domain_type (Results 1 – 16 of 16) sorted by relevance
/xen/tools/flask/policy/modules/ |
A D | guest_features.te | 3 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 D | xenstore.te | 15 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 D | xen.if | 19 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 D | xen.te | 10 attribute domain_type; 66 # Domains must be declared using domain_type 67 neverallow * ~domain_type:domain { create transition };
|
A D | all_system_role.te | 3 role system_r types domain_type;
|
A D | vm_role.te | 4 role vm_r types { domain_type -dom0_t };
|
A D | dom0.te | 23 # Note that dom0 is part of domain_type so this has duplicates.
|
/xen/xen/common/ |
A D | xenoprof.c | 72 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 D | domain.h | 23 enum domain_type { enum 48 enum domain_type type;
|
A D | kernel.h | 14 enum domain_type type;
|
/xen/xen/arch/arm/arm64/ |
A D | domctl.c | 15 static long switch_mode(struct domain *d, enum domain_type type) in switch_mode()
|
/xen/tools/helpers/ |
A D | init-dom-json.c | 38 dom_config.c_info.type = (dominfo.domain_type == LIBXL_DOMAIN_TYPE_HVM) in gen_stub_json_config()
|
/xen/tools/xl/ |
A D | xl_vcpu.c | 295 apply_global_affinity_masks(dominfo.domain_type, hard, 1); in main_vcpupin()
|
/xen/tools/libxl/ |
A D | libxl_types.idl | 81 libxl_domain_type = Enumeration("domain_type", [ 357 ("domain_type", libxl_domain_type),
|
A D | libxl_domain.c | 309 xlinfo->domain_type = (xcinfo->flags & XEN_DOMINF_hvm_guest) ? in libxl__xcinfo2xlinfo()
|
/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 329 x.DomainType = DomainType(xc.domain_type) 361 xc.domain_type = C.libxl_domain_type(x.DomainType)
|
Completed in 27 milliseconds