Home
last modified time | relevance | path

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

/xen/xen/common/efi/
A Dcompat.c28 #undef __copy_to_guest_offset
29 #define __copy_to_guest_offset __copy_to_compat_offset macro
A Druntime.c244 if ( __copy_to_guest_offset(info->vendor.name, i, in efi_get_info()
/xen/xen/include/xen/
A Dguest_access.h24 __copy_to_guest_offset(hnd, 0, ptr, nr)
/xen/xen/include/asm-arm/
A Dguest_access.h117 #define __copy_to_guest_offset(hnd, off, ptr, nr) ({ \ macro
/xen/xen/include/asm-x86/
A Dguest_access.h129 #define __copy_to_guest_offset(hnd, off, ptr, nr) ({ \ macro
/xen/xen/common/
A Dlivepatch.c1212 if ( __copy_to_guest_offset(list->name, name_offset, in livepatch_list()
1214 __copy_to_guest_offset(list->len, idx, &name_len, 1) || in livepatch_list()
1215 __copy_to_guest_offset(list->status, idx, &status, 1) || in livepatch_list()
1216 __copy_to_guest_offset(list->metadata, metadata_offset, in livepatch_list()
1218 __copy_to_guest_offset(list->metadata_len, idx, &metadata_len, 1) ) in livepatch_list()
A Dmemory.c106 return __copy_to_guest_offset(hnd, off, &mfn_, 1); in __copy_mfn_to_guest_offset()
940 if ( unlikely(__copy_to_guest_offset(xatpb->errs, extent, &rc, 1)) ) in xenmem_add_to_physmap_batch()
1024 if ( __copy_to_guest_offset(grdm->map.buffer, grdm->used_entries, in get_reserved_device_memory()
A Dgrant_table.c1324 if ( unlikely(__copy_to_guest_offset(uop, i, &op, 1)) ) in gnttab_map_grant_ref()
2043 if ( __copy_to_guest_offset(op.frame_list, i, &gmfn, 1) ) in gnttab_setup_table()
/xen/xen/drivers/acpi/
A Dpmstat.c520 if ( !ret && __copy_to_guest_offset(pdc, 2, bits + 2, 1) ) in acpi_set_pdc_bits()
/xen/xen/arch/x86/pv/
A Dshim.c786 else if ( __copy_to_guest_offset(nat.frame_list, i, in pv_shim_grant_table_op()
/xen/xen/arch/x86/
A Dmm.c4564 if ( __copy_to_guest_offset(ctxt->map.buffer, ctxt->n, &ent, 1) ) in _handle_iomem_range()
4874 if ( __copy_to_guest_offset(buffer, ctxt.n, e820.map + i, 1) ) in arch_memory_op()

Completed in 29 milliseconds