Home
last modified time | relevance | path

Searched refs:dm_op (Results 1 – 10 of 10) sorted by relevance

/xen/xen/include/
A Dxlat.lst68 ! dm_op_buf hvm/dm_op.h
69 ? dm_op_relocate_memory hvm/dm_op.h
73 ? dm_op_inject_event hvm/dm_op.h
74 ? dm_op_inject_msi hvm/dm_op.h
75 ? dm_op_ioreq_server_range hvm/dm_op.h
76 ? dm_op_modified_memory hvm/dm_op.h
78 ? dm_op_remote_shutdown hvm/dm_op.h
80 ? dm_op_set_isa_irq_level hvm/dm_op.h
81 ? dm_op_set_mem_type hvm/dm_op.h
82 ? dm_op_set_pci_intx_level hvm/dm_op.h
[all …]
A DMakefile28 headers-$(CONFIG_X86) += compat/hvm/dm_op.h
/xen/docs/designs/
A Ddmop.pandoc54 dm_op, describing the specific device model operation and its parameters.
118 static int dm_op(domid_t domid,
174 return dm_op(domid, nr_bufs, nat);
/xen/xen/arch/x86/hvm/
A Ddm.c340 static int dm_op(const struct dmop_args *op_args) in dm_op() function
766 rc = dm_op(&args); in compat_dm_op()
791 rc = dm_op(&args); in do_dm_op()
A Dhypercall.c152 COMPAT_CALL(dm_op),
/xen/xen/xsm/
A Ddummy.c151 set_to_dummy_if_null(ops, dm_op); in xsm_fixup_ops()
/xen/xen/arch/x86/
A Dhypercall.c74 ARGS(dm_op, 3),
/xen/xen/arch/x86/pv/
A Dhypercall.c86 COMPAT_CALL(dm_op),
/xen/xen/include/xsm/
A Dxsm.h180 int (*dm_op) (struct domain *d); member
693 return xsm_ops->dm_op(d); in xsm_dm_op()
/xen/xen/xsm/flask/
A Dhooks.c1875 .dm_op = flask_dm_op,

Completed in 650 milliseconds