Home
last modified time | relevance | path

Searched refs:guest_handle_cast (Results 1 – 20 of 20) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/compat/
A Dgrant_table.c74 if ( unlikely(!guest_handle_okay(guest_handle_cast(cmp_uop, \ in compat_grant_table_op()
165 rc = gnttab_setup_table(guest_handle_cast(nat.uop, in compat_grant_table_op()
206 rc = gnttab_transfer(guest_handle_cast(nat.uop, gnttab_transfer_t), n); in compat_grant_table_op()
217 xfer = guest_handle_cast(cmp_uop, gnttab_transfer_compat_t); in compat_grant_table_op()
219 cnt_uop = guest_handle_cast(xfer, void); in compat_grant_table_op()
251 rc = gnttab_copy(guest_handle_cast(nat.uop, gnttab_copy_t), n); in compat_grant_table_op()
262 copy = guest_handle_cast(cmp_uop, gnttab_copy_compat_t); in compat_grant_table_op()
264 cnt_uop = guest_handle_cast(copy, void); in compat_grant_table_op()
297 guest_handle_cast(nat.uop, gnttab_get_status_frames_t), in compat_grant_table_op()
A Dmemory.c502 if ( __copy_field_to_guest(guest_handle_cast(compat, in compat_memory_op()
/xen-4.10.0-shim-comet/xen/common/efi/
A Dcompat.c20 #undef guest_handle_cast
21 #define guest_handle_cast compat_handle_cast macro
A Druntime.c229 if ( !guest_handle_okay(guest_handle_cast(info->vendor.name, in efi_get_info()
463 len = gwstrlen(guest_handle_cast(op->u.get_variable.name, CHAR16)); in efi_runtime_call()
511 len = gwstrlen(guest_handle_cast(op->u.set_variable.name, CHAR16)); in efi_runtime_call()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dmm.c153 return mem_paging_memop(guest_handle_cast(arg, xen_mem_paging_op_t)); in compat_arch_memory_op()
156 return mem_sharing_memop(guest_handle_cast(arg, xen_mem_sharing_op_t)); in compat_arch_memory_op()
189 guest_handle_cast(arg, mmuext_op_compat_t); in compat_mmuext_op()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dcpufreq.c50 states_t = guest_handle_cast(states, xen_processor_px_t); \ in compat_set_px_pminfo()
A Dcpu_idle.c60 dps_param = guest_handle_cast(dps, xen_processor_csd_t); \ in copy_from_compat_state()
A Dmm.c994 return mem_paging_memop(guest_handle_cast(arg, xen_mem_paging_op_t)); in subarch_memory_op()
997 return mem_sharing_memop(guest_handle_cast(arg, xen_mem_sharing_op_t)); in subarch_memory_op()
/xen-4.10.0-shim-comet/xen/common/
A Dgrant_table.c3333 guest_handle_cast(uop, gnttab_map_grant_ref_t); in do_grant_table_op()
3341 uop = guest_handle_cast(map, void); in do_grant_table_op()
3357 uop = guest_handle_cast(unmap, void); in do_grant_table_op()
3376 uop = guest_handle_cast(unmap, void); in do_grant_table_op()
3390 guest_handle_cast(uop, gnttab_transfer_t); in do_grant_table_op()
3398 uop = guest_handle_cast(transfer, void); in do_grant_table_op()
3406 guest_handle_cast(uop, gnttab_copy_t); in do_grant_table_op()
3415 uop = guest_handle_cast(copy, void); in do_grant_table_op()
3451 uop = guest_handle_cast(swap, void); in do_grant_table_op()
3459 guest_handle_cast(uop, gnttab_cache_flush_t); in do_grant_table_op()
[all …]
A Dtmem.c1748 if ( copy_to_guest(guest_handle_cast(buf, void), &h, 1) ) in tmemc_save_get_next_page()
1797 if ( copy_to_guest(guest_handle_cast(buf, void), &h, 1) ) in tmemc_save_get_next_inv()
1851 guest_handle_cast(op->u.buf, char), op->arg); in do_tmem_control()
1855 guest_handle_cast(op->u.buf, char), op->len); in do_tmem_control()
1859 guest_handle_cast(op->u.buf, char), op->len); in do_tmem_control()
1863 guest_handle_cast(op->u.buf, char), op->len); in do_tmem_control()
A Ddomctl.c458 guest_handle_cast(op->u.vcpucontext.ctxt, in do_domctl()
886 ret = copy_to_guest(guest_handle_cast(op->u.vcpucontext.ctxt, in do_domctl()
1099 guest_handle_cast(u_domctl, void)); in do_domctl()
A Dmemory.c1071 rc = memory_exchange(guest_handle_cast(arg, xen_memory_exchange_t)); in do_memory_op()
1238 rc = mem_access_memop(cmd, guest_handle_cast(arg, xen_mem_access_op_t)); in do_memory_op()
A Dtmem_control.c522 guest_handle_cast(op->u.buf, char), op->len, op->arg); in tmem_control()
/xen-4.10.0-shim-comet/xen/common/gcov/
A Dgcov.c228 buf = guest_handle_cast(op->buffer, char); in sysctl_gcov_op()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dguest_access.h32 #define guest_handle_cast(hnd, type) ({ \ macro
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dguest_access.h50 #define guest_handle_cast(hnd, type) ({ \ macro
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtmem_xen.h189 rc = copy_from_guest(&cop, guest_handle_cast(uops, void), 1); in tmem_get_tmemop_from_client()
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dconsole.c272 str = guest_handle_cast(op->buffer, char), in read_console_ring()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c4711 guest_handle_cast(arg, xen_hvm_evtchn_upcall_vector_t)); in do_hvm_op()
4716 guest_handle_cast(arg, xen_hvm_param_t)); in do_hvm_op()
4721 guest_handle_cast(arg, xen_hvm_param_t)); in do_hvm_op()
4730 guest_handle_cast(arg, xen_hvm_get_mem_type_t)); in do_hvm_op()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c4042 buffer_param = guest_handle_cast(ctxt->map.buffer, e820entry_t); in _handle_iomem_range()
4284 buffer_param = guest_handle_cast(ctxt.map.buffer, e820entry_t); in arch_memory_op()

Completed in 53 milliseconds