Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dxpv_platform.c84 xhp.domid = DOMID_SELF; in hvm_get_param()
204 xatp.domid = DOMID_SELF; in xen_hvm_init()
H A Dfakebop.c1972 DOMID_SELF) != 0 || mmu_update_return != 2) in relocate_boot_archive()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dballoon.c748 domid_t domid = DOMID_SELF; in balloon_init()
794 memres.domid = DOMID_SELF; in balloon_alloc_pages()
892 memdec.domid = DOMID_SELF; in balloon_free_pages()
913 memdec.domid = DOMID_SELF; in balloon_free_pages()
974 memres.domid = DOMID_SELF; in balloon_replace_pages()
1006 memres.domid = DOMID_SELF; in balloon_replace_pages()
H A Dxen_mmu.c126 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 Dxen_machdep.c1001 if ((err = HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF)) != 0) { in xen_set_ldt()
H A Devtchn.c245 alloc.dom = DOMID_SELF; in xen_alloc_unbound_evtchn()
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c126 query.dom = DOMID_SELF; in max_nr_grant_frames()
547 xatp.domid = DOMID_SELF; in gnttab_map()
587 set.dom = DOMID_SELF; in gnttab_init()
645 set.dom = DOMID_SELF; in gnttab_resume()
H A Dxvdi.c264 DDI_PROP_DONTPASS, "domain", DOMID_SELF); in xvdi_init_dev()
266 backend = (domid != DOMID_SELF); in xvdi_init_dev()
754 backend = (dom != DOMID_SELF); in xvdi_create_dev()
855 if (xvdi_find_dev(parent, devclass, DOMID_SELF, VDEV_NOXS) in xendev_enum_class()
858 DOMID_SELF, VDEV_NOXS); in xendev_enum_class()
1857 dom = DOMID_SELF; in i_xvdi_enum_worker()
2377 dom = DOMID_SELF; in i_xvdi_probe_path_handler()
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c188 alloc.dom = DOMID_SELF; in xen_alloc_unbound_evtchn()
299 xhp.domid = DOMID_SELF; in set_hvm_callback()
H A Dxpv_support.c500 xatp.domid = DOMID_SELF; in xen_suspend_domain()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c144 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()
2181 if (HYPERVISOR_mmu_update(t, cnt, &count, DOMID_SELF)) in x86pte_cas()
2239 if (HYPERVISOR_mmu_update(t, 1, &count, DOMID_SELF)) in x86pte_inval()
H A Dhat_i86.c1440 if (HYPERVISOR_mmuext_op(t, opcnt, &retcnt, DOMID_SELF) < 0) in hat_switch_xen()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h349 #define DOMID_SELF (0x7FF0U) macro
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd.c144 if (mmc->dom == DOMID_SELF) { in do_privcmd_mmap()
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1227 map_irq.domid = DOMID_SELF; in apic_alloc_msi_vectors()
1354 map_irq.domid = DOMID_SELF; in apic_alloc_msix_vectors()
1461 unmap_pirq.domid = DOMID_SELF; in apic_free_vectors()
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c546 if (domid == 0 || domid == DOMID_SELF) in segmf_add_mfns()
603 if (domid == 0 || domid == DOMID_SELF) in segmf_add_grefs()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvd.c759 if (*domain != DOMID_SELF) { in xpvd_name_child()
909 *domp = DOMID_SELF; in i_xpvd_parse_devname()
H A Dxnb.c948 gp->source.domid = DOMID_SELF; in setup_gop()
1487 cop->dest.domid = DOMID_SELF; in xnb_from_peer()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c413 if (HYPERVISOR_mmu_update(&t, 1, &retcnt, DOMID_SELF) || retcnt != 1) in set_pteval()