Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 24 of 24) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_internal.c271 if (f->mapped) in libxl__file_reference_map()
287 f->mapped = 1; in libxl__file_reference_map()
302 if (!f->mapped) in libxl__file_reference_unmap()
307 f->mapped = 0; in libxl__file_reference_unmap()
A Dlibxl_dom.c779 LOG(DEBUG, "pv kernel mapped %d path %s", state->pv_kernel.mapped, state->pv_kernel.path); in libxl__build_pv()
781 if (state->pv_kernel.mapped) { in libxl__build_pv()
798 if (state->pv_ramdisk.mapped) { in libxl__build_pv()
1037 if (state->pv_kernel.mapped) { in libxl__domain_firmware()
1057 if (state->pv_kernel.mapped) { in libxl__domain_firmware()
1074 if (state->pv_ramdisk.mapped) { in libxl__domain_firmware()
A Dlibxl_types.idl260 # start host frame number to be mapped to the guest
262 # number of frames to be mapped
A Dlibxl_internal.h1111 int mapped; member
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenctx.c690 static void *mapped = NULL; in map_page() local
695 if (mapped && mfn == previous_mfn) in map_page()
698 if (mapped) in map_page()
699 munmap(mapped, XC_PAGE_SIZE); in map_page()
703 mapped = xc_map_foreign_range(xenctx.xc_handle, xenctx.domid, XC_PAGE_SIZE, PROT_READ, mfn); in map_page()
705 if (mapped == NULL) { in map_page()
711 return (void *)(mapped + offset); in map_page()
/xen-4.10.0-shim-comet/docs/misc/
A Dnetif-staging-grants.pandoc13 mapped region to describe header/linear region of packet buffers. This document
28 data on netfront and netback, to be done instead from a permanently mapped
241 mapped at guest request. Guest decides how to distribute or use these premapped
393 grefs on the Rx ring were requested to be mapped by the guest. Frontend may use
410 The idea is to allow guest more controllability on how its grants are mapped or
422 of having a set of grants permanently mapped with backend, containing data
431 be kept mapped in the backend. It only receives the queue as argument, and
450 The list can have a maximum of 512 entries to be mapped at once.
A Dgrant-tables.txt71 Every time a frame is mapped, a map track entry is stored in the metadata of
77 map->domid : owner of the mapped frame
79 map->flags : ro/rw, mapped for host or device access
A Dxl-psr.markdown150 * the CAT masks are re-mapped into interleaved pairs of masks for data or
A D9pfs.markdown242 mapped contiguosly in virtual memory. The first half of the pages is the
A Dvtd.txt224 mapped to memory address space with BAR (Base Address Register).
A Dxen-command-line.markdown1520 page will be mapped. The ranges are inclusive when start and end are specified.
1543 Map the HPET page as read only in Dom0. If disabled the page will be mapped
A Dpvcalls.markdown922 mapped contiguosly in virtual memory. The first half of the pages is the
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/
A Dguest.txt11 memory where the grant table should be mapped to, using an
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dselect.ml16 (* The [read], [write], [except] are fields mapped to the POLLIN/OUT/PRI
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dpassthrough.txt12 2) Create a partial device tree describing the device. The IRQ are mapped
/xen-4.10.0-shim-comet/xen/arch/x86/
A DKconfig87 the always accessible direct mapped memory range.
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dtraps.c1034 void *mapped; in show_guest_stack() local
1106 mapped = __map_domain_page(page); in show_guest_stack()
1108 stack = mapped + (sp & ~PAGE_MASK); in show_guest_stack()
1123 unmap_domain_page(mapped); in show_guest_stack()
/xen-4.10.0-shim-comet/docs/
A DChangeLog106 mapped regions based on the guest_os_type specified in the domain config
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/
A Daccess_vectors354 # target = domain whose pages are being mapped
358 # target = domain whose pages are being mapped
/xen-4.10.0-shim-comet/tools/libacpi/
A Dssdt_pm.asl29 * the battery ports are directly mapped using xc_domain_ioport_mapping thus
/xen-4.10.0-shim-comet/tools/blktap2/
A DREADME46 mapped to an individual device node, allowing per-disk processes to
/xen-4.10.0-shim-comet/docs/man/
A Dxen-vtpmmgr.pod.7168 grants mapped by the TPM Manager should belong to vTPM domains, so restricting
A Dxl.cfg.pod.5.in301 means vnode 0 is mapped to pnode 0, has 512MB ram, has vcpus 0 to 4, the
/xen-4.10.0-shim-comet/docs/features/
A Dintel_psr_cat_cdp.pandoc179 * the CAT mask MSRs are re-mapped into interleaved pairs of mask MSRs for

Completed in 38 milliseconds