Searched refs:DOMID_SELF (Results 1 – 24 of 24) sorted by relevance
/xen/tools/firmware/hvmloader/ |
A D | hvm_param.c | 17 p.domid = DOMID_SELF; in hvm_param_get() 31 p.domid = DOMID_SELF; in hvm_param_set()
|
A D | vnuma.c | 39 struct xen_vnuma_topology_info vnuma_topo = { .domid = DOMID_SELF }; in init_vnuma_info()
|
A D | util.c | 412 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 D | pci.c | 393 xatp.domid = DOMID_SELF; in pci_setup()
|
/xen/xen/arch/x86/guest/xen/ |
A D | xen.c | 74 .domid = DOMID_SELF, in map_shared_info() 226 .domid = DOMID_SELF, in init_evtchn()
|
/xen/stubdom/grub/ |
A D | kexec.c | 216 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 D | shim.c | 475 .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 D | physdev.c | 97 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 D | xen-hcall.h | 161 .domid = DOMID_SELF, in xen_hypercall_hvm_get_param()
|
/xen/xen/xsm/flask/policy/ |
A D | access_vectors | 189 # 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 D | xen.h | 582 #define DOMID_SELF xen_mk_uint(0x7FF0) macro
|
/xen/tools/tests/mce-test/tools/ |
A D | xen-mceinj.c | 356 domid != DOMID_SELF) ? in inject_mci_addr()
|
/xen/xen/xsm/flask/ |
A D | flask_op.c | 597 if ( arg->domid == DOMID_SELF ) in flask_relabel_domain()
|
/xen/xen/common/ |
A D | event_channel.c | 304 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 D | domain.c | 666 if ( dom == DOMID_SELF ) in rcu_lock_domain_by_any_id()
|
A D | page_alloc.c | 2571 if ( likely(domid == DOMID_SELF) ) in get_pg_owner()
|
A D | grant_table.c | 2780 if ( domid != DOMID_SELF && !is_gref ) in gnttab_copy_lock_domain()
|
/xen/xen/arch/x86/cpu/ |
A D | vpmu.c | 230 domid = DOMID_SELF; in vpmu_do_interrupt()
|
/xen/tools/xenstore/ |
A D | xenstored_domain.c | 604 if (domid == DOMID_SELF) in do_is_domain_introduced()
|
/xen/tools/console/daemon/ |
A D | io.c | 744 .dom = DOMID_SELF, in console_create_ring()
|
/xen/xen/arch/x86/cpu/mcheck/ |
A D | mce.c | 1506 domid = (mc_msrinject->mcinj_domid == DOMID_SELF) ? in do_mca()
|
/xen/docs/designs/ |
A D | non-cooperative-migration.md | 112 it in hypercalls (e.g. HVMOP_set_param) rather than DOMID_SELF, the guest
|
/xen/xen/arch/x86/mm/ |
A D | p2m.c | 2565 if ( foreigndom == DOMID_SELF ) in p2m_add_foreign()
|
/xen/xen/arch/x86/hvm/ |
A D | hvm.c | 4201 if ( value != DOMID_SELF ) in hvm_set_param()
|
Completed in 56 milliseconds