Home
last modified time | relevance | path

Searched refs:set_xen_guest_handle (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/drivers/xen/
Dmemory.c37 set_xen_guest_handle(xatpb.gpfns, gpfns); in xendom_add_to_physmap_batch()
38 set_xen_guest_handle(xatpb.idxs, idxs); in xendom_add_to_physmap_batch()
39 set_xen_guest_handle(xatpb.errs, errs); in xendom_add_to_physmap_batch()
65 set_xen_guest_handle(reservation.extent_start, extent_start); in xendom_populate_physmap()
Dgnttab.c237 set_xen_guest_handle(reservation.extent_start, &page); in gnttab_put_page()
329 set_xen_guest_handle(setup.frame_list, frames); in gnttab_init()
/Zephyr-Core-3.5.0/drivers/xen/dom0/
Ddomctl.c72 set_xen_guest_handle(domctl.u.vcpucontext.ctxt, ctxt); in xen_domctl_getvcpucontext()
85 set_xen_guest_handle(domctl.u.vcpucontext.ctxt, ctxt); in xen_domctl_setvcpucontext()
234 set_xen_guest_handle(domctl.u.assign_device.u.dt.path, dtdev_path); in xen_domctl_assign_dt_device()
/Zephyr-Core-3.5.0/include/zephyr/xen/public/
Darch-arm.h202 #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val) macro