/xen/xen/common/efi/ |
A D | compat.c | 24 #undef copy_from_guest_offset 25 #define copy_from_guest_offset copy_from_compat_offset macro
|
A D | runtime.c | 310 if ( copy_from_guest_offset(&c, str, len, 1) ) in gwstrlen()
|
/xen/xen/include/xen/ |
A D | guest_access.h | 18 copy_from_guest_offset(ptr, hnd, 0, nr)
|
/xen/xen/arch/x86/hvm/ |
A D | dm.c | 56 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 D | private.h | 16 #define copy_from_buffer_offset copy_from_guest_offset
|
/xen/xen/arch/x86/x86_64/ |
A D | cpu_idle.c | 97 if ( unlikely(copy_from_guest_offset(&state, states, i, 1)) ) \ in compat_set_cx_pminfo()
|
/xen/xen/common/ |
A D | sysctl.c | 135 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 D | kimage.c | 702 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 D | domctl.c | 337 if ( copy_from_guest_offset(&pnode, uinfo->vnode_to_pnode, i, 1) ) in vnuma_init()
|
/xen/xen/arch/x86/mm/ |
A D | mem_access.c | 449 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 D | guest_access.h | 88 #define copy_from_guest_offset(ptr, hnd, off, nr) ({ \ macro
|
/xen/xen/include/asm-x86/ |
A D | guest_access.h | 90 #define copy_from_guest_offset(ptr, hnd, off, nr) ({ \ macro
|
/xen/docs/designs/ |
A D | dmop.pandoc | 171 if ( copy_from_guest_offset(nat, bufs, 0, nr_bufs) )
|
/xen/xen/drivers/acpi/ |
A D | pmstat.c | 504 else if ( copy_from_guest_offset(bits + 2, pdc, 2, 1) ) in acpi_set_pdc_bits()
|
/xen/xen/arch/x86/ |
A D | physdev.c | 508 if ( copy_from_guest_offset(&pxm, arg, optarr_off, 1) ) in do_physdev_op()
|
A D | domctl.c | 1114 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 D | mm.c | 3320 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 D | cpu_idle.c | 1266 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 D | rt.c | 1385 if ( copy_from_guest_offset(&local_sched, in rt_dom_cntl()
|