Searched refs:DOMID_SELF (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/xen/ |
D | xlate_mmu.c | 47 .domid = DOMID_SELF, in map_foreign_page() 137 xrp.domid = DOMID_SELF; in xen_xlate_unmap_gfn_range()
|
D | balloon.c | 334 .domid = DOMID_SELF in increase_reservation() 405 .domid = DOMID_SELF in decrease_reservation()
|
D | grant-table.c | 612 query.dom = DOMID_SELF; in __max_nr_grant_frames() 928 xatp.domid = DOMID_SELF; in gnttab_map() 950 setup.dom = DOMID_SELF; in gnttab_map()
|
D | evtchn.c | 398 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 227 MULTI_mmu_update(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in xen_extend_mmu_update() 245 MULTI_mmuext_op(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in xen_extend_mmuext_op() 325 HYPERVISOR_mmu_update(&u, 1, NULL, DOMID_SELF); in __xen_set_pte() 1224 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_flush_tlb_all() 1243 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_flush_tlb() 1263 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_flush_tlb_single() 1303 MULTI_mmuext_op(mcs.mc, &args->op, 1, NULL, DOMID_SELF); in xen_flush_tlb_others() 1497 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF)) in pin_pagetable_pfn() 1544 MULTI_mmuext_op(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in __pin_pagetable_pfn() 2258 .domid = DOMID_SELF in xen_exchange_memory() [all …]
|
D | setup.c | 210 .domid = DOMID_SELF in xen_free_mfn() 272 if (HYPERVISOR_mmu_update(&update, 1, NULL, DOMID_SELF) < 0) { in xen_update_mem_tables() 517 domid_t domid = DOMID_SELF; in xen_get_max_pages()
|
D | enlighten.c | 582 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_set_ldt() 1732 xatp.domid = DOMID_SELF; in xen_hvm_init_shared_info()
|
/linux-4.1.27/arch/x86/pci/ |
D | xen.c | 77 map_irq.domid = DOMID_SELF; in xen_register_pirq() 188 DOMID_SELF); in xen_setup_msi_irqs() 255 DOMID_SELF); in xen_hvm_setup_msi_irqs() 285 domid = DOMID_SELF; in xen_initdom_setup_msi_irqs()
|
/linux-4.1.27/include/xen/ |
D | hvm.h | 43 xhv.domid = DOMID_SELF; in hvm_get_parameter()
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_dev_backend.c | 54 arg.dom = DOMID_SELF; in xenbus_alloc()
|
D | xenbus_probe.c | 719 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init() 720 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()
|
D | xenbus_client.c | 415 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()
|
/linux-4.1.27/drivers/xen/events/ |
D | events_base.c | 687 ret = xen_irq_info_pirq_setup(irq, 0, pirq, gsi, DOMID_SELF, in xen_bind_pirq_gsi_to_irq() 794 if ((rc == -ESRCH && info->u.pirq.domid != DOMID_SELF)) in xen_destroy_irq() 943 status.dom = DOMID_SELF; in find_virq() 1432 map_irq.domid = DOMID_SELF; in restore_pirqs() 1640 a.domid = DOMID_SELF; in xen_set_callback_via()
|
/linux-4.1.27/include/xen/interface/ |
D | xen.h | 424 #define DOMID_SELF (0x7FF0U) macro
|
/linux-4.1.27/arch/arm/xen/ |
D | enlighten.c | 204 xatp.domid = DOMID_SELF; in xen_guest_init()
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | netback.c | 315 copy_gop->source.domid = DOMID_SELF; in xenvif_gop_frag_copy() 1293 queue->tx_copy_ops[*copy_ops].dest.domid = DOMID_SELF; in xenvif_tx_build_gops()
|