Home
last modified time | relevance | path

Searched refs:DOMID_SELF (Results 1 – 24 of 24) sorted by relevance

/xen/tools/firmware/hvmloader/
A Dhvm_param.c17 p.domid = DOMID_SELF; in hvm_param_get()
31 p.domid = DOMID_SELF; in hvm_param_set()
A Dvnuma.c39 struct xen_vnuma_topology_info vnuma_topo = { .domid = DOMID_SELF }; in init_vnuma_info()
A Dutil.c412 xmr.domid = DOMID_SELF; in mem_hole_populate_ram()
433 xatp.domid = DOMID_SELF; in mem_hole_populate_ram()
791 xatp.domid = DOMID_SELF; in get_shared_info()
A Dpci.c393 xatp.domid = DOMID_SELF; in pci_setup()
/xen/xen/arch/x86/guest/xen/
A Dxen.c74 .domid = DOMID_SELF, in map_shared_info()
226 .domid = DOMID_SELF, in init_evtchn()
/xen/stubdom/grub/
A Dkexec.c216 domid_t domid = DOMID_SELF; in kexec()
407 if ((rc = HYPERVISOR_mmu_update(m2p_updates, nr_m2p_updates, NULL, DOMID_SELF)) < 0) { in kexec()
421 do_map_frames(pages[pfn], &pages_mfns[pfn], 1, 0, 0, DOMID_SELF, 0, L1_PROT); in kexec()
/xen/xen/arch/x86/pv/
A Dshim.c475 .dom = DOMID_SELF, in pv_shim_event_channel_op()
476 .remote_dom = DOMID_SELF, in pv_shim_event_channel_op()
712 .dom = DOMID_SELF, in pv_shim_grant_table_op()
748 .domid = DOMID_SELF, in pv_shim_grant_table_op()
895 .domid = DOMID_SELF, in batch_memory_op()
/xen/xen/arch/x86/
A Dphysdev.c97 if ( domid == DOMID_SELF && is_hvm_domain(d) && has_pirq(d) ) in physdev_map_pirq()
150 if ( domid != DOMID_SELF || !is_hvm_domain(d) || !has_pirq(d) ) in physdev_unmap_pirq()
161 if ( domid == DOMID_SELF || ret ) in physdev_unmap_pirq()
/xen/xen/include/asm-x86/guest/
A Dxen-hcall.h161 .domid = DOMID_SELF, in xen_hypercall_hvm_get_param()
/xen/xen/xsm/flask/policy/
A Daccess_vectors189 # checked in FLASK_RELABEL_DOMAIN with non-DOMID_SELF:
193 # checked in FLASK_RELABEL_DOMAIN with non-DOMID_SELF:
197 # checked in FLASK_RELABEL_DOMAIN, only with DOMID_SELF:
/xen/xen/include/public/
A Dxen.h582 #define DOMID_SELF xen_mk_uint(0x7FF0) macro
/xen/tools/tests/mce-test/tools/
A Dxen-mceinj.c356 domid != DOMID_SELF) ? in inject_mci_addr()
/xen/xen/xsm/flask/
A Dflask_op.c597 if ( arg->domid == DOMID_SELF ) in flask_relabel_domain()
/xen/xen/common/
A Devent_channel.c304 if ( (chn->u.unbound.remote_domid = alloc->remote_dom) == DOMID_SELF ) in evtchn_alloc_unbound()
351 if ( rdom == DOMID_SELF ) in evtchn_bind_interdomain()
A Ddomain.c666 if ( dom == DOMID_SELF ) in rcu_lock_domain_by_any_id()
A Dpage_alloc.c2571 if ( likely(domid == DOMID_SELF) ) in get_pg_owner()
A Dgrant_table.c2780 if ( domid != DOMID_SELF && !is_gref ) in gnttab_copy_lock_domain()
/xen/xen/arch/x86/cpu/
A Dvpmu.c230 domid = DOMID_SELF; in vpmu_do_interrupt()
/xen/tools/xenstore/
A Dxenstored_domain.c604 if (domid == DOMID_SELF) in do_is_domain_introduced()
/xen/tools/console/daemon/
A Dio.c744 .dom = DOMID_SELF, in console_create_ring()
/xen/xen/arch/x86/cpu/mcheck/
A Dmce.c1506 domid = (mc_msrinject->mcinj_domid == DOMID_SELF) ? in do_mca()
/xen/docs/designs/
A Dnon-cooperative-migration.md112 it in hypercalls (e.g. HVMOP_set_param) rather than DOMID_SELF, the guest
/xen/xen/arch/x86/mm/
A Dp2m.c2565 if ( foreigndom == DOMID_SELF ) in p2m_add_foreign()
/xen/xen/arch/x86/hvm/
A Dhvm.c4201 if ( value != DOMID_SELF ) in hvm_set_param()

Completed in 56 milliseconds