/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_internal.c | 271 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 D | libxl_dom.c | 779 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 D | libxl_types.idl | 260 # start host frame number to be mapped to the guest 262 # number of frames to be mapped
|
A D | libxl_internal.h | 1111 int mapped; member
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenctx.c | 690 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 D | netif-staging-grants.pandoc | 13 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 D | grant-tables.txt | 71 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 D | xl-psr.markdown | 150 * the CAT masks are re-mapped into interleaved pairs of masks for data or
|
A D | 9pfs.markdown | 242 mapped contiguosly in virtual memory. The first half of the pages is the
|
A D | vtd.txt | 224 mapped to memory address space with BAR (Base Address Register).
|
A D | xen-command-line.markdown | 1520 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 D | pvcalls.markdown | 922 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 D | guest.txt | 11 memory where the grant table should be mapped to, using an
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | select.ml | 16 (* The [read], [write], [except] are fields mapped to the POLLIN/OUT/PRI
|
/xen-4.10.0-shim-comet/docs/misc/arm/ |
A D | passthrough.txt | 12 2) Create a partial device tree describing the device. The IRQ are mapped
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Kconfig | 87 the always accessible direct mapped memory range.
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | traps.c | 1034 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 D | ChangeLog | 106 mapped regions based on the guest_os_type specified in the domain config
|
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/ |
A D | access_vectors | 354 # target = domain whose pages are being mapped 358 # target = domain whose pages are being mapped
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | ssdt_pm.asl | 29 * the battery ports are directly mapped using xc_domain_ioport_mapping thus
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | README | 46 mapped to an individual device node, allowing per-disk processes to
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpmmgr.pod.7 | 168 grants mapped by the TPM Manager should belong to vTPM domains, so restricting
|
A D | xl.cfg.pod.5.in | 301 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 D | intel_psr_cat_cdp.pandoc | 179 * the CAT mask MSRs are re-mapped into interleaved pairs of mask MSRs for
|