Searched refs:DOMID_SELF (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/xen/ |
D | xlate_mmu.c | 101 .domid = DOMID_SELF, in remap_pte_fn() 175 xrp.domid = DOMID_SELF; in unmap_gfn()
|
D | balloon.c | 420 .domid = DOMID_SELF in increase_reservation() 492 .domid = DOMID_SELF in decrease_reservation()
|
D | grant-table.c | 611 query.dom = DOMID_SELF; in __max_nr_grant_frames() 975 xatp.domid = DOMID_SELF; in gnttab_map() 997 setup.dom = DOMID_SELF; in gnttab_map()
|
D | evtchn.c | 492 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()
|
/linux-4.4.14/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.4.14/include/xen/ |
D | hvm.h | 43 xhv.domid = DOMID_SELF; in hvm_get_parameter()
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 228 MULTI_mmu_update(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in xen_extend_mmu_update() 246 MULTI_mmuext_op(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in xen_extend_mmuext_op() 326 HYPERVISOR_mmu_update(&u, 1, NULL, DOMID_SELF); in __xen_set_pte() 1103 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF)) in pin_pagetable_pfn() 1327 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_flush_tlb_all() 1346 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_flush_tlb() 1366 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_flush_tlb_single() 1406 MULTI_mmuext_op(mcs.mc, &args->op, 1, NULL, DOMID_SELF); in xen_flush_tlb_others() 1656 MULTI_mmuext_op(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in __pin_pagetable_pfn() 2600 .domid = DOMID_SELF in xen_exchange_memory() [all …]
|
D | setup.c | 240 .domid = DOMID_SELF in xen_free_mfn() 302 if (HYPERVISOR_mmu_update(&update, 1, NULL, DOMID_SELF) < 0) { in xen_update_mem_tables() 564 domid_t domid = DOMID_SELF; in xen_get_max_pages()
|
D | pmu.c | 417 if (!xen_initial_domain() || (xenpmu_data->domain_id >= DOMID_SELF)) in xen_is_in_guest()
|
D | enlighten.c | 584 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_set_ldt() 1745 xatp.domid = DOMID_SELF; in xen_hvm_init_shared_info()
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_dev_backend.c | 54 arg.dom = DOMID_SELF; in xenbus_alloc()
|
D | xenbus_probe.c | 717 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init() 718 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()
|
D | xenbus_client.c | 420 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()
|
/linux-4.4.14/drivers/xen/events/ |
D | events_base.c | 688 ret = xen_irq_info_pirq_setup(irq, 0, pirq, gsi, DOMID_SELF, in xen_bind_pirq_gsi_to_irq() 795 if ((rc == -ESRCH && info->u.pirq.domid != DOMID_SELF)) in xen_destroy_irq() 944 status.dom = DOMID_SELF; in find_virq() 1429 map_irq.domid = DOMID_SELF; in restore_pirqs() 1637 a.domid = DOMID_SELF; in xen_set_callback_via()
|
/linux-4.4.14/include/xen/interface/ |
D | xen.h | 426 #define DOMID_SELF (0x7FF0U) macro
|
/linux-4.4.14/arch/arm/xen/ |
D | enlighten.c | 225 xatp.domid = DOMID_SELF; in xen_guest_init()
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | netback.c | 317 copy_gop->source.domid = DOMID_SELF; in xenvif_setup_copy_gop() 1449 queue->tx_copy_ops[*copy_ops].dest.domid = DOMID_SELF; in xenvif_tx_build_gops()
|