Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/efi/
A Dcompat.c28 #undef __copy_to_guest_offset
29 #define __copy_to_guest_offset __copy_to_compat_offset macro
A Druntime.c234 if ( __copy_to_guest_offset(info->vendor.name, i, in efi_get_info()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dguest_access.h24 __copy_to_guest_offset(hnd, 0, ptr, nr)
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dguest_access.h118 #define __copy_to_guest_offset(hnd, off, ptr, nr) ({ \ macro
/xen-4.10.0-shim-comet/xen/common/
A Dmemory.c136 if ( unlikely(__copy_to_guest_offset(a->extent_list, i, &mfn, 1)) ) in increase_reservation()
264 if ( unlikely(__copy_to_guest_offset(a->extent_list, i, &mfn, 1)) ) in populate_physmap()
702 if ( __copy_to_guest_offset(exch.out.extent_start, in memory_exchange()
856 if ( unlikely(__copy_to_guest_offset(xatpb->errs, 0, &rc, 1)) ) in xenmem_add_to_physmap_batch()
953 if ( __copy_to_guest_offset(grdm->map.buffer, grdm->used_entries, in get_reserved_device_memory()
A Dtmem_control.c390 if ( __copy_to_guest_offset(pools, idx, &out, 1) ) in tmemc_get_pool()
445 if ( __copy_to_guest_offset(pools, i, &pool, 1) ) in tmemc_set_pools()
A Dlivepatch.c1029 if ( __copy_to_guest_offset(list->name, idx * XEN_LIVEPATCH_NAME_SIZE, in livepatch_list()
1031 __copy_to_guest_offset(list->len, idx, &len, 1) || in livepatch_list()
1032 __copy_to_guest_offset(list->status, idx, &status, 1) ) in livepatch_list()
A Dgrant_table.c1212 if ( unlikely(__copy_to_guest_offset(uop, i, &op, 1)) ) in gnttab_map_grant_ref()
1878 if ( __copy_to_guest_offset(op.frame_list, i, &gmfn, 1) ) in gnttab_setup_table()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dguest_access.h137 #define __copy_to_guest_offset(hnd, off, ptr, nr) ({ \ macro
/xen-4.10.0-shim-comet/xen/drivers/acpi/
A Dpmstat.c522 if ( !ret && __copy_to_guest_offset(pdc, 2, bits + 2, 1) ) in acpi_set_pdc_bits()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dshim.c728 else if ( __copy_to_guest_offset(nat.frame_list, i, in pv_shim_grant_table_op()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c4044 if ( __copy_to_guest_offset(buffer, ctxt->n, &ent, 1) ) in _handle_iomem_range()
4307 if ( __copy_to_guest_offset(buffer, ctxt.n, e820.map + i, 1) ) in arch_memory_op()

Completed in 30 milliseconds