/openbmc/linux/arch/x86/xen/ |
H A D | mmu_hvm.c | 21 .domid = DOMID_SELF, in xen_vmcore_pfn_is_ram() 41 a.domid = DOMID_SELF; in xen_hvm_exit_mmap() 52 a.domid = DOMID_SELF; in is_pagetable_dying_supported()
|
H A D | mmu_pv.c | 201 MULTI_mmu_update(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in xen_extend_mmu_update() 219 MULTI_mmuext_op(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in xen_extend_mmuext_op() 298 HYPERVISOR_mmu_update(&u, 1, NULL, DOMID_SELF); in __xen_set_pte() 1008 if (HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF)) in pin_pagetable_pfn() 1246 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_flush_tlb() 1266 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_flush_tlb_one_user() 1303 MULTI_mmuext_op(mcs.mc, &args->op, 1, NULL, DOMID_SELF); in xen_flush_tlb_multi() 1522 MULTI_mmuext_op(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in __pin_pagetable_pfn() 2296 .domid = DOMID_SELF in xen_exchange_memory() 2303 .domid = DOMID_SELF in xen_exchange_memory() [all …]
|
H A D | setup.c | 205 .domid = DOMID_SELF in xen_free_mfn() 267 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()
|
H A D | enlighten_hvm.c | 43 xatp.domid = DOMID_SELF; in xen_hvm_init_shared_info()
|
H A D | pmu.c | 439 if (!xen_initial_domain() || (xenpmu_data->domain_id >= DOMID_SELF)) in xen_guest_state()
|
/openbmc/linux/drivers/xen/ |
H A D | mem-reservation.c | 91 .domid = DOMID_SELF in xenmem_reservation_increase() 107 .domid = DOMID_SELF in xenmem_reservation_decrease()
|
H A D | arm-device.c | 29 xrp.domid = DOMID_SELF; in xen_unmap_device_mmio() 53 .domid = DOMID_SELF, in xen_map_device_mmio()
|
H A D | xlate_mmu.c | 104 .domid = DOMID_SELF, in remap_pte_fn() 178 xrp.domid = DOMID_SELF; in unmap_gfn()
|
H A D | grant-table.c | 796 query.dom = DOMID_SELF; in __max_nr_grant_frames() 1414 getframes.dom = DOMID_SELF; in gnttab_map_frames_v2() 1464 xatp.domid = DOMID_SELF; in gnttab_map() 1486 setup.dom = DOMID_SELF; in gnttab_map()
|
H A D | gntdev.c | 919 op->source.domid = DOMID_SELF; in gntdev_grant_copy_seg() 939 op->dest.domid = DOMID_SELF; in gntdev_grant_copy_seg()
|
H A D | evtchn.c | 509 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()
|
/openbmc/linux/arch/x86/pci/ |
H A D | xen.c | 79 map_irq.domid = DOMID_SELF; in xen_register_pirq() 193 DOMID_SELF); in xen_setup_msi_irqs() 251 DOMID_SELF); in xen_hvm_setup_msi_irqs() 281 domid = DOMID_SELF; in xen_initdom_setup_msi_irqs()
|
/openbmc/linux/include/xen/ |
H A D | hvm.h | 44 xhv.domid = DOMID_SELF; in hvm_get_parameter()
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_dev_backend.c | 53 arg.dom = DOMID_SELF; in xenbus_alloc()
|
H A D | xenbus_probe.c | 855 a.domid = DOMID_SELF; in xen_set_callback_via() 891 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init() 892 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_primary_console.c | 144 .dom = DOMID_SELF, in alloc_guest_port()
|
H A D | xen_evtchn.c | 635 if (status->dom != DOMID_SELF && status->dom != xen_domid) { in xen_evtchn_status_op() 1126 if (reset->dom != DOMID_SELF && reset->dom != xen_domid) { in xen_evtchn_reset_op() 1361 interdomain->remote_dom != DOMID_SELF && in xen_evtchn_bind_interdomain_op() 1444 if (alloc->dom != DOMID_SELF && alloc->dom != xen_domid) { in xen_evtchn_alloc_unbound_op() 1449 alloc->remote_dom != DOMID_SELF && in xen_evtchn_alloc_unbound_op() 1830 if (map->domid != DOMID_SELF && map->domid != xen_domid) { in xen_physdev_map_pirq() 1880 if (unmap->domid != DOMID_SELF && unmap->domid != xen_domid) { in xen_physdev_unmap_pirq()
|
H A D | xen_gnttab.c | 217 if (get->dom != DOMID_SELF && get->dom != xen_domid) { in xen_gnttab_get_version_op() 233 if (size->dom != DOMID_SELF && size->dom != xen_domid) { in xen_gnttab_query_size_op()
|
/openbmc/linux/arch/arm/xen/ |
H A D | enlighten.c | 287 a.domid = DOMID_SELF; in xen_acpi_guest_init() 470 xatp.domid = DOMID_SELF; in xen_guest_init()
|
/openbmc/linux/drivers/net/xen-netback/ |
H A D | hash.c | 297 .dest.domid = DOMID_SELF, in xenvif_set_hash_key() 342 .dest.domid = DOMID_SELF, in xenvif_set_hash_mapping()
|
H A D | rx.c | 217 op->source.domid = DOMID_SELF; in xenvif_rx_copy_add()
|
/openbmc/linux/include/xen/interface/ |
H A D | xen.h | 426 #define DOMID_SELF (0x7FF0U) macro
|
/openbmc/qemu/target/i386/kvm/ |
H A D | xen-emu.c | 655 if (xatp.domid != DOMID_SELF && xatp.domid != xen_domid) { in do_add_to_physmap() 695 if (xatpb.domid != DOMID_SELF && xatpb.domid != xen_domid) { in do_add_to_physmap_batch() 764 if (hp.domid != DOMID_SELF && hp.domid != xen_domid) { in handle_set_param() 800 if (hp.domid != DOMID_SELF && hp.domid != xen_domid) { in handle_get_param()
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | xen.h | 565 #define DOMID_SELF xen_mk_uint(0x7FF0) macro
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_base.c | 1035 ret = xen_irq_info_pirq_setup(info, 0, pirq, gsi, DOMID_SELF, in xen_bind_pirq_gsi_to_irq() 1153 if ((rc == -ESRCH && info->u.pirq.domid != DOMID_SELF)) in xen_destroy_irq() 1337 status.dom = DOMID_SELF; in find_virq() 1945 map_irq.domid = DOMID_SELF; in restore_pirqs()
|