Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/
A Dxlat.lst59 ! dm_op_buf hvm/dm_op.h
63 ? dm_op_inject_event hvm/dm_op.h
64 ? dm_op_inject_msi hvm/dm_op.h
65 ? dm_op_ioreq_server_range hvm/dm_op.h
66 ? dm_op_modified_memory hvm/dm_op.h
67 ? dm_op_remote_shutdown hvm/dm_op.h
69 ? dm_op_set_isa_irq_level hvm/dm_op.h
70 ? dm_op_set_mem_type hvm/dm_op.h
71 ? dm_op_set_pci_intx_level hvm/dm_op.h
72 ? dm_op_set_pci_link_route hvm/dm_op.h
[all …]
A DMakefile30 headers-$(CONFIG_X86) += compat/hvm/dm_op.h
/xen-4.10.0-shim-comet/docs/designs/
A Ddmop.markdown54 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-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddm.c368 static int dm_op(const struct dmop_args *op_args) in dm_op() function
702 rc = dm_op(&args); in compat_dm_op()
727 rc = dm_op(&args); in do_dm_op()
A Dhypercall.c134 COMPAT_CALL(dm_op),
/xen-4.10.0-shim-comet/xen/xsm/
A Ddummy.c157 set_to_dummy_if_null(ops, dm_op); in xsm_fixup_ops()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhypercall.c69 ARGS(dm_op, 3),
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dhypercall.c81 COMPAT_CALL(dm_op),
/xen-4.10.0-shim-comet/xen/include/xsm/
A Dxsm.h180 int (*dm_op) (struct domain *d); member
685 return xsm_ops->dm_op(d); in xsm_dm_op()
/xen-4.10.0-shim-comet/xen/xsm/flask/
A Dhooks.c1851 .dm_op = flask_dm_op,

Completed in 14 milliseconds