/titanic_44/usr/src/uts/i86pc/os/ |
H A D | xpv_platform.c | 84 xhp.domid = DOMID_SELF; in hvm_get_param() 206 xatp.domid = DOMID_SELF; in xen_hvm_init()
|
H A D | fakebop.c | 1673 DOMID_SELF) != 0 || mmu_update_return != 2) in relocate_boot_archive()
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | balloon.c | 746 domid_t domid = DOMID_SELF; in balloon_init() 792 memres.domid = DOMID_SELF; in balloon_alloc_pages() 890 memdec.domid = DOMID_SELF; in balloon_free_pages() 911 memdec.domid = DOMID_SELF; in balloon_free_pages() 972 memres.domid = DOMID_SELF; in balloon_replace_pages() 1004 memres.domid = DOMID_SELF; in balloon_replace_pages()
|
H A D | xen_mmu.c | 126 if (HYPERVISOR_mmu_update(&t, 1, &retcnt, DOMID_SELF) || retcnt != 1) in set_pteval() 447 if (HYPERVISOR_mmu_update(&t, 1, &mmu_update_return, DOMID_SELF)) in reassign_pfn()
|
H A D | xen_machdep.c | 1011 if ((err = HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF)) != 0) { in xen_set_ldt()
|
H A D | evtchn.c | 245 alloc.dom = DOMID_SELF; in xen_alloc_unbound_evtchn()
|
/titanic_44/usr/src/uts/common/xen/os/ |
H A D | gnttab.c | 128 query.dom = DOMID_SELF; in max_nr_grant_frames() 549 xatp.domid = DOMID_SELF; in gnttab_map() 589 set.dom = DOMID_SELF; in gnttab_init() 647 set.dom = DOMID_SELF; in gnttab_resume()
|
H A D | xvdi.c | 254 DDI_PROP_DONTPASS, "domain", DOMID_SELF); in xvdi_init_dev() 256 backend = (domid != DOMID_SELF); in xvdi_init_dev() 744 backend = (dom != DOMID_SELF); in xvdi_create_dev() 847 if (xvdi_find_dev(parent, devclass, DOMID_SELF, VDEV_NOXS) in xendev_enum_class() 850 DOMID_SELF, VDEV_NOXS); in xendev_enum_class() 1849 dom = DOMID_SELF; in i_xvdi_enum_worker() 2369 dom = DOMID_SELF; in i_xvdi_probe_path_handler()
|
/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | evtchn.c | 188 alloc.dom = DOMID_SELF; in xen_alloc_unbound_evtchn() 299 xhp.domid = DOMID_SELF; in set_hvm_callback()
|
H A D | xpv_support.c | 500 xatp.domid = DOMID_SELF; in xen_suspend_domain()
|
/titanic_44/usr/src/uts/i86pc/vm/ |
H A D | htable.c | 144 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_flush_va() 165 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_gflush_va() 180 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_flush_tlb() 196 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_gflush_tlb() 235 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_pin() 248 if (HYPERVISOR_mmuext_op(&t, 1, &count, DOMID_SELF) < 0) in xen_unpin() 2196 if (HYPERVISOR_mmu_update(t, cnt, &count, DOMID_SELF)) in x86pte_cas() 2254 if (HYPERVISOR_mmu_update(t, 1, &count, DOMID_SELF)) in x86pte_inval()
|
H A D | hat_i86.c | 1047 if (HYPERVISOR_mmuext_op(t, opcnt, &retcnt, DOMID_SELF) < 0) in hat_switch()
|
/titanic_44/usr/src/uts/common/xen/public/ |
H A D | xen.h | 349 #define DOMID_SELF (0x7FF0U) macro
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xpvd.c | 748 if (*domain != DOMID_SELF) { in xpvd_name_child() 886 *domp = DOMID_SELF; in i_xpvd_parse_devname()
|
H A D | xnb.c | 946 gp->source.domid = DOMID_SELF; in setup_gop() 1485 cop->dest.domid = DOMID_SELF; in xnb_from_peer()
|
/titanic_44/usr/src/uts/i86xpv/io/ |
H A D | privcmd.c | 144 if (mmc->dom == DOMID_SELF) { in do_privcmd_mmap()
|
/titanic_44/usr/src/uts/i86xpv/io/psm/ |
H A D | xpv_psm.c | 1225 map_irq.domid = DOMID_SELF; in apic_alloc_msi_vectors() 1352 map_irq.domid = DOMID_SELF; in apic_alloc_msix_vectors() 1459 unmap_pirq.domid = DOMID_SELF; in apic_free_vectors()
|
/titanic_44/usr/src/uts/i86xpv/vm/ |
H A D | seg_mf.c | 544 if (domid == 0 || domid == DOMID_SELF) in segmf_add_mfns() 601 if (domid == 0 || domid == DOMID_SELF) in segmf_add_grefs()
|
/titanic_44/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 396 if (HYPERVISOR_mmu_update(&t, 1, &retcnt, DOMID_SELF) || retcnt != 1) in set_pteval()
|