Home
last modified time | relevance | path

Searched refs:copy_from_guest_offset (Results 1 – 19 of 19) sorted by relevance

/xen/xen/common/efi/
A Dcompat.c24 #undef copy_from_guest_offset
25 #define copy_from_guest_offset copy_from_compat_offset macro
A Druntime.c310 if ( copy_from_guest_offset(&c, str, len, 1) ) in gwstrlen()
/xen/xen/include/xen/
A Dguest_access.h18 copy_from_guest_offset(ptr, hnd, 0, nr)
/xen/xen/arch/x86/hvm/
A Ddm.c56 return !copy_from_guest_offset(dst, args->buf[buf_idx].h, in _raw_copy_from_guest_buf_offset()
386 if ( copy_from_guest_offset((void *)&op, op_args->buf[0].h, 0, offset) ) in dm_op()
400 if ( copy_from_guest_offset((void *)&op.u, op_args->buf[0].h, offset, in dm_op()
755 if ( copy_from_guest_offset(&cmp, bufs, i, 1) ) in compat_dm_op()
788 if ( copy_from_guest_offset(&args.buf[0], bufs, 0, args.nr_bufs) ) in do_dm_op()
/xen/xen/lib/x86/
A Dprivate.h16 #define copy_from_buffer_offset copy_from_guest_offset
/xen/xen/arch/x86/x86_64/
A Dcpu_idle.c97 if ( unlikely(copy_from_guest_offset(&state, states, i, 1)) ) \ in compat_set_cx_pminfo()
/xen/xen/common/
A Dsysctl.c135 if ( copy_from_guest_offset(&c, op->u.debug_keys.keys, i, 1) ) in do_sysctl()
432 if ( copy_from_guest_offset(&dev, ti->devs, i, 1) ) in do_sysctl()
A Dkimage.c702 ret = copy_from_guest_offset(dest_va, segment->buf.h, src_offset, size); in kimage_load_normal_segment()
751 ret = copy_from_guest_offset(dest_va, segment->buf.h, src_offset, schunk); in kimage_load_crash_segment()
A Ddomctl.c337 if ( copy_from_guest_offset(&pnode, uinfo->vnode_to_pnode, i, 1) ) in vnuma_init()
/xen/xen/arch/x86/mm/
A Dmem_access.c449 if ( copy_from_guest_offset(&gfn_l, pfn_list, start, 1) || in p2m_set_mem_access_multi()
450 copy_from_guest_offset(&access, access_list, start, 1) ) in p2m_set_mem_access_multi()
/xen/xen/include/asm-arm/
A Dguest_access.h88 #define copy_from_guest_offset(ptr, hnd, off, nr) ({ \ macro
/xen/xen/include/asm-x86/
A Dguest_access.h90 #define copy_from_guest_offset(ptr, hnd, off, nr) ({ \ macro
/xen/docs/designs/
A Ddmop.pandoc171 if ( copy_from_guest_offset(nat, bufs, 0, nr_bufs) )
/xen/xen/drivers/acpi/
A Dpmstat.c504 else if ( copy_from_guest_offset(bits + 2, pdc, 2, 1) ) in acpi_set_pdc_bits()
/xen/xen/arch/x86/
A Dphysdev.c508 if ( copy_from_guest_offset(&pxm, arg, optarr_off, 1) ) in do_physdev_op()
A Ddomctl.c1114 if ( copy_from_guest_offset(receive_buf, domctl->u.vcpuextstate.buffer, in arch_do_domctl()
1310 if ( copy_from_guest_offset(&msr, vmsrs->msrs, i, 1) ) in arch_do_domctl()
A Dmm.c3320 copy_from_guest_offset(&vmask, bmap, offs, 1) : in vcpumask_to_pcpumask()
3321 copy_from_guest_offset((unsigned int *)&vmask, bmap, in vcpumask_to_pcpumask()
/xen/xen/arch/x86/acpi/
A Dcpu_idle.c1266 if ( unlikely(copy_from_guest_offset(&state, states, i, 1)) ) in print_cx_pminfo()
1337 if ( unlikely(copy_from_guest_offset(&xen_cx, states, i, 1)) ) in set_cx_pminfo()
/xen/xen/common/sched/
A Drt.c1385 if ( copy_from_guest_offset(&local_sched, in rt_dom_cntl()

Completed in 34 milliseconds