Home
last modified time | relevance | path

Searched refs:platform_op (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_resource.c33 platform_op.cmd = XENPF_resource_op; in xc_resource_op_one()
34 platform_op.u.resource_op.nr_entries = op->nr_entries; in xc_resource_op_one()
35 platform_op.u.resource_op.cpu = op->cpu; in xc_resource_op_one()
38 rc = do_platform_op(xch, &platform_op); in xc_resource_op_one()
75 DECLARE_HYPERCALL_BUFFER(xen_platform_op_t, platform_op); in xc_resource_op_multi()
81 platform_op, sizeof(xen_platform_op_t)); in xc_resource_op_multi()
82 if ( !platform_op ) in xc_resource_op_multi()
100 call->args[0] = HYPERCALL_BUFFER_AS_ARG(platform_op); in xc_resource_op_multi()
103 platform_op->cmd = XENPF_resource_op; in xc_resource_op_multi()
104 platform_op->u.resource_op.cpu = op->cpu; in xc_resource_op_multi()
[all …]
A Dxc_private.h67 #define DECLARE_PLATFORM_OP struct xen_platform_op platform_op
312 struct xen_platform_op *platform_op) in do_platform_op() argument
315 DECLARE_HYPERCALL_BOUNCE(platform_op, sizeof(*platform_op), in do_platform_op()
318 platform_op->interface_version = XENPF_INTERFACE_VERSION; in do_platform_op()
320 if ( xc_hypercall_bounce_pre(xch, platform_op) ) in do_platform_op()
327 HYPERCALL_BUFFER_AS_ARG(platform_op)); in do_platform_op()
335 xc_hypercall_bounce_post(xch, platform_op); in do_platform_op()
/xen-4.10.0-shim-comet/xen/arch/x86/guest/
A Dhypercall_page.S31 DECLARE_HYPERCALL(platform_op)
/xen-4.10.0-shim-comet/tools/misc/
A Dxenperf.c30 X(platform_op),
/xen-4.10.0-shim-comet/xen/xsm/
A Ddummy.c142 set_to_dummy_if_null(ops, platform_op); in xsm_fixup_ops()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhypercall.c38 ARGS(platform_op, 1),
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhypercall.c131 COMPAT_CALL(platform_op),
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dhypercall.c43 COMPAT_CALL(platform_op),
/xen-4.10.0-shim-comet/xen/include/xsm/
A Dxsm.h158 int (*platform_op) (uint32_t cmd); member
607 return xsm_ops->platform_op(op); in xsm_platform_op()
/xen-4.10.0-shim-comet/xen/xsm/flask/
A Dhooks.c1836 .platform_op = flask_platform_op,
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dtraps.c1422 HYPERCALL(platform_op, 1),

Completed in 21 milliseconds