HomeSort by: relevance | last modified time | path
    Searched refs:xmap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
xengnt.c 269 struct xen_add_to_physmap xmap; local in function:xengnt_map_status
274 xmap.domid = DOMID_SELF;
275 xmap.space = XENMAPSPACE_grant_table;
276 xmap.idx = i | XENMAPIDX_grant_table_status;
277 xmap.gpfn = pages[i];
279 if (HYPERVISOR_memory_op(XENMEM_add_to_physmap, &xmap) < 0)
327 struct xen_add_to_physmap xmap; local in function:xengnt_more_entries
332 xmap.domid = DOMID_SELF;
333 xmap.space = XENMAPSPACE_grant_table;
334 xmap.idx = gnt_nr_grant_frames
    [all...]
hypervisor.c 265 struct xen_add_to_physmap xmap = { local in function:init_xen_early
274 if ((err = HYPERVISOR_memory_op(XENMEM_add_to_physmap, &xmap)) < 0) {
398 struct xen_add_to_physmap xmap = { local in function:xen_hvm_init
405 if (HYPERVISOR_memory_op(XENMEM_add_to_physmap, &xmap) < 0) {

Completed in 13 milliseconds