Searched refs:guest_handle_add_offset (Results 1 – 12 of 12) sorted by relevance
/xen/xen/common/compat/ |
A D | grant_table.c | 218 guest_handle_add_offset(xfer, i); in compat_grant_table_op() 222 guest_handle_add_offset(xfer, -1); in compat_grant_table_op() 263 guest_handle_add_offset(copy, i); in compat_grant_table_op() 267 guest_handle_add_offset(copy, -1); in compat_grant_table_op()
|
/xen/xen/arch/x86/x86_64/compat/ |
A D | mm.c | 269 guest_handle_add_offset(cmp_uops, 1); in compat_mmuext_op() 289 guest_handle_add_offset(nat_ops, i - left); in compat_mmuext_op()
|
/xen/xen/common/ |
A D | multicall.c | 110 guest_handle_add_offset(call_list, 1); in do_multicall()
|
A D | hypfs.c | 241 guest_handle_add_offset(uaddr, e_len); in hypfs_read_dir() 285 guest_handle_add_offset(uaddr, sizeof(e)); in hypfs_read()
|
A D | grant_table.c | 1626 guest_handle_add_offset(uop, 1); in gnttab_unmap_grant_ref() 1691 guest_handle_add_offset(uop, 1); in gnttab_unmap_and_replace() 2396 guest_handle_add_offset(uop, 1); in gnttab_transfer() 3055 guest_handle_add_offset(uop, 1); in gnttab_copy() 3406 guest_handle_add_offset(uop, 1); in gnttab_swap_grant_ref() 3515 guest_handle_add_offset(uop, 1); in gnttab_cache_flush() 3549 guest_handle_add_offset(map, rc); in do_grant_table_op() 3565 guest_handle_add_offset(unmap, rc); in do_grant_table_op() 3581 guest_handle_add_offset(unmap, rc); in do_grant_table_op() 3655 guest_handle_add_offset(swap, rc); in do_grant_table_op() [all …]
|
A D | argo.c | 588 guest_handle_add_offset(src_hnd, head_len); in memcpy_to_guest_ring() 912 guest_handle_add_offset(buf_hnd, sp); in ringbuf_insert() 1952 guest_handle_add_offset(ent_hnd, 1); in notify()
|
/xen/xen/arch/x86/pv/ |
A D | callback.c | 378 guest_handle_add_offset(traps, 1); in do_set_trap_table() 420 guest_handle_add_offset(traps, 1); in compat_set_trap_table()
|
A D | descriptor-tables.c | 175 guest_handle_add_offset(frame_list, 1); in compat_set_gdt()
|
/xen/xen/include/asm-arm/ |
A D | guest_access.h | 33 #define guest_handle_add_offset(hnd, nr) ((hnd).p += (nr)) macro
|
/xen/xen/include/asm-x86/ |
A D | guest_access.h | 45 #define guest_handle_add_offset(hnd, nr) ((hnd).p += (nr)) macro
|
/xen/xen/drivers/char/ |
A D | console.c | 670 guest_handle_add_offset(buffer, kcount); in guest_console_write()
|
/xen/xen/arch/x86/ |
A D | mm.c | 3848 guest_handle_add_offset(uops, 1); in do_mmuext_op() 4164 guest_handle_add_offset(ureqs, 1); in do_mmu_update()
|
Completed in 32 milliseconds