/netbsd-src/sys/arch/xen/x86/ |
H A D | x86_xpmap.c | 204 ret = HYPERVISOR_mmu_update(xpq_queue, xpq_idx, &done, DOMID_SELF); in xpq_flush_queue() 262 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0) in xpq_queue_pt_switch() 275 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0) in xpq_queue_pin_table() 288 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0) in xpq_queue_unpin_table() 303 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0) in xpq_queue_set_ldt() 315 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0) in xpq_queue_tlb_flush() 339 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0) in xpq_queue_invlpg() 357 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0) in xen_mcast_invlpg() 371 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0) in xen_bcast_invlpg() 389 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0) in xen_mcast_tlbflush() [all …]
|
H A D | pintr.c | 186 map_irq.domid = DOMID_SELF; in xen_map_msi_pirq() 231 map_irq.domid = DOMID_SELF; in xen_map_msix_pirq() 262 unmap_irq.domid = DOMID_SELF; in xen_map_msix_pirq() 278 unmap_irq.domid = DOMID_SELF; in xen_pci_msi_release()
|
H A D | pvh_consinit.c | 93 xen_hvm_param.domid = DOMID_SELF; 103 xen_hvm_param.domid = DOMID_SELF;
|
H A D | xen_bus_dma.c | 112 res.domid = DOMID_SELF; in _xen_alloc_contig() 131 res.domid = DOMID_SELF; in _xen_alloc_contig() 187 res.domid = DOMID_SELF; in _xen_alloc_contig()
|
H A D | xen_pmap.c | 157 return pmap_enter_ma(pmap, va, ma, pa, prot, flags, DOMID_SELF); in pmap_enter()
|
/netbsd-src/sys/arch/xen/xen/ |
H A D | hypervisor.c | 266 .domid = DOMID_SELF, in init_xen_early() 317 xen_hvm_param.domid = DOMID_SELF; in xen_hvm_init_late() 332 xen_hvm_param.domid = DOMID_SELF; in xen_hvm_init_late() 399 .domid = DOMID_SELF, in xen_hvm_init() 419 xen_hvm_param.domid = DOMID_SELF; in xen_hvm_init() 436 xen_hvm_param.domid = DOMID_SELF; in xen_hvm_init() 490 xen_hvm_param.domid = DOMID_SELF; in xen_hvm_init_cpu()
|
H A D | xengnt.c | 116 query.dom = DOMID_SELF; in xengnt_init() 249 getstatus.dom = DOMID_SELF; in xengnt_map_status() 274 xmap.domid = DOMID_SELF; in xengnt_map_status() 332 xmap.domid = DOMID_SELF; in xengnt_more_entries() 341 setup.dom = DOMID_SELF; in xengnt_more_entries()
|
H A D | balloon.c | 268 * with DOMID_SELF, this hypercall never fails: return value should be 278 & (domid_t) { DOMID_SELF }); in xenmem_get_maxreservation() 295 & (domid_t) { DOMID_SELF }); in xenmem_get_currentreservation() 377 .domid = DOMID_SELF in balloon_inflate() 443 .domid = DOMID_SELF in balloon_deflate()
|
H A D | xenevt.c | 158 op.u.alloc_unbound.dom = DOMID_SELF; in xenevt_alloc_event() 159 op.u.alloc_unbound.remote_dom = DOMID_SELF; in xenevt_alloc_event() 591 op.u.alloc_unbound.dom = DOMID_SELF; in xenevt_fioctl()
|
H A D | privcmd.c | 544 add.domid = DOMID_SELF; in privcmd_mmapbatch_v2() 643 DOMID_SELF : pmr->dom; in privcmd_mmap_resource() 998 rm.domid = DOMID_SELF; in privpgop_detach() 1019 rm.domid = DOMID_SELF; in privpgop_detach()
|
H A D | xennetback_xenbus.c | 731 gop->dest.domid = DOMID_SELF; in xennetback_tx_copy_process() 1121 gop->source.domid = DOMID_SELF; in xennetback_rx_copy_queue()
|
H A D | xbdback_xenbus.c | 1302 gop.dest.domid = DOMID_SELF; in xbdback_co_io()
|
/netbsd-src/sys/arch/xen/xenbus/ |
H A D | xenbus_client.c | 230 .dom = DOMID_SELF, in xenbus_alloc_evtchn()
|
H A D | xenbus_probe.c | 711 op.u.alloc_unbound.dom = DOMID_SELF; in xenbus_probe_init()
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
H A D | xen.h | 551 #define DOMID_SELF xen_mk_uint(0x7FF0) macro
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | pmap.c | 5012 KASSERT(domid == DOMID_SELF || pa == 0); 5038 if (domid != DOMID_SELF) 5147 if (domid != DOMID_SELF) {
|