Home
last modified time | relevance | path

Searched refs:xsavesz (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_sr_common.h172 size_t basicsz, extdsz, xsavesz, msrsz; member
A Dxc_sr_restore_x86_pv.c409 buffer = xc_hypercall_buffer_alloc(xch, buffer, vcpu->xsavesz); in process_vcpu_xsave()
413 vcpu->xsavesz); in process_vcpu_xsave()
420 domctl.u.vcpuextstate.size = vcpu->xsavesz; in process_vcpu_xsave()
423 memcpy(buffer, vcpu->xsave, vcpu->xsavesz); in process_vcpu_xsave()

Completed in 5 milliseconds