Home
last modified time | relevance | path

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

/xen/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.h69 #define DECLARE_PLATFORM_OP struct xen_platform_op platform_op
333 struct xen_platform_op *platform_op) in do_platform_op() argument
336 DECLARE_HYPERCALL_BOUNCE(platform_op, sizeof(*platform_op), in do_platform_op()
339 platform_op->interface_version = XENPF_INTERFACE_VERSION; in do_platform_op()
341 if ( xc_hypercall_bounce_pre(xch, platform_op) ) in do_platform_op()
348 HYPERCALL_BUFFER_AS_ARG(platform_op)); in do_platform_op()
356 xc_hypercall_bounce_post(xch, platform_op); in do_platform_op()
A Dxc_misc.c220 platform_op.cmd = XENPF_microcode_update; in xc_microcode_update()
221 platform_op.u.microcode.length = len; in xc_microcode_update()
222 set_xen_guest_handle(platform_op.u.microcode.data, uc); in xc_microcode_update()
224 ret = do_platform_op(xch, &platform_op); in xc_microcode_update()
/xen/xen/arch/x86/guest/xen/
A Dhypercall_page.S31 DECLARE_HYPERCALL(platform_op)
/xen/tools/misc/
A Dxenperf.c30 X(platform_op),
/xen/xen/xsm/
A Ddummy.c136 set_to_dummy_if_null(ops, platform_op); in xsm_fixup_ops()
/xen/xen/arch/x86/
A Dhypercall.c38 ARGS(platform_op, 1),
/xen/xen/arch/x86/hvm/
A Dhypercall.c147 COMPAT_CALL(platform_op),
/xen/xen/arch/x86/pv/
A Dhypercall.c45 COMPAT_CALL(platform_op),
/xen/xen/include/xsm/
A Dxsm.h158 int (*platform_op) (uint32_t cmd); member
615 return xsm_ops->platform_op(op); in xsm_platform_op()
/xen/xen/arch/arm/
A Dtraps.c1379 HYPERCALL(platform_op, 1),
/xen/xen/xsm/flask/
A Dhooks.c1860 .platform_op = flask_platform_op,

Completed in 21 milliseconds